Skip to content

build(deps): bump com.google.cloud:google-cloud-spanner-hibernate-tools from 3.9.7 to 4.0.1 in /samples/java/spring-data-jpa#3694

Closed
dependabot[bot] wants to merge 1 commit intopostgresql-dialectfrom
dependabot/maven/samples/java/spring-data-jpa/com.google.cloud-google-cloud-spanner-hibernate-tools-4.0.1
Closed

build(deps): bump com.google.cloud:google-cloud-spanner-hibernate-tools from 3.9.7 to 4.0.1 in /samples/java/spring-data-jpa#3694
dependabot[bot] wants to merge 1 commit intopostgresql-dialectfrom
dependabot/maven/samples/java/spring-data-jpa/com.google.cloud-google-cloud-spanner-hibernate-tools-4.0.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Sep 4, 2025

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

Release notes

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

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.

v4.0.0

4.0.0 (2025-09-02)

⚠ BREAKING CHANGES

  • Hibernate version 7 update (#1803)

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.
Changelog

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

4.0.1 (2025-09-03)

Bug Fixes

4.0.0 (2025-09-02)

⚠ BREAKING CHANGES

  • Hibernate version 7 update (#1803)

Features

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Bumps [com.google.cloud:google-cloud-spanner-hibernate-tools](https://github.com/GoogleCloudPlatform/google-cloud-spanner-hibernate) from 3.9.7 to 4.0.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.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 4, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Oct 3, 2025

Superseded by #3826.

@dependabot dependabot Bot closed this Oct 3, 2025
@dependabot dependabot Bot deleted the dependabot/maven/samples/java/spring-data-jpa/com.google.cloud-google-cloud-spanner-hibernate-tools-4.0.1 branch October 3, 2025 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.

0 participants