Releases: marioburatto/class-schedule
Releases · marioburatto/class-schedule
Release list
v2.0-web_flux-r2dbc-based
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.
v1.0-jpa-based
In this first release the application was designed based on commonly used frameworks: Spring Boot, Spring Web and Spring Data JPA.