Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2025

Bumps com.google.cloud:google-cloud-spanner-hibernate-tools from 3.9.7 to 4.1.1.

Release notes

Sourced from com.google.cloud:google-cloud-spanner-hibernate-tools's releases.

v4.1.1

4.1.1 (2025-11-10)

Bug Fixes

  • deps: update dependency io.undertow:undertow-core to v2.3.20.final [security] (#1926) (533f046)
  • deps: update hibernate-orm monorepo to v7.1.4.final (#1898) (f8ad420)
  • deps: update hibernate-orm monorepo to v7.1.5.final (#1920) (adfc02e)
  • deps: update log4j2 monorepo to v2.25.2 (#1927) (94dea7f)

Dependencies

  • bump com.puppycrawl.tools:checkstyle (#1916) (ce6c3d9)
  • bump hibernate.version in /google-cloud-spanner-hibernate-dialect (#1933) (528e91d)
  • bump org.apache.commons:commons-lang3 (#1887) (aa6365e)

v4.1.0

4.1.0 (2025-10-03)

Features

Bug Fixes

  • deps: update dependency com.google.cloud:google-cloud-spanner-jdbc to v2.32.3 (#1863) (94638c2)
  • deps: update spring boot to v4.0.0-m3 (#1876) (dc85cbb)

Dependencies

  • bump com.google.cloud:google-cloud-spanner-jdbc (#1889) (0ea56e0)

v4.0.1

4.0.1 (2025-09-03)

Changes

  • This Dialect now targets Hibernate 7, which requires Java 17 or higher.
  • ID generators:
    • Introduced com.google.cloud.spanner.hibernate.annotations.PooledBitReversedSequenceGenerator, a new annotation and its implemented class for integrating with Hibernate’s updated SPI for custom generators using @IdGeneratorType.
    • Removed table-backed bit-reversed generators, BitReversedSequenceStyleGenerator. migrate to using com.google.cloud.spanner.hibernate.annotations.PooledBitReversedSequenceGenerator
    • Deprecated PooledBitReversedSequenceStyleGenerator; users should migrate to com.google.cloud.spanner.hibernate.annotations.PooledBitReversedSequenceGenerator.
    • A usage example is available in TicketSale.java.
  • Unique key definitions now align with ImplicitNamingStrategy conventions.
  • Removed the custom sequence exporter that relied on catalogs for skipRange options. Hibernate 7 provides native support for sequence options through Sequence.
  • SPI updates: Adjusted to reflect changes in several internal SPIs.

... (truncated)

Changelog

Sourced from com.google.cloud:google-cloud-spanner-hibernate-tools's changelog.

4.1.1 (2025-11-10)

Bug Fixes

  • deps: update dependency io.undertow:undertow-core to v2.3.20.final [security] (#1926) (533f046)
  • deps: update hibernate-orm monorepo to v7.1.4.final (#1898) (f8ad420)
  • deps: update hibernate-orm monorepo to v7.1.5.final (#1920) (adfc02e)
  • deps: update log4j2 monorepo to v2.25.2 (#1927) (94dea7f)

Dependencies

  • bump com.puppycrawl.tools:checkstyle (#1916) (ce6c3d9)
  • bump hibernate.version in /google-cloud-spanner-hibernate-dialect (#1933) (528e91d)
  • bump org.apache.commons:commons-lang3 (#1887) (aa6365e)

4.1.0 (2025-10-03)

Features

Bug Fixes

  • deps: update dependency com.google.cloud:google-cloud-spanner-jdbc to v2.32.3 (#1863) (94638c2)
  • deps: update spring boot to v4.0.0-m3 (#1876) (dc85cbb)

Dependencies

  • bump com.google.cloud:google-cloud-spanner-jdbc (#1889) (0ea56e0)

4.0.1 (2025-09-03)

Bug Fixes

4.0.0 (2025-09-02)

⚠ BREAKING CHANGES

  • Hibernate version 7 update (#1803)

Features

... (truncated)

Commits
  • 40634ce chore(master): release 4.1.1 (#1919)
  • b656dce chore(deps): update dependency com.google.cloud:google-cloud-spanner to v6.10...
  • 8458248 chore(deps): update dependency com.google.api:gax-grpc to v2.72.1 (#1931)
  • 533f046 fix(deps): update dependency io.undertow:undertow-core to v2.3.20.final [secu...
  • 528e91d deps: bump hibernate.version in /google-cloud-spanner-hibernate-dialect (#1933)
  • ce6c3d9 deps: bump com.puppycrawl.tools:checkstyle (#1916)
  • 94dea7f fix(deps): update log4j2 monorepo to v2.25.2 (#1927)
  • 4539e06 test(deps): bump com.google.cloud:google-cloud-spanner-jdbc (#1923)
  • aa6365e deps: bump org.apache.commons:commons-lang3 (#1887)
  • adfc02e fix(deps): update hibernate-orm monorepo to v7.1.5.final (#1920)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 10, 2025
@olavloite
Copy link
Collaborator

@dependabot rebase

Bumps [com.google.cloud:google-cloud-spanner-hibernate-tools](https://github.com/GoogleCloudPlatform/google-cloud-spanner-hibernate) from 3.9.7 to 4.1.1.
- [Release notes](https://github.com/GoogleCloudPlatform/google-cloud-spanner-hibernate/releases)
- [Changelog](https://github.com/GoogleCloudPlatform/google-cloud-spanner-hibernate/blob/master/CHANGELOG.md)
- [Commits](GoogleCloudPlatform/google-cloud-spanner-hibernate@v3.9.7...v4.1.1)

---
updated-dependencies:
- dependency-name: com.google.cloud:google-cloud-spanner-hibernate-tools
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/samples/java/spring-data-jpa/com.google.cloud-google-cloud-spanner-hibernate-tools-4.1.1 branch from bc4ad76 to 5f42233 Compare November 11, 2025 13:00
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 5, 2026

Superseded by #4082.

@dependabot dependabot bot closed this Jan 5, 2026
@dependabot dependabot bot deleted the dependabot/maven/samples/java/spring-data-jpa/com.google.cloud-google-cloud-spanner-hibernate-tools-4.1.1 branch January 5, 2026 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant