Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump hibernate.version from 7.0.0.Beta1 to 7.0.0.Beta4 #897

Open
wants to merge 2 commits into
base: querydsl-7.0
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2025

Bumps hibernate.version from 7.0.0.Beta1 to 7.0.0.Beta4.
Updates org.hibernate.orm:hibernate-core from 7.0.0.Beta1 to 7.0.0.Beta4

Release notes

Sourced from org.hibernate.orm:hibernate-core's releases.

Hibernate ORM 7.0.0.Beta3 released

Today, we published a new release of Hibernate ORM 7.0: 7.0.0.Beta3.

You can find the full list of 7.0.0.Beta3 changes here.

What's new

Jakarta Persistence 3.2

7.0 migrates to Jakarta Persistence 3.2 which can be fairly disruptive. See the Migration Guide for details.

See this blog post for a summary of the changes in 3.2

Java 17

Version 3.2 of Jakarta Persistence requires Java 17.
Hibernate 7.0 therefore baselines on Java 17 whereas previous versions baseline on Java 11.

Domain Model Validations

7.0 does much more validation of an application's domain model and especially its mapping details, e.g.

  • illegal combinations such as @Basic and @ManyToOne on the same attribute
  • misplaced annotations such as an annotated getter method with FIELD access
  • stricter following of JavaBean conventions

See the Migration Guide for details.

mapping.xsd

Hibernate 7.0 provides a new XSD that represents an "extension" of the Jakarta Persistence orm.xsd weaving in Hibernate-specific mapping features.
The namespace for this extended mapping is http://www.hibernate.org/xsd/orm/mapping

For applications using Hibernate's legacy hbm.xml format, we provide a tool to help with the transformation. See the Migration Guide for details.

Hibernate Models

7.0 migrates from Hibernate Commons Annotations (HCANN) to the new Hibernate Models project for low-level processing of an application domain model, reading annotations and weaving in XML mapping documents. See the Migration Guide for details.

... (truncated)

Changelog

Sourced from org.hibernate.orm:hibernate-core's changelog.

Changes in 7.0.0.Beta4 (February 12, 2025)

https://hibernate.atlassian.net/projects/HHH/versions/32482

** Bug * [HHH-19107] - Entities with @​EmbeddedId not supported with CrudRepository * [HHH-19106] - @​Transaction(TxType) not working with Hibernate Data Repositories * [HHH-19104] - Envers is keeping references to classes and thus classloaders * [HHH-19079] - ComponentType.replace can cause ArrayIndexOutOfBoundsException when used with embeddable inheritance * [HHH-19072] - The hibernate.session_factory_name configuration property no longer works in Hibernate 7.0.0 * [HHH-19069] - Performance regression for wide inheritance models * [HHH-19034] - Wrong reuse of a Join * [HHH-19033] - Move of Derby to community dialects is incomplete * [HHH-19017] - Class Cast Exception for PersistentAttributeInterceptable * [HHH-19011] - @​ElementCollection comment overrides class level comment on an Entity * [HHH-19004] - TenantId regression on @​EmbeddedId 6.6.0 -> 6.6.1 * [HHH-18992] - Locking does not work with multiLoad * [HHH-18988] - Embeddable inheritance + default_schema results in NPE at startup * [HHH-18974] - UuidVersion6Strategy/UuidVersion7Strategy use random seed in static init + constructor * [HHH-18968] - MySQLDialect wrongly uses Timestamp as type for localtime function * [HHH-18961] - JtaIsolationDelegate, obtaining connection : NPE when SQLExceptionConversionDelegate#convert returns null * [HHH-18949] - Hibernate Processor should not insert underscores within uppercase names * [HHH-18945] - Hibernate Processor - fails if entity extends mapped superclass with same simple class name * [HHH-18933] - the ordering of the class declaration in persistence.xml seems to affect the metamodel * [HHH-18932] - Wrongly using FK column instead of PK when using joined alias * [HHH-18912] - ORM release process * [HHH-18904] - Bytecode Enhancement fails with UnsupportedEnhancementStrategy.FAIL for pre-persist method * [HHH-18903] - Bytecode enhancement fails for entities that contain a method named get * [HHH-18901] - AnnotationFormatError: Duplicate annotation for class: interface org.hibernate.bytecode.enhance.spi.EnhancementInfo * [HHH-18894] - Hibernate 6.6 enum literal is considered field literal instead * [HHH-18893] - DialectOverrides.SQLRestrictions * [HHH-18883] - When initializing version attribute to a negative value then a TransientObjectException is thrown when loading an entity * [HHH-18869] - Schema validation fails with MariaDB when entity field is of type BigDecimal[] * [HHH-18868] - Wrong behaviour of getAttribute method in impl. of ManagedType when scattered id attributes are used in MappedSuperclass * [HHH-18867] - beginTransaction() when a tx is already active * [HHH-18858] - array fields and static metamodel * [HHH-18819] - Error resolving persistent property of @​MapperSuperclass if subtype @​Embeddable used as @​IdClass * [HHH-18771] - ListInitializer should consistently consider @​ListIndexBase * [HHH-18750] - @​OneToMany with @​Any mapped in secondary table KO (ClassCastException) * [HHH-18693] - Hibernate Processor does not handle inner @​Embeddable types * [HHH-18384] - @​JoinColumnsOrFormulas broken * [HHH-17652] - Cannot invoke "org.hibernate.envers.internal.entities.EntityConfiguration.getRelationDescription(String)" because "entCfg" is null * [HHH-16883] - EntityGraph.addSubclassSubgraph() throws UnsupportedOperationException * [HHH-16516] - Adding quoteOnNonIdentifierChar flag to org.hibernate.boot.model.naming.Identifier breaks backwards compatibility * [HHH-16216] - SybaseASEDialect creates additional not null checks * [HHH-15848] - session.isDirty() shouldn't throw exception for transient many-to-one object in a session * [HHH-14725] - Using a InputStream with BlobProxy and Envers results in java.sql.SQLException: could not reset reader * [HHH-14519] - Misleading error message when unable to resolve table name * [HHH-13969] - Fix handling of large varbinary for SAP/Sybase ASE

... (truncated)

Commits
  • bc37876 Pre-steps for release : 7.0.0.Beta4
  • ab03132 Pre-steps for release : 7.0.0.Beta4
  • d1e031e Fix incorrect Groovy code in Gradle release tasks
  • 42c45e5 HHH-19122 - Leverage org.gradlex.maven-plugin-development for hibernate-maven...
  • 1b15676 HHH-19098 Disable implicit loading of the default import script
  • 46bcc56 HHH-19098 Add test for issue
  • a0d7161 Use SHA instead of versions in GH actions
  • 159818d Limit which github actions are considered for updates
  • 9cee945 HHH-19121 Update link to Infinispan integration
  • ff5fa10 HHH-18621 test for issue
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-envers from 7.0.0.Beta1 to 7.0.0.Beta4

Release notes

Sourced from org.hibernate.orm:hibernate-envers's releases.

Hibernate ORM 7.0.0.Beta3 released

Today, we published a new release of Hibernate ORM 7.0: 7.0.0.Beta3.

You can find the full list of 7.0.0.Beta3 changes here.

What's new

Jakarta Persistence 3.2

7.0 migrates to Jakarta Persistence 3.2 which can be fairly disruptive. See the Migration Guide for details.

See this blog post for a summary of the changes in 3.2

Java 17

Version 3.2 of Jakarta Persistence requires Java 17.
Hibernate 7.0 therefore baselines on Java 17 whereas previous versions baseline on Java 11.

Domain Model Validations

7.0 does much more validation of an application's domain model and especially its mapping details, e.g.

  • illegal combinations such as @Basic and @ManyToOne on the same attribute
  • misplaced annotations such as an annotated getter method with FIELD access
  • stricter following of JavaBean conventions

See the Migration Guide for details.

mapping.xsd

Hibernate 7.0 provides a new XSD that represents an "extension" of the Jakarta Persistence orm.xsd weaving in Hibernate-specific mapping features.
The namespace for this extended mapping is http://www.hibernate.org/xsd/orm/mapping

For applications using Hibernate's legacy hbm.xml format, we provide a tool to help with the transformation. See the Migration Guide for details.

Hibernate Models

7.0 migrates from Hibernate Commons Annotations (HCANN) to the new Hibernate Models project for low-level processing of an application domain model, reading annotations and weaving in XML mapping documents. See the Migration Guide for details.

... (truncated)

Changelog

Sourced from org.hibernate.orm:hibernate-envers's changelog.

Changes in 7.0.0.Beta4 (February 12, 2025)

https://hibernate.atlassian.net/projects/HHH/versions/32482

** Bug * [HHH-19107] - Entities with @​EmbeddedId not supported with CrudRepository * [HHH-19106] - @​Transaction(TxType) not working with Hibernate Data Repositories * [HHH-19104] - Envers is keeping references to classes and thus classloaders * [HHH-19079] - ComponentType.replace can cause ArrayIndexOutOfBoundsException when used with embeddable inheritance * [HHH-19072] - The hibernate.session_factory_name configuration property no longer works in Hibernate 7.0.0 * [HHH-19069] - Performance regression for wide inheritance models * [HHH-19034] - Wrong reuse of a Join * [HHH-19033] - Move of Derby to community dialects is incomplete * [HHH-19017] - Class Cast Exception for PersistentAttributeInterceptable * [HHH-19011] - @​ElementCollection comment overrides class level comment on an Entity * [HHH-19004] - TenantId regression on @​EmbeddedId 6.6.0 -> 6.6.1 * [HHH-18992] - Locking does not work with multiLoad * [HHH-18988] - Embeddable inheritance + default_schema results in NPE at startup * [HHH-18974] - UuidVersion6Strategy/UuidVersion7Strategy use random seed in static init + constructor * [HHH-18968] - MySQLDialect wrongly uses Timestamp as type for localtime function * [HHH-18961] - JtaIsolationDelegate, obtaining connection : NPE when SQLExceptionConversionDelegate#convert returns null * [HHH-18949] - Hibernate Processor should not insert underscores within uppercase names * [HHH-18945] - Hibernate Processor - fails if entity extends mapped superclass with same simple class name * [HHH-18933] - the ordering of the class declaration in persistence.xml seems to affect the metamodel * [HHH-18932] - Wrongly using FK column instead of PK when using joined alias * [HHH-18912] - ORM release process * [HHH-18904] - Bytecode Enhancement fails with UnsupportedEnhancementStrategy.FAIL for pre-persist method * [HHH-18903] - Bytecode enhancement fails for entities that contain a method named get * [HHH-18901] - AnnotationFormatError: Duplicate annotation for class: interface org.hibernate.bytecode.enhance.spi.EnhancementInfo * [HHH-18894] - Hibernate 6.6 enum literal is considered field literal instead * [HHH-18893] - DialectOverrides.SQLRestrictions * [HHH-18883] - When initializing version attribute to a negative value then a TransientObjectException is thrown when loading an entity * [HHH-18869] - Schema validation fails with MariaDB when entity field is of type BigDecimal[] * [HHH-18868] - Wrong behaviour of getAttribute method in impl. of ManagedType when scattered id attributes are used in MappedSuperclass * [HHH-18867] - beginTransaction() when a tx is already active * [HHH-18858] - array fields and static metamodel * [HHH-18819] - Error resolving persistent property of @​MapperSuperclass if subtype @​Embeddable used as @​IdClass * [HHH-18771] - ListInitializer should consistently consider @​ListIndexBase * [HHH-18750] - @​OneToMany with @​Any mapped in secondary table KO (ClassCastException) * [HHH-18693] - Hibernate Processor does not handle inner @​Embeddable types * [HHH-18384] - @​JoinColumnsOrFormulas broken * [HHH-17652] - Cannot invoke "org.hibernate.envers.internal.entities.EntityConfiguration.getRelationDescription(String)" because "entCfg" is null * [HHH-16883] - EntityGraph.addSubclassSubgraph() throws UnsupportedOperationException * [HHH-16516] - Adding quoteOnNonIdentifierChar flag to org.hibernate.boot.model.naming.Identifier breaks backwards compatibility * [HHH-16216] - SybaseASEDialect creates additional not null checks * [HHH-15848] - session.isDirty() shouldn't throw exception for transient many-to-one object in a session * [HHH-14725] - Using a InputStream with BlobProxy and Envers results in java.sql.SQLException: could not reset reader * [HHH-14519] - Misleading error message when unable to resolve table name * [HHH-13969] - Fix handling of large varbinary for SAP/Sybase ASE

... (truncated)

Commits
  • bc37876 Pre-steps for release : 7.0.0.Beta4
  • ab03132 Pre-steps for release : 7.0.0.Beta4
  • d1e031e Fix incorrect Groovy code in Gradle release tasks
  • 42c45e5 HHH-19122 - Leverage org.gradlex.maven-plugin-development for hibernate-maven...
  • 1b15676 HHH-19098 Disable implicit loading of the default import script
  • 46bcc56 HHH-19098 Add test for issue
  • a0d7161 Use SHA instead of versions in GH actions
  • 159818d Limit which github actions are considered for updates
  • 9cee945 HHH-19121 Update link to Infinispan integration
  • ff5fa10 HHH-18621 test for issue
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-community-dialects from 7.0.0.Beta1 to 7.0.0.Beta4

Release notes

Sourced from org.hibernate.orm:hibernate-community-dialects's releases.

Hibernate ORM 7.0.0.Beta3 released

Today, we published a new release of Hibernate ORM 7.0: 7.0.0.Beta3.

You can find the full list of 7.0.0.Beta3 changes here.

What's new

Jakarta Persistence 3.2

7.0 migrates to Jakarta Persistence 3.2 which can be fairly disruptive. See the Migration Guide for details.

See this blog post for a summary of the changes in 3.2

Java 17

Version 3.2 of Jakarta Persistence requires Java 17.
Hibernate 7.0 therefore baselines on Java 17 whereas previous versions baseline on Java 11.

Domain Model Validations

7.0 does much more validation of an application's domain model and especially its mapping details, e.g.

  • illegal combinations such as @Basic and @ManyToOne on the same attribute
  • misplaced annotations such as an annotated getter method with FIELD access
  • stricter following of JavaBean conventions

See the Migration Guide for details.

mapping.xsd

Hibernate 7.0 provides a new XSD that represents an "extension" of the Jakarta Persistence orm.xsd weaving in Hibernate-specific mapping features.
The namespace for this extended mapping is http://www.hibernate.org/xsd/orm/mapping

For applications using Hibernate's legacy hbm.xml format, we provide a tool to help with the transformation. See the Migration Guide for details.

Hibernate Models

7.0 migrates from Hibernate Commons Annotations (HCANN) to the new Hibernate Models project for low-level processing of an application domain model, reading annotations and weaving in XML mapping documents. See the Migration Guide for details.

... (truncated)

Changelog

Sourced from org.hibernate.orm:hibernate-community-dialects's changelog.

Changes in 7.0.0.Beta4 (February 12, 2025)

https://hibernate.atlassian.net/projects/HHH/versions/32482

** Bug * [HHH-19107] - Entities with @​EmbeddedId not supported with CrudRepository * [HHH-19106] - @​Transaction(TxType) not working with Hibernate Data Repositories * [HHH-19104] - Envers is keeping references to classes and thus classloaders * [HHH-19079] - ComponentType.replace can cause ArrayIndexOutOfBoundsException when used with embeddable inheritance * [HHH-19072] - The hibernate.session_factory_name configuration property no longer works in Hibernate 7.0.0 * [HHH-19069] - Performance regression for wide inheritance models * [HHH-19034] - Wrong reuse of a Join * [HHH-19033] - Move of Derby to community dialects is incomplete * [HHH-19017] - Class Cast Exception for PersistentAttributeInterceptable * [HHH-19011] - @​ElementCollection comment overrides class level comment on an Entity * [HHH-19004] - TenantId regression on @​EmbeddedId 6.6.0 -> 6.6.1 * [HHH-18992] - Locking does not work with multiLoad * [HHH-18988] - Embeddable inheritance + default_schema results in NPE at startup * [HHH-18974] - UuidVersion6Strategy/UuidVersion7Strategy use random seed in static init + constructor * [HHH-18968] - MySQLDialect wrongly uses Timestamp as type for localtime function * [HHH-18961] - JtaIsolationDelegate, obtaining connection : NPE when SQLExceptionConversionDelegate#convert returns null * [HHH-18949] - Hibernate Processor should not insert underscores within uppercase names * [HHH-18945] - Hibernate Processor - fails if entity extends mapped superclass with same simple class name * [HHH-18933] - the ordering of the class declaration in persistence.xml seems to affect the metamodel * [HHH-18932] - Wrongly using FK column instead of PK when using joined alias * [HHH-18912] - ORM release process * [HHH-18904] - Bytecode Enhancement fails with UnsupportedEnhancementStrategy.FAIL for pre-persist method * [HHH-18903] - Bytecode enhancement fails for entities that contain a method named get * [HHH-18901] - AnnotationFormatError: Duplicate annotation for class: interface org.hibernate.bytecode.enhance.spi.EnhancementInfo * [HHH-18894] - Hibernate 6.6 enum literal is considered field literal instead * [HHH-18893] - DialectOverrides.SQLRestrictions * [HHH-18883] - When initializing version attribute to a negative value then a TransientObjectException is thrown when loading an entity * [HHH-18869] - Schema validation fails with MariaDB when entity field is of type BigDecimal[] * [HHH-18868] - Wrong behaviour of getAttribute method in impl. of ManagedType when scattered id attributes are used in MappedSuperclass * [HHH-18867] - beginTransaction() when a tx is already active * [HHH-18858] - array fields and static metamodel * [HHH-18819] - Error resolving persistent property of @​MapperSuperclass if subtype @​Embeddable used as @​IdClass * [HHH-18771] - ListInitializer should consistently consider @​ListIndexBase * [HHH-18750] - @​OneToMany with @​Any mapped in secondary table KO (ClassCastException) * [HHH-18693] - Hibernate Processor does not handle inner @​Embeddable types * [HHH-18384] - @​JoinColumnsOrFormulas broken * [HHH-17652] - Cannot invoke "org.hibernate.envers.internal.entities.EntityConfiguration.getRelationDescription(String)" because "entCfg" is null * [HHH-16883] - EntityGraph.addSubclassSubgraph() throws UnsupportedOperationException * [HHH-16516] - Adding quoteOnNonIdentifierChar flag to org.hibernate.boot.model.naming.Identifier breaks backwards compatibility * [HHH-16216] - SybaseASEDialect creates additional not null checks * [HHH-15848] - session.isDirty() shouldn't throw exception for transient many-to-one object in a session * [HHH-14725] - Using a InputStream with BlobProxy and Envers results in java.sql.SQLException: could not reset reader * [HHH-14519] - Misleading error message when unable to resolve table name * [HHH-13969] - Fix handling of large varbinary for SAP/Sybase ASE

... (truncated)

Commits
  • bc37876 Pre-steps for release : 7.0.0.Beta4
  • ab03132 Pre-steps for release : 7.0.0.Beta4
  • d1e031e Fix incorrect Groovy code in Gradle release tasks
  • 42c45e5 HHH-19122 - Leverage org.gradlex.maven-plugin-development for hibernate-maven...
  • 1b15676 HHH-19098 Disable implicit loading of the default import script
  • 46bcc56 HHH-19098 Add test for issue
  • a0d7161 Use SHA instead of versions in GH actions
  • 159818d Limit which github actions are considered for updates
  • 9cee945 HHH-19121 Update link to Infinispan integration
  • ff5fa10 HHH-18621 test for issue
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-c3p0 from 7.0.0.Beta1 to 7.0.0.Beta4

Release notes

Sourced from org.hibernate.orm:hibernate-c3p0's releases.

Hibernate ORM 7.0.0.Beta3 released

Today, we published a new release of Hibernate ORM 7.0: 7.0.0.Beta3.

You can find the full list of 7.0.0.Beta3 changes here.

What's new

Jakarta Persistence 3.2

7.0 migrates to Jakarta Persistence 3.2 which can be fairly disruptive. See the Migration Guide for details.

See this blog post for a summary of the changes in 3.2

Java 17

Version 3.2 of Jakarta Persistence requires Java 17.
Hibernate 7.0 therefore baselines on Java 17 whereas previous versions baseline on Java 11.

Domain Model Validations

7.0 does much more validation of an application's domain model and especially its mapping details, e.g.

  • illegal combinations such as @Basic and @ManyToOne on the same attribute
  • misplaced annotations such as an annotated getter method with FIELD access
  • stricter following of JavaBean conventions

See the Migration Guide for details.

mapping.xsd

Hibernate 7.0 provides a new XSD that represents an "extension" of the Jakarta Persistence orm.xsd weaving in Hibernate-specific mapping features.
The namespace for this extended mapping is http://www.hibernate.org/xsd/orm/mapping

For applications using Hibernate's legacy hbm.xml format, we provide a tool to help with the transformation. See the Migration Guide for details.

Hibernate Models

7.0 migrates from Hibernate Commons Annotations (HCANN) to the new Hibernate Models project for low-level processing of an application domain model, reading annotations and weaving in XML mapping documents. See the Migration Guide for details.

... (truncated)

Changelog

Sourced from org.hibernate.orm:hibernate-c3p0's changelog.

Changes in 7.0.0.Beta4 (February 12, 2025)

https://hibernate.atlassian.net/projects/HHH/versions/32482

** Bug * [HHH-19107] - Entities with @​EmbeddedId not supported with CrudRepository * [HHH-19106] - @​Transaction(TxType) not working with Hibernate Data Repositories * [HHH-19104] - Envers is keeping references to classes and thus classloaders * [HHH-19079] - ComponentType.replace can cause ArrayIndexOutOfBoundsException when used with embeddable inheritance * [HHH-19072] - The hibernate.session_factory_name configuration property no longer works in Hibernate 7.0.0 * [HHH-19069] - Performance regression for wide inheritance models * [HHH-19034] - Wrong reuse of a Join * [HHH-19033] - Move of Derby to community dialects is incomplete * [HHH-19017] - Class Cast Exception for PersistentAttributeInterceptable * [HHH-19011] - @​ElementCollection comment overrides class level comment on an Entity * [HHH-19004] - TenantId regression on @​EmbeddedId 6.6.0 -> 6.6.1 * [HHH-18992] - Locking does not work with multiLoad * [HHH-18988] - Embeddable inheritance + default_schema results in NPE at startup * [HHH-18974] - UuidVersion6Strategy/UuidVersion7Strategy use random seed in static init + constructor * [HHH-18968] - MySQLDialect wrongly uses Timestamp as type for localtime function * [HHH-18961] - JtaIsolationDelegate, obtaining connection : NPE when SQLExceptionConversionDelegate#convert returns null * [HHH-18949] - Hibernate Processor should not insert underscores within uppercase names * [HHH-18945] - Hibernate Processor - fails if entity extends mapped superclass with same simple class name * [HHH-18933] - the ordering of the class declaration in persistence.xml seems to affect the metamodel * [HHH-18932] - Wrongly using FK column instead of PK when using joined alias * [HHH-18912] - ORM release process * [HHH-18904] - Bytecode Enhancement fails with UnsupportedEnhancementStrategy.FAIL for pre-persist method * [HHH-18903] - Bytecode enhancement fails for entities that contain a method named get * [HHH-18901] - AnnotationFormatError: Duplicate annotation for class: interface org.hibernate.bytecode.enhance.spi.EnhancementInfo * [HHH-18894] - Hibernate 6.6 enum literal is considered field literal instead * [HHH-18893] - DialectOverrides.SQLRestrictions * [HHH-18883] - When initializing version attribute to a negative value then a TransientObjectException is thrown when loading an entity * [HHH-18869] - Schema validation fails with MariaDB when entity field is of type BigDecimal[] * [HHH-18868] - Wrong behaviour of getAttribute method in impl. of ManagedType when scattered id attributes are used in MappedSuperclass * [HHH-18867] - beginTransaction() when a tx is already active * [HHH-18858] - array fields and static metamodel * [HHH-18819] - Error resolving persistent property of @​MapperSuperclass if subtype @​Embeddable used as @​IdClass * [HHH-18771] - ListInitializer should consistently consider @​ListIndexBase * [HHH-18750] - @​OneToMany with @​Any mapped in secondary table KO (ClassCastException) * [HHH-18693] - Hibernate Processor does not handle inner @​Embeddable types * [HHH-18384] - @​JoinColumnsOrFormulas broken * [HHH-17652] - Cannot invoke "org.hibernate.envers.internal.entities.EntityConfiguration.getRelationDescription(String)" because "entCfg" is null * [HHH-16883] - EntityGraph.addSubclassSubgraph() throws UnsupportedOperationException * [HHH-16516] - Adding quoteOnNonIdentifierChar flag to org.hibernate.boot.model.naming.Identifier breaks backwards compatibility * [HHH-16216] - SybaseASEDialect creates additional not null checks * [HHH-15848] - session.isDirty() shouldn't throw exception for transient many-to-one object in a session * [HHH-14725] - Using a InputStream with BlobProxy and Envers results in java.sql.SQLException: could not reset reader * [HHH-14519] - Misleading error message when unable to resolve table name * [HHH-13969] - Fix handling of large varbinary for SAP/Sybase ASE

... (truncated)

Commits
  • bc37876 Pre-steps for release : 7.0.0.Beta4
  • ab03132 Pre-steps for release : 7.0.0.Beta4
  • d1e031e Fix incorrect Groovy code in Gradle release tasks
  • 42c45e5 HHH-19122 - Leverage org.gradlex.maven-plugin-development for hibernate-maven...
  • 1b15676 HHH-19098 Disable implicit loading of the default import script
  • 46bcc56 HHH-19098 Add test for issue
  • a0d7161 Use SHA instead of versions in GH actions
  • 159818d Limit which github actions are considered for updates
  • 9cee945 HHH-19121 Update link to Infinispan integration
  • ff5fa10 HHH-18621 test for issue
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 13, 2025
Bumps `hibernate.version` from 7.0.0.Beta1 to 7.0.0.Beta4.

Updates `org.hibernate.orm:hibernate-core` from 7.0.0.Beta1 to 7.0.0.Beta4
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/main/changelog.txt)
- [Commits](hibernate/hibernate-orm@7.0.0.Beta1...7.0.0.Beta4)

Updates `org.hibernate.orm:hibernate-envers` from 7.0.0.Beta1 to 7.0.0.Beta4
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/main/changelog.txt)
- [Commits](hibernate/hibernate-orm@7.0.0.Beta1...7.0.0.Beta4)

Updates `org.hibernate.orm:hibernate-community-dialects` from 7.0.0.Beta1 to 7.0.0.Beta4
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/main/changelog.txt)
- [Commits](hibernate/hibernate-orm@7.0.0.Beta1...7.0.0.Beta4)

Updates `org.hibernate.orm:hibernate-c3p0` from 7.0.0.Beta1 to 7.0.0.Beta4
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/main/changelog.txt)
- [Commits](hibernate/hibernate-orm@7.0.0.Beta1...7.0.0.Beta4)

---
updated-dependencies:
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.hibernate.orm:hibernate-envers
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.hibernate.orm:hibernate-community-dialects
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.hibernate.orm:hibernate-c3p0
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/querydsl-7.0/hibernate.version-7.0.0.Beta4 branch from 67ef0b9 to 5d3d9a1 Compare February 13, 2025 15:00
Signed-off-by: Marvin Froeder <[email protected]>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant