A full reactive application release designed based on the latest Spring Frameworks: Spring Boot, Spring Web Flux and Spring Data R2DBC.
Highlights:
- Made Spring Liquibase Plugin work without Spring-Jdbc: Liquibase Plugin is very dependent on Spring-Jdbc but it was found a way to workaround it and have their benefits for a R2dbc application, with no need to add unnecessary libraries;
- Deep dive in the 2dbc code to find the better way to implement the solution required, once this framework still lacks a better documentation / usage examples;
- Found 2 issues in the R2dbc framework that were fixed locally and reported to the maintenance team.