Skip to content

Releases: marioburatto/class-schedule

v2.0-web_flux-r2dbc-based

Choose a tag to compare

@marioburatto marioburatto released this 26 Oct 05:10
e6812b6

A full reactive application release designed based on the latest Spring Frameworks: Spring Boot, Spring Web Flux and Spring Data R2DBC.

Highlights:

  1. 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;
  2. 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;
  3. Found 2 issues in the R2dbc framework that were fixed locally and reported to the maintenance team.

v1.0-jpa-based

Choose a tag to compare

@marioburatto marioburatto released this 19 Oct 12:19

In this first release the application was designed based on commonly used frameworks: Spring Boot, Spring Web and Spring Data JPA.