What's Changed
Breaking changes
- fix: upgrade to Spring Boot 3.4.1 and fix regression introduced with Hibernate 6.6 by @jak78 in #421
See https://github.com/Decathlon/tzatziki/blob/4acb924f2b2700b515fe436ef74bb9febcdadacd/tzatziki-spring-jpa/README.md#important-note-on-generated-ids
Fixes
- Allow root path in http pattern by @alexandrepa in #422
Dependencies bump
- chore(deps): bump org.springframework.boot:spring-boot-dependencies from 3.3.4 to 3.3.5 by @dependabot in #387
- chore(deps-dev): bump org.flywaydb:flyway-database-postgresql from 10.20.0 to 10.20.1 by @dependabot in #386
- chore(deps-dev): bump testcontainer.version from 1.20.2 to 1.20.3 by @dependabot in #384
- chore(deps): bump org.junit.jupiter:junit-jupiter-engine from 5.11.2 to 5.11.3 by @dependabot in #383
- chore(deps-dev): bump org.junit.vintage:junit-vintage-engine from 5.11.2 to 5.11.3 by @dependabot in #382
- chore(deps): bump org.junit:junit-bom from 5.11.2 to 5.11.3 by @dependabot in #379
- chore(deps): bump org.junit.jupiter:junit-jupiter-params from 5.11.2 to 5.11.3 by @dependabot in #380
- chore(deps-dev): bump org.flywaydb:flyway-core from 10.20.0 to 10.20.1 by @dependabot in #392
- chore(deps): bump org.apache.zookeeper:zookeeper from 3.9.2 to 3.9.3 by @dependabot in #391
- chore(deps): bump io.cucumber:messages from 26.0.1 to 27.0.0 by @dependabot in #393
- chore(deps): bump org.apache.velocity:velocity-engine-core from 2.4 to 2.4.1 by @dependabot in #378
- chore(deps): bump org.jetbrains:annotations from 25.0.0 to 26.0.1 by @dependabot in #375
- docs: add example to import avro schema as file in classpath by @Z31ADHER in #418
- chore(deps): bump org.projectlombok:lombok from 1.18.34 to 1.18.36 by @dependabot in #401
- chore(deps): bump commons-io:commons-io from 2.17.0 to 2.18.0 by @dependabot in #402
- chore(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.2 by @dependabot in #413
- chore(deps-dev): bump org.flywaydb:flyway-database-postgresql from 10.20.1 to 11.1.0 by @dependabot in #414
- chore(deps-dev): bump org.flywaydb:flyway-core from 10.20.1 to 11.1.0 by @dependabot in #415
- chore(deps): bump org.apache.commons:commons-text from 1.12.0 to 1.13.0 by @dependabot in #427
- chore(deps): bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre by @dependabot in #426
- chore(deps): bump org.junit:junit-bom from 5.11.3 to 5.11.4 by @dependabot in #425
- chore(deps-dev): bump testcontainer.version from 1.20.3 to 1.20.4 by @dependabot in #404
- chore(deps-dev): bump org.junit.vintage:junit-vintage-engine from 5.11.3 to 5.11.4 by @dependabot in #423
- chore(deps-dev): bump org.flywaydb:flyway-core from 11.1.0 to 11.1.1 by @dependabot in #424
- chore(deps): bump org.springframework.cloud:spring-cloud-dependencies from 2023.0.3 to 2024.0.0 by @dependabot in #410
- chore(deps): bump org.apache.maven.surefire:surefire-testng from 3.5.1 to 3.5.2 by @dependabot in #397
- chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 by @dependabot in #395
- chore(deps-dev): bump org.flywaydb:flyway-database-postgresql from 11.1.0 to 11.1.1 by @dependabot in #430
- chore(deps-dev): bump net.java.dev.jna:jna from 5.15.0 to 5.16.0 by @dependabot in #431
- chore(deps): bump org.junit.jupiter:junit-jupiter-params from 5.11.3 to 5.11.4 by @dependabot in #432
- chore(deps): bump io.confluent:kafka-avro-serializer from 7.7.1 to 7.8.0 by @dependabot in #433
- chore(deps): bump org.junit.jupiter:junit-jupiter-engine from 5.11.3 to 5.11.4 by @dependabot in #434
New Contributors
Full Changelog: v1.7.0...v1.8.0