Spring Functions Catalog 5.0.0‐M1 Available
On behalf of Spring Cloud Dataflow team, it is my pleasure to introduce you to Spring Functions Catalog.
The project's primary focus is to provide a set of standalone Java functions that can be useful in the end-user applications as-is.
All the published artifacts are, essentially, auto-configurations for some specific Supplier
, Function
or Consumer
.
We have just released 5.0.0-M1
into https://repo.spring.io/milestone repository, and all you need is to include this BOM into your Gradle (or Maven) configuration:
org.springframework.cloud.fn:spring-function-dependencies:5.0.0-M1
and choose…