Spring Fu Versions Save

Configuration DSLs for Spring Boot

v0.2.2

4 years ago
  • Upgrade to Spring Boot 2.2.1
  • Support static files by default
  • Fix configuration properties default value support

Changelog

v0.2.1

4 years ago

Upgrade to Spring Boot 2.2.0.RELEASE

v0.2

4 years ago

Changelog

v0.1

5 years ago
  • Support WebMvc.fn
  • Upgrade to Spring Boot 2.2.0.M3
  • Move Coroutines support to Spring Framework and Spring Data
  • Focus the project on Kofu

Changelog

v0.0.5

5 years ago
  • Allow to customize an existing application (for tests, mocking, etc.)
  • Support dynamic ports
  • Allow to configure string codecs media type behavior
  • Refactor WebFlux Coroutines support to extensions
  • Upgrade to Spring Boot 2.1.2

Changelog

v0.0.4

5 years ago

Maintenance update.

Changelog

v0.0.3

5 years ago

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 { } and webApplication { } instead of a startServer 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 to configurationProperties 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

Changelog

v0.0.2

5 years ago

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

Changelog

v0.0.1

5 years ago

First release of Spring Fu with Kofu configuration (scope limited to WebFlux and MongoDB), draft Coroutines support for WebFlux functional APIs and MongoDB. Based on Spring Boot 2.1.0.M4.

Changelog .