Announcing the release of Spring Cloud Function 3.0.0.RELEASE
We are pleased to announce the release of the Spring Cloud Function 3.0.0.RELEASE, which is available as part of Spring Cloud Hoxton.RELEASE (imminent) and builds on Spring Boot 2.2.x.
Spring Cloud Function 3.0.0.RELEASE modules are available for use in the Maven Central repository.
Quick highlights:
Transparent type conversion
This release introduces a refactored implementation of FunctionCatalog
which amongst features such as function composition, support for reactive and non-reactive functions and more introduces transparent type conversion via MessageConverters provided by Spring Messaging…