Skip to content

Update cdb2hibernatedialect for Spring Boot 3.5.16 (Hibernate 6.6.53, Java 17)#6071

Open
ningjize wants to merge 1 commit into
bloomberg:mainfrom
ningjize:update-hibernate-dialect
Open

Update cdb2hibernatedialect for Spring Boot 3.5.16 (Hibernate 6.6.53, Java 17)#6071
ningjize wants to merge 1 commit into
bloomberg:mainfrom
ningjize:update-hibernate-dialect

Conversation

@ningjize

Copy link
Copy Markdown

Summary

Updates contrib/cdb2hibernatedialect to align with Spring Boot 3.5.16, which manages Hibernate ORM 6.6.53.Final and requires Java 17+.

Changes (build.gradle only)

  • Java toolchain: 11 → 17
  • hibernate-platform: 6.4.4.Final → 6.6.53.Final (the Hibernate version managed by the Spring Boot 3.5.16 BOM)
  • version: 0.2.0-M2 → 0.3.0-M1 (minor bump signalling the raised platform floor, matching the convention used for the previous Hibernate baseline bump)

No source changes needed

All Hibernate APIs used by the dialect have identical signatures in 6.6.53. Verified by compiling all sources against the 6.6.53 jars with javac --release 17 — builds cleanly, all classes produced.

The only compiler output is a deprecation warning on the no-arg Dialect() constructor (still functional in 6.6.53; a heads-up for a future Hibernate 7 major). Left as-is since it is non-breaking.

@ningjize
ningjize marked this pull request as ready for review July 14, 2026 18:37
@ningjize
ningjize force-pushed the update-hibernate-dialect branch from d68d7db to adb9f21 Compare July 14, 2026 18:42
…va 17)

Signed-off-by: Jize Ning <jning18@bloomberg.net>
@ningjize
ningjize force-pushed the update-hibernate-dialect branch from adb9f21 to efd3aac Compare July 14, 2026 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant