Release Notes - 1.0
1.0.2-funcrel
Fixes/Bugs
| Customer Ticket Id |
Customer Details |
|
Fixes analysis traceback. There are now more objects created in the final result. |
|
Change documentation and release notes url |
1.0.1-funcrel
Other Updates
| Details |
| Add platform info to tag in nuspec to be published on both linux and windows |
| Update jar packages to avoid vuinerabilities |
Enhancement/Improvements
| Customer Ticket Id |
Customer Details |
|
Update extension configuration. No impact on results. |
|
Updated internal librairies. No impact on results. |
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
Link Improvements
| 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 binary operator |
Support added for org.springframework.web.reactive.function.server.RequestPredicate.and/or. |
| Add new support for handler binding mechanism |
Based on @Bean, @Primary and @Qualifier annotations. |
| Add new support for methods for builder class |
Support added for org.springframework.web.reactive.function.server.RouterFunctions.Builder. |
1.0.0-alpha1
Note
Initial release of the extension.
New Support