Skip to content

Latest commit

 

History

History
executable file
·
46 lines (32 loc) · 2.07 KB

README.adoc

File metadata and controls

executable file
·
46 lines (32 loc) · 2.07 KB

Kofu

Kofu is a fork of Spring Fu project that aims to minimize the scope of original project to support only Kotlin, modularize and make every module as slim as possible. This project also aims to maintain the parts of Spring Fu and update them to support latest Spring versions.

This project has no relation to the development work done on the original Spring Fu project. It is not intended to be used in production.

Help needed

  • kofu-elasticsearch and autoconfigure-adapter-elasticsearch are broken

  • kofu-webmvc tests fail on security

This project is a derivation from the original spring-fu project with no intention to become mainline. Recently a lot of changes were introduced while migrating to Spring 3 - it is expected the stuff will be horribly broken. Any help bringing Kofu up to a working level will be absolutely appreciated.

PS: For now though this project will stay in a single man’s playground state.

Usage

In build.gradle add:

repositories {
    maven("https://repo.pool.kot.tools/artifactory/libs-release")
}

// <...>

dependencies {
    implementation("org.springframework.fu:kofu:0.6.0-main-855")
}

Credits

Credits to: