Skip to content

Releases: spring-projects-experimental/spring-fu

v0.2.2

12 Nov 16:09
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release
  • Upgrade to Spring Boot 2.2.1
  • Support static files by default
  • Fix configuration properties default value support

Changelog

v0.2.1

19 Oct 06:40
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Upgrade to Spring Boot 2.2.0.RELEASE

v0.2

03 Oct 13:53
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release

Changelog

v0.1

15 May 10:08
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release
  • 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

01 Feb 12:23
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release
  • 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

15 Jan 10:04
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

Maintenance update.

Changelog

v0.0.3

20 Dec 10:21
Compare
Choose a tag to compare
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 { } 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

01 Oct 17:52
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

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

26 Sep 10:32
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

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
.