v0.0.3
Pre-release
Pre-release
Third release of Spring Fu with:
- Achieve feature parity between Jafu and Kofu
- New documentation page and samples: Kofu | Jafu
- Provide full API documentation: Kofu Kdoc | Jafu Javadoc
- Use
application { }
andwebApplication { }
instead of astartServer
boolean parameter - Fix scope control in Kofu with
@DslMarker
- Add support for Reactive/Coroutines SQL via Spring Data R2DBC
- Introduce configuration block for modular application and better testability of subsystems
- Make Kofu and Jafu stateless (to allow running applications multiple times)
- Rename
properties
toconfigurationProperties
for better consistency with Boot - Change artifact names to follow Spring project guidelines
- Upgrade to Spring Boot 2.1.1, Kotlin 1.3.11, Coroutines 1.0.1
- Several huge refactorings