Release Notes - 1.0

1.0.0-funcrel

New Support

Summary Details
New packet support Add support for packet org.springframework.web.reactive.function.server.RouterFunctions.Builder.

1.0.0-alpha2

Callee Type Caller Type Details
Handler Web operation object Change call-link from object to returned lambda of current handler if the latter is a method call.

New Support

Summary Details
Add new support for methods for builder class Support added for org.springframework.web.reactive.function.server.RouterFunctions.Builder.
Add new support for handler binding mechanism Based on @Bean, @Primary and @Qualifier annotations.
Add new support for binary operator Support added for org.springframework.web.reactive.function.server.RequestPredicate.and/or.

1.0.0-alpha1

Note

Initial release of the extension.

New Support

Summary Details
Adds new support for the org.springframework.web.reactive.function.server API See https://doc.castsoftware.com/display/TECHNOS/Reactive+Programming+for+Java+-+1.0#ReactiveProgrammingforJava1.0-Supportedmethods for a list of supported methods.