Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreWe are pleased to announce first milestone of the Spring Cloud Function - 2.1.0.M1.
Individual modules of Spring Cloud Function 2.1.0.M1 are available for use in the Spring Milestone repository. This release encompasses the following:
foo|bar
or foo,bar
).Function<Message<?>>, Message<?>>
is composed with Function<?, ?>
).catalog.lookup("")
, catalog.lookup("|")
, catalog.lookup("foo|")
or catalog.lookup("|bar")
are all valid lookups providing container with enough information to determine your intentions. For example, empty string simply implies there is only one Function in catalog and no explicit name should be provided.Also, there was a major update to both the project's home page as well as documentation.
Spring Cloud Function 2.1.x is dependent on spring-boot 2.1.x.
If you're interested in helping out, check out the "ideal for contribution" tag in the issue repository. If you have general questions, please ask on stackoverflow.com using the spring-cloud-function
tag.