lbruun-net / Pre-Liquibase

Spring Boot add-on to Liquibase
Apache License 2.0
49 stars 9 forks source link

Spring Boot 3.1 compatibility #21

Closed candrews closed 1 year ago

candrews commented 1 year ago

org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration changed in a backwards incompatible way in Spring Boot 3.1.

See: https://github.com/spring-projects/spring-boot/commit/d4980ea9931c6f48641dd0316d1b1737a50a4a7a See: https://github.com/spring-projects/spring-boot/issues/34776

lbruun commented 1 year ago

Thank you. This is invaluable. I'll have a look.

lbruun commented 1 year ago

@candrews : Version 1.4.0 has just been released .. with support for Spring Boot 3.1. Thank you!