Releases: spring-projects-experimental/spring-fu
Releases · spring-projects-experimental/spring-fu
v0.2.2
v0.2.1
v0.2
- Upgrade to Spring Boot 2.2.0.RC1
- Leverages Spring Framework 5.2.0.RELEASE coroutines API and reference documentation translated to Kotlin
- Move the project to https://github.com/spring-projects-experimental
- Improve discoverability for CORS DSL
- Add R2DBC transactional support
- Add support for Spring Data Redis
- Type-safe customization of an existing application
- R2DBC: add support for MSSQL and MySQL (jasync)
v0.1
v0.0.5
v0.0.4
v0.0.3
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
v0.0.2
Second release of Spring Fu with:
- Updated DSL to leverage getters where posible
- Bean import instead of inlined beans
- Router import via callable reference + parameters autowiring
- Bean declaration via callable reference + parameters autowiring
- Form and multipart codecs
- Samples are now provided in sources JAR