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

build(deps): bump the java-minor-patch group across 1 directory with 12 updates #2149

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2024

Bumps the java-minor-patch group with 12 updates in the /src directory:

Package From To
org.xmlunit:xmlunit-core 2.9.1 2.10.0
org.xmlunit:xmlunit-matchers 2.9.1 2.10.0
org.xmlunit:xmlunit-assertj3 2.9.1 2.10.0
org.hibernate:hibernate-hikaricp 6.4.4.Final 6.5.0.Final
org.hibernate:hibernate-jpamodelgen 6.4.4.Final 6.5.0.Final
org.hibernate.orm:hibernate-core 6.4.4.Final 6.5.0.Final
org.hibernate.tool:hibernate-tools-ant 6.4.4.Final 6.5.0.Final
com.fasterxml.jackson:jackson-bom 2.17.0 2.17.1
com.fasterxml.jackson.core:jackson-annotations 2.17.0 2.17.1
commons-codec:commons-codec 1.16.1 1.17.0
org.semver4j:semver4j 5.2.3 5.3.0
org.openapi.generator 7.4.0 7.5.0

Updates org.xmlunit:xmlunit-core from 2.9.1 to 2.10.0

Release notes

Sourced from org.xmlunit:xmlunit-core's releases.

XMLUnit for Java 2.10.0

  • add a new ElementSelectors.byNameAndAllAttributes variant that filters attributes before deciding whether elements can be compared. Inspired by Issue #259

  • By default the TransformerFactorys created will now try to disable extension functions. If you need extension functions for your transformations you may want to pass in your own instance of TransformerFactory and TransformerFactoryConfigurer may help with that. Inspired by Issue #264

  • JAXPXPathEngine will now try to disable the execution of extension functions by default but uses XPathFactory#setProperty which is not available prior to Java 18. You may want to enable secure processing on an XPathFactory instance you pass to JAXPXPathEngine instead - and XPathFactoryConfigurer may help with that.

Changelog

Sourced from org.xmlunit:xmlunit-core's changelog.

XMLUnit for Java 2.10.0 - /Released 2024-04-28/

  • add a new ElementSelectors.byNameAndAllAttributes variant that filters attributes before deciding whether elements can be compared. Inspired by Issue #259

  • By default the TransformerFactorys created will now try to disable extension functions. If you need extension functions for your transformations you may want to pass in your own instance of TransformerFactory and TransformerFactoryConfigurer may help with that. Inspired by Issue #264 This is tracked as CVE-2024-31573.

  • JAXPXPathEngine will now try to disable the execution of extension functions by default but uses XPathFactory#setProperty which is not available prior to Java 18. You may want to enable secure processing on an XPathFactory instance you pass to JAXPXPathEngine instead - and XPathFactoryConfigurer may help with that.

Commits
  • 33a5d6a fix release number
  • eceec4a javadocs
  • 75828fd Create SECURITY.md
  • dcaafe9 record extension function changes
  • 611f6be try to disable extension functions for XPaths
  • b81d48b disable XSLT extension functions by default, add more configurers
  • ba14909 XMLUnit 1.x is no longer maintained
  • cd6731e this is going to be a feature release, not a bugfix release
  • c47d390 record last changes
  • 5141915 add byNameAndAllAttributes that uses an attrbute filter
  • Additional commits viewable in compare view

Updates org.xmlunit:xmlunit-matchers from 2.9.1 to 2.10.0

Release notes

Sourced from org.xmlunit:xmlunit-matchers's releases.

XMLUnit for Java 2.10.0

  • add a new ElementSelectors.byNameAndAllAttributes variant that filters attributes before deciding whether elements can be compared. Inspired by Issue #259

  • By default the TransformerFactorys created will now try to disable extension functions. If you need extension functions for your transformations you may want to pass in your own instance of TransformerFactory and TransformerFactoryConfigurer may help with that. Inspired by Issue #264

  • JAXPXPathEngine will now try to disable the execution of extension functions by default but uses XPathFactory#setProperty which is not available prior to Java 18. You may want to enable secure processing on an XPathFactory instance you pass to JAXPXPathEngine instead - and XPathFactoryConfigurer may help with that.

Changelog

Sourced from org.xmlunit:xmlunit-matchers's changelog.

XMLUnit for Java 2.10.0 - /Released 2024-04-28/

  • add a new ElementSelectors.byNameAndAllAttributes variant that filters attributes before deciding whether elements can be compared. Inspired by Issue #259

  • By default the TransformerFactorys created will now try to disable extension functions. If you need extension functions for your transformations you may want to pass in your own instance of TransformerFactory and TransformerFactoryConfigurer may help with that. Inspired by Issue #264 This is tracked as CVE-2024-31573.

  • JAXPXPathEngine will now try to disable the execution of extension functions by default but uses XPathFactory#setProperty which is not available prior to Java 18. You may want to enable secure processing on an XPathFactory instance you pass to JAXPXPathEngine instead - and XPathFactoryConfigurer may help with that.

Commits
  • 33a5d6a fix release number
  • eceec4a javadocs
  • 75828fd Create SECURITY.md
  • dcaafe9 record extension function changes
  • 611f6be try to disable extension functions for XPaths
  • b81d48b disable XSLT extension functions by default, add more configurers
  • ba14909 XMLUnit 1.x is no longer maintained
  • cd6731e this is going to be a feature release, not a bugfix release
  • c47d390 record last changes
  • 5141915 add byNameAndAllAttributes that uses an attrbute filter
  • Additional commits viewable in compare view

Updates org.xmlunit:xmlunit-assertj3 from 2.9.1 to 2.10.0

Release notes

Sourced from org.xmlunit:xmlunit-assertj3's releases.

XMLUnit for Java 2.10.0

  • add a new ElementSelectors.byNameAndAllAttributes variant that filters attributes before deciding whether elements can be compared. Inspired by Issue #259

  • By default the TransformerFactorys created will now try to disable extension functions. If you need extension functions for your transformations you may want to pass in your own instance of TransformerFactory and TransformerFactoryConfigurer may help with that. Inspired by Issue #264

  • JAXPXPathEngine will now try to disable the execution of extension functions by default but uses XPathFactory#setProperty which is not available prior to Java 18. You may want to enable secure processing on an XPathFactory instance you pass to JAXPXPathEngine instead - and XPathFactoryConfigurer may help with that.

Changelog

Sourced from org.xmlunit:xmlunit-assertj3's changelog.

XMLUnit for Java 2.10.0 - /Released 2024-04-28/

  • add a new ElementSelectors.byNameAndAllAttributes variant that filters attributes before deciding whether elements can be compared. Inspired by Issue #259

  • By default the TransformerFactorys created will now try to disable extension functions. If you need extension functions for your transformations you may want to pass in your own instance of TransformerFactory and TransformerFactoryConfigurer may help with that. Inspired by Issue #264 This is tracked as CVE-2024-31573.

  • JAXPXPathEngine will now try to disable the execution of extension functions by default but uses XPathFactory#setProperty which is not available prior to Java 18. You may want to enable secure processing on an XPathFactory instance you pass to JAXPXPathEngine instead - and XPathFactoryConfigurer may help with that.

Commits
  • 33a5d6a fix release number
  • eceec4a javadocs
  • 75828fd Create SECURITY.md
  • dcaafe9 record extension function changes
  • 611f6be try to disable extension functions for XPaths
  • b81d48b disable XSLT extension functions by default, add more configurers
  • ba14909 XMLUnit 1.x is no longer maintained
  • cd6731e this is going to be a feature release, not a bugfix release
  • c47d390 record last changes
  • 5141915 add byNameAndAllAttributes that uses an attrbute filter
  • Additional commits viewable in compare view

Updates org.xmlunit:xmlunit-matchers from 2.9.1 to 2.10.0

Release notes

Sourced from org.xmlunit:xmlunit-matchers's releases.

XMLUnit for Java 2.10.0

  • add a new ElementSelectors.byNameAndAllAttributes variant that filters attributes before deciding whether elements can be compared. Inspired by Issue #259

  • By default the TransformerFactorys created will now try to disable extension functions. If you need extension functions for your transformations you may want to pass in your own instance of TransformerFactory and TransformerFactoryConfigurer may help with that. Inspired by Issue #264

  • JAXPXPathEngine will now try to disable the execution of extension functions by default but uses XPathFactory#setProperty which is not available prior to Java 18. You may want to enable secure processing on an XPathFactory instance you pass to JAXPXPathEngine instead - and XPathFactoryConfigurer may help with that.

Changelog

Sourced from org.xmlunit:xmlunit-matchers's changelog.

XMLUnit for Java 2.10.0 - /Released 2024-04-28/

  • add a new ElementSelectors.byNameAndAllAttributes variant that filters attributes before deciding whether elements can be compared. Inspired by Issue #259

  • By default the TransformerFactorys created will now try to disable extension functions. If you need extension functions for your transformations you may want to pass in your own instance of TransformerFactory and TransformerFactoryConfigurer may help with that. Inspired by Issue #264 This is tracked as CVE-2024-31573.

  • JAXPXPathEngine will now try to disable the execution of extension functions by default but uses XPathFactory#setProperty which is not available prior to Java 18. You may want to enable secure processing on an XPathFactory instance you pass to JAXPXPathEngine instead - and XPathFactoryConfigurer may help with that.

Commits
  • 33a5d6a fix release number
  • eceec4a javadocs
  • 75828fd Create SECURITY.md
  • dcaafe9 record extension function changes
  • 611f6be try to disable extension functions for XPaths
  • b81d48b disable XSLT extension functions by default, add more configurers
  • ba14909 XMLUnit 1.x is no longer maintained
  • cd6731e this is going to be a feature release, not a bugfix release
  • c47d390 record last changes
  • 5141915 add byNameAndAllAttributes that uses an attrbute filter
  • Additional commits viewable in compare view

Updates org.xmlunit:xmlunit-assertj3 from 2.9.1 to 2.10.0

Release notes

Sourced from org.xmlunit:xmlunit-assertj3's releases.

XMLUnit for Java 2.10.0

  • add a new ElementSelectors.byNameAndAllAttributes variant that filters attributes before deciding whether elements can be compared. Inspired by Issue #259

  • By default the TransformerFactorys created will now try to disable extension functions. If you need extension functions for your transformations you may want to pass in your own instance of TransformerFactory and TransformerFactoryConfigurer may help with that. Inspired by Issue #264

  • JAXPXPathEngine will now try to disable the execution of extension functions by default but uses XPathFactory#setProperty which is not available prior to Java 18. You may want to enable secure processing on an XPathFactory instance you pass to JAXPXPathEngine instead - and XPathFactoryConfigurer may help with that.

Changelog

Sourced from org.xmlunit:xmlunit-assertj3's changelog.

XMLUnit for Java 2.10.0 - /Released 2024-04-28/

  • add a new ElementSelectors.byNameAndAllAttributes variant that filters attributes before deciding whether elements can be compared. Inspired by Issue #259

  • By default the TransformerFactorys created will now try to disable extension functions. If you need extension functions for your transformations you may want to pass in your own instance of TransformerFactory and TransformerFactoryConfigurer may help with that. Inspired by Issue #264 This is tracked as CVE-2024-31573.

  • JAXPXPathEngine will now try to disable the execution of extension functions by default but uses XPathFactory#setProperty which is not available prior to Java 18. You may want to enable secure processing on an XPathFactory instance you pass to JAXPXPathEngine instead - and XPathFactoryConfigurer may help with that.

Commits
  • 33a5d6a fix release number
  • eceec4a javadocs
  • 75828fd Create SECURITY.md
  • dcaafe9 record extension function changes
  • 611f6be try to disable extension functions for XPaths
  • b81d48b disable XSLT extension functions by default, add more configurers
  • ba14909 XMLUnit 1.x is no longer maintained
  • cd6731e this is going to be a feature release, not a bugfix release
  • c47d390 record last changes
  • 5141915 add byNameAndAllAttributes that uses an attrbute filter
  • Additional commits viewable in compare view

Updates org.hibernate:hibernate-hikaricp from 6.4.4.Final to 6.5.0.Final

Release notes

Sourced from org.hibernate:hibernate-hikaricp's releases.

Hibernate ORM 6.4.8.Final released

Today, we published a new maintenance release of Hibernate ORM 6.4: 6.4.8.Final.

What's new

This release introduces a few minor improvements as well as bug fixes.

You can find the full list of 6.4.8.Final changes here.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Hibernate ORM 6.4.7.Final released

Today, we published a new maintenance release of Hibernate ORM 6.4: 6.4.7.Final.

What's new

This release introduces a few minor improvements as well as bug fixes.

You can find the full list of 6.4.7.Final changes here.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

... (truncated)

Changelog

Sourced from org.hibernate:hibernate-hikaricp's changelog.

Changes in 6.5.0.Final (April 25, 2024)

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

** Bug * [HHH-17994] - NPE in MavenPlugin when no classes filter specified * [HHH-17983] - StackOverflowError on 6.5.CR2 with @​Proxy(lazy=false), @​BatchSize and @​ManyToOne * [HHH-17975] - Envers revision cannot be found when the lookup is made based on an Instant * [HHH-17965] - @​ElementCollection with @​CollectionTable throws o.h.MappingException Foreign key must have same number of columns as the referenced primary key * [HHH-17964] - Hibernate using wrong column order for ElementCollection query when composite ID is present * [HHH-17174] - Teradata Dialect Issue Above Version 14

** Improvement * [HHH-17999] - Avoid runtime reflection for org.hibernate.jdbc.Expectation * [HHH-17993] - Metamodel processing on bootstrap: avoid retrying same metamodel class name multiple times * [HHH-17991] - Reduce overhead from @​DialectOverride discovery * [HHH-17988] - MetadataContext should consistently use ClassLoaderService * [HHH-17987] - Improve allocation rate of ReflectHelper#setterMethodOrNull * [HHH-17980] - Excessive contention during getter identification in the ByteBuddy enhancer

** Task * [HHH-17951] - Deprecate Size.LobMultiplier for removal

Changes in 6.5.0.CR2 (April 12, 2024)

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

** Bug * [HHH-17947] - Bidirectional association management shouldn't ignore maintaining inverse lazy objects * [HHH-17935] - Running query with "root" tenant leads to "HibernateException: Either value and resolver for filter [_tenantId] parameter [tenantId] not set" * [HHH-17934] - StatelessSession.upsert() with @​Version-ed entity * [HHH-17918] - EntityNotFoundException when loading non-proxy entities with circular dependencies * [HHH-17912] - Disallow multiple valued binding for BasicCollectionType * [HHH-17908] - Schema validation error for STRING enums on MySQL * [HHH-17906] - Missing type inference for SqmValues * [HHH-17898] - Validate derived join queries not using lateral * [HHH-17897] - Joining Multiple CTEs in a HQL * [HHH-17887] - Release mode After Statment with deferred result set access does not work * [HHH-17885] - Same named formula attribute of different Embedded uses same selection expression * [HHH-17884] - Native enum type should respect ordering implied by EnumeratedType * [HHH-17881] - Unable to use a proxy as parameter in Query when the FK does not target the PK * [HHH-17872] - NPE in JtaIsolationDelegate * [HHH-17871] - NullPointerException during the creation of the session if ManyToAny that references a MappedSuperClass and defined in multiple subclasses * [HHH-17862] - TemporaryTable identity column sqlTypeName error * [HHH-17826] - ResultSet closed while scrolling results * [HHH-17801] - array_position fails with enums in Hibernate 6.4 (worked in 6.2) * [HHH-17783] - Joined Entity is Added to Persistent Set Without Being Fully Initialized

... (truncated)

Commits
  • cd57311 Pre-steps for release : 6.5.0.Final
  • 986d439 make the section on @​Lob even more explicit
  • 816d1e1 mention GenericGenerator deprecation in migration guide
  • b5b40f2 HHH-17964 Hibernate using wrong column order for ElementCollection query when...
  • 96793fa HHH-17964 Add test for issue
  • 84cdd7c slightly improve format of error message
  • 9346c28 HHH-17983 Remove entity keys from batch queue before loading
  • c846bc3 HHH-17983 Add test for issue
  • 205197b HHH-17883 Correct original column order for primary keys
  • 00d5f2f HHH-17883 Add test for issue
  • Additional commits viewable in compare view

Updates org.hibernate:hibernate-jpamodelgen from 6.4.4.Final to 6.5.0.Final

Release notes

Sourced from org.hibernate:hibernate-jpamodelgen's releases.

Hibernate ORM 6.4.8.Final released

Today, we published a new maintenance release of Hibernate ORM 6.4: 6.4.8.Final.

What's new

This release introduces a few minor improvements as well as bug fixes.

You can find the full list of 6.4.8.Final changes here.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Hibernate ORM 6.4.7.Final released

Today, we published a new maintenance release of Hibernate ORM 6.4: 6.4.7.Final.

What's new

This release introduces a few minor improvements as well as bug fixes.

You can find the full list of 6.4.7.Final changes here.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

... (truncated)

Changelog

Sourced from org.hibernate:hibernate-jpamodelgen's changelog.

Changes in 6.5.0.Final (April 25, 2024)

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

** Bug * [HHH-17994] - NPE in MavenPlugin when no classes filter specified * [HHH-17983] - StackOverflowError on 6.5.CR2 with @​Proxy(lazy=false), @​BatchSize and @​ManyToOne * [HHH-17975] - Envers revision cannot be found when the lookup is made based on an Instant * [HHH-17965] - @​ElementCollection with @​CollectionTable throws o.h.MappingException Foreign key must have same number of columns as the referenced primary key * [HHH-17964] - Hibernate using wrong column order for ElementCollection query when composite ID is present * [HHH-17174] - Teradata Dialect Issue Above Version 14

** Improvement * [HHH-17999] - Avoid runtime reflection for org.hibernate.jdbc.Expectation * [HHH-17993] - Metamodel processing on bootstrap: avoid retrying same metamodel class name multiple times * [HHH-17991] - Reduce overhead from @​DialectOverride discovery * [HHH-17988] - MetadataContext should consistently use ClassLoaderService * [HHH-17987] - Improve allocation rate of ReflectHelper#setterMethodOrNull * [HHH-17980] - Excessive contention during getter identification in the ByteBuddy enhancer

** Task * [HHH-17951] - Deprecate Size.LobMultiplier for removal

Changes in 6.5.0.CR2 (April 12, 2024)

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

** Bug * [HHH-17947] - Bidirectional association management shouldn't ignore maintaining inverse lazy objects * [HHH-17935] - Running query with "root" tenant leads to "HibernateException: Either value and resolver for filter [_tenantId] parameter [tenantId] not set" * [HHH-17934] - StatelessSession.upsert() with @​Version-ed entity * [HHH-17918] - EntityNotFoundException when loading non-proxy entities with circular dependencies * [HHH-17912] - Disallow multiple valued binding for BasicCollectionType * [HHH-17908] - Schema validation error for STRING enums on MySQL * [HHH-17906] - Missing type inference for SqmValues * [HHH-17898] - Validate derived join queries not using lateral * [HHH-17897] - Joining Multiple CTEs in a HQL * [HHH-17887] - Release mode After Statment with deferred result set access does not work * [HHH-17885] - Same named formula attribute of different Embedded uses same selection expression * [HHH-17884] - Native enum type should respect ordering implied by EnumeratedType * [HHH-17881] - Unable to use a proxy as parameter in Query when the FK does not target the PK * [HHH-17872] - NPE in JtaIsolationDelegate * [HHH-17871] - NullPointerException during the creation of the session if ManyToAny that references a MappedSuperClass and defined in multiple subclasses * [HHH-17862] - TemporaryTable identity column sqlTypeName error * [HHH-17826] - ResultSet closed while scrolling results * [HHH-17801] - array_position fails with enums in Hibernate 6.4 (worked in 6.2) * [HHH-17783] - Joined Entity is Added to Persistent Set Without Being Fully Initialized

... (truncated)

Commits
  • cd57311 Pre-steps for release : 6.5.0.Final
  • 986d439 make the section on @​Lob even more explicit
  • 816d1e1 mention GenericGenerator deprecation in migration guide
  • b5b40f2 HHH-17964 Hibernate using wrong column order for ElementCollection query when...
  • 96793fa HHH-17964 Add test for issue
  • 84cdd7c slightly improve format of error message
  • 9346c28 HHH-17983 Remove entity keys from batch queue before loading
  • c846bc3 HHH-17983 Add test for issue
  • 205197b HHH-17883 Correct original column order for primary keys
  • 00d5f2f HHH-17883 Add test for issue
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-core from 6.4.4.Final to 6.5.0.Final

Release notes

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

Hibernate ORM 6.4.8.Final released

Today, we published a new maintenance release of Hibernate ORM 6.4: 6.4.8.Final.

What's new

This release introduces a few minor improvements as well as bug fixes.

You can find the full list of 6.4.8.Final changes here.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Hibernate ORM 6.4.7.Final released

Today, we published a new maintenance release of Hibernate ORM 6.4: 6.4.7.Final.

What's new

This release introduces a few minor improvements as well as bug fixes.

You can find the full list of 6.4.7.Final changes here.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

... (truncated)

Changelog

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

Changes in 6.5.0.Final (April 25, 2024)

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

** Bug * [HHH-17994] - NPE in MavenPlugin when no classes filter specified * [HHH-17983] - StackOverflowError on 6.5.CR2 with @​Proxy(lazy=false), @​BatchSize and @​ManyToOne * [HHH-17975] - Envers revision cannot be found when the lookup is made based on an Instant * [HHH-17965] - @​ElementCollection with @​CollectionTable throws o.h.MappingException Foreign key must have same number of columns as the referenced primary key * [HHH-17964] - Hibernate using wrong column order for ElementCollection query when composite ID is present * [HHH-17174] - Teradata Dialect Issue Above Version 14

** Improvement * [HHH-17999] - Avoid runtime reflection for org.hibernate.jdbc.Expectation * [HHH-17993] - Metamodel processing on bootstrap: avoid retrying same metamodel class name multiple times * [HHH-17991] - Reduce overhead from @​DialectOverride discovery * [HHH-17988] - MetadataContext should consistently use ClassLoaderService * [HHH-17987] - Improve allocation rate of ReflectHelper#setterMethodOrNull * [HHH-17980] - Excessive contention during getter identification in the ByteBuddy enhancer

** Task * [HHH-17951] - Deprecate Size.LobMultiplier for removal

Changes in 6.5.0.CR2 (April 12, 2024)

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

** Bug * [HHH-17947] - Bidirectional association management shouldn't ignore maintaining inverse lazy objects * [HHH-17935] - Running query with "root" tenant leads to "HibernateException: Either value and resolver for filter [_tenantId] parameter [tenantId] not set" * [HHH-17934] - StatelessSession.upsert() with @​Version-ed entity * [HHH-17918] - EntityNotFoundException when loading non-proxy entities with circular dependencies * [HHH-17912] - Disallow multiple valued binding for BasicCollectionType * [HHH-17908] - Schema validation error for STRING enums on MySQL * [HHH-17906] - Missing type inference for SqmValues * [HHH-17898] - Validate derived join queries not using lateral * [HHH-17897] - Joining Multiple CTEs in a HQL * [HHH-17887] - Release mode After Statment with deferred result set access does not work * [HHH-17885] - Same named formula attribute of different Embedded uses same selection expression * [HHH-17884] - Native enum type should respect ordering implied by EnumeratedType * [HHH-17881] - Unable to use a proxy as parameter in Query when the FK does not target the PK * [HHH-17872] - NPE in JtaIsolationDelegate * [HHH-17871] - NullPointerException during the creation of the session if ManyToAny that references a MappedSuperClass and defined in multiple subclasses * [HHH-17862] - TemporaryTable identity column sqlTypeName error * [HHH-17826] - ResultSet closed while scrolling results * [HHH-17801] - array_position fails with enums in Hibernate 6.4 (worked in 6.2) * [HHH-17783] - Joined Entity is Added to Persistent Set Without Being Fully Initialized

... (truncated)

Commits
  • cd57311 Pre-steps for release : 6.5.0.Final
  • 986d439 make the section on @​Lob even more explicit
  • 816d1e1 mention GenericGenerator deprecation in migration guide
  • b5b40f2 HHH-17964 Hibernate using wrong column order for ElementCollection query when...
  • 96793fa HHH-17964 Add test for issue
  • 84cdd7c slightly improve format of error message
  • 9346c28 HHH-17983 Remove entity keys from batch queue before loading
  • c846bc3 HHH-17983 Add test for issue
  • 205197b HHH-17883 Correct original column order for primary keys
  • 00d5f2f HHH-17883 Add test for issue
  • Additional commits viewable in compare view

Updates org.hibernate.tool:hibernate-tools-ant from 6.4.4.Final to 6.5.0.Final

Commits
  • a2d65fb HBX-2796: Update version identifier to 6.5.0.Final
  • d33809f HBX-2795: Update Hibernate ORM Dependency to Version 6.5.0.Final
  • b84154f HBX-2780: Create Interface for TableFilterWrapper
  • 4c77f97 HBX-2780: Create Interface for TableFilterWrapper
  • 6421c13 HBX-2780: Create Interface for TableFilterWrapper
  • e798a35 HBX-2780: Create Interface for TableFilterWrapper
  • 5b2446c HBX-2780: Create Interface for TableFilterWrapper
  • faf434e HBX-2780: Create Interface for TableFilterWrapper
  • 7013807 HBX-2780: Create Interface for TableFilterWrapper
  • fee0965 HBX-2780: Create Interface for TableFilterWrapper
  • Additional commits viewable in compare view

Updates org.hibernate:hibernate-jpamodelgen from 6.4.4.Final to 6.5.0.Final

Release notes

Sourced from org.hibernate:hibernate-jpamodelgen's releases.

Hibernate ORM 6.4.8.Final released

Today, we published a new maintenance release of Hibernate ORM 6.4: 6.4.8.Final.

What's new

This release introduces a few minor improvements as well as bug fixes.

You can find the full list of 6.4.8.Final changes here.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Hibernate ORM 6.4.7.Final released

Today, we published a new maintenance release of Hibernate ORM 6.4: 6.4.7.Final.

What's new

This release introduces a few minor improvements as well as bug fixes.

You can find the full list of 6.4.7.Final changes here.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

... (truncated)

Changelog

Sourced from org.hibernate:hibernate-jpamodelgen's changelog.

Changes in 6.5.0.Final (April 25, 2024)

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

** Bug * [HHH-17994] - NPE in MavenPlugin when no classes filter specified * [HHH-17983] - StackOverflowError on 6.5.CR2 with @​Proxy(lazy=false), @​BatchSize and @​ManyToOne * [HHH-17975] - Envers revision cannot be found when the lookup is made based on an Instant * [HHH-17965] - @​ElementCollection with @​CollectionTable throws o.h.MappingException Foreign key must have same number of columns as the referenced primary key * [HHH-17964] - Hibernate using wrong column order for ElementCollection query when composite ID is present * [HHH-17174] - Teradata Dialect Issue Above Version 14

** Improvement * [HHH-17999] - Avoid runtime reflection for org.hibernate.jdbc.Expectation * [HHH-17993] - Metamodel processing on bootstrap: avoid retrying same metamodel class name multiple times * [HHH-17991] - Reduce overhead from @​DialectOverride discovery * [HHH-17988] - MetadataContext should consistently use ClassLoaderService * [HHH-17987] - Improve allocation rate of ReflectHelper#setterMethodOrNull * [HHH-17980] - Excessive contention during getter identification in the ByteBuddy enhancer

** Task * [HHH-17951] - Deprecate Size.LobMultiplier for removal

Changes in 6.5.0.CR2 (April 12, 2024)

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

** Bug * [HHH-17947] - Bidirectional association management shouldn't ignore maintaining inverse lazy objects * [HHH-17935] - Running query with "root" tenant leads to "HibernateException: Either value and resolver for filter [_tenantId] parameter [tenantId] not set" * [HHH-17934] - StatelessSession.upsert() with @​Version-ed entity * [HHH-17918] - EntityNotFoundException when loading non-proxy entities with circular dependencies * [HHH-17912] - Disallow multiple valued binding for BasicCollectionType * [HHH-17908] - Schema validation error for STRING enums on MySQL * [HHH-17906] - Missing type inference for SqmValues * [HHH-17898] - Validate derived join queries not using lateral * [HHH-17897] - Joining Multiple CTEs in a HQL * [HHH-17887] - Release mode After Statment with deferred result set access does not work * [HHH-17885] - Same named formula attribute of different Embedded uses same selection expression * [HHH-17884] - Native enum type should respect ordering implied by EnumeratedType * [HHH-17881] - Unable to use a proxy as parameter in Query when the FK does not target the PK * [HHH-17872] - NPE in JtaIsolationDelegate * [HHH-17871] - NullPointerException during the creation of the session if ManyToAny that references a MappedSuperClass and defined in multiple subclasses * [HHH-17862] - TemporaryTable identity column sqlTypeName error * [HHH-17826] - ResultSet closed while scrolling results * [HHH-17801] - array_position fails with enums in Hibernate 6.4 (worked in 6.2) * [HHH-17783] - Joined Entity is Added to Persistent Set Without Being Fully Initialized

... (truncated)

Commits
  • cd57311 Pre-steps for release : 6.5.0.Final
  • 986d439 make the section on @​Lob even more explicit
  • 816d1e1 mention GenericGenerator deprecation in migration guide
  • b5b40f2 HHH-17964 Hibernate using wrong column order for ElementCollection query when...
  • 96793fa HHH-17964 Add test for issue
  • 84cdd7c slightly improve format of error message
  • 9346c28 HHH-17983 Remove entity keys from batch queue before loading
  • c846bc3 HHH-17983 Add test for issue
  • 205197b HHH-17883 Correct original column order for primary keys
  • 00d5f2f HHH-17883 Add test for issue
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-core from 6.4.4.Final to 6.5.0.Final

Release notes

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

Hibernate ORM 6.4.8.Final released

Today, we published a new maintenance release of Hibernate ORM 6.4: 6.4.8.Final.

What's new

This release introduces a few minor improvements as well as bug fixes.

You can find the full list of 6.4.8.Final changes here.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Hibernate ORM 6.4.7.Final released

Today, we published a new maintenance release of Hibernate ORM 6.4: 6.4.7.Final.

Wha...

Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 6, 2024
@dependabot dependabot bot requested review from a team and ovidijusnortal and removed request for a team May 6, 2024 05:38
Copy link

github-actions bot commented May 6, 2024

Job Summary for Gradle

Build and test :: BuildAndPackageWithUnitTests
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
src
build sonar test intTest runProxyTest runMetaserviceTest ru…
8.7 Build Scan not published

@dependabot dependabot bot force-pushed the dependabot/gradle/src/java-minor-patch-337feeb0b0 branch from e0add14 to 03047ca Compare May 8, 2024 07:03
Copy link

github-actions bot commented May 8, 2024

Job Summary for Gradle

Build and test :: BuildAndPackageWithUnitTests
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
src
build sonar test intTest runProxyTest runMetaserviceTest ru…
8.7 Build Scan not published

@ovidijusnortal
Copy link
Contributor

@dependabot rebase

…12 updates

Bumps the java-minor-patch group with 12 updates in the /src directory:

| Package | From | To |
| --- | --- | --- |
| [org.xmlunit:xmlunit-core](https://github.com/xmlunit/xmlunit) | `2.9.1` | `2.10.0` |
| [org.xmlunit:xmlunit-matchers](https://github.com/xmlunit/xmlunit) | `2.9.1` | `2.10.0` |
| [org.xmlunit:xmlunit-assertj3](https://github.com/xmlunit/xmlunit) | `2.9.1` | `2.10.0` |
| [org.hibernate:hibernate-hikaricp](https://github.com/hibernate/hibernate-orm) | `6.4.4.Final` | `6.5.0.Final` |
| [org.hibernate:hibernate-jpamodelgen](https://github.com/hibernate/hibernate-orm) | `6.4.4.Final` | `6.5.0.Final` |
| [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) | `6.4.4.Final` | `6.5.0.Final` |
| [org.hibernate.tool:hibernate-tools-ant](https://github.com/hibernate/hibernate-tools) | `6.4.4.Final` | `6.5.0.Final` |
| [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `2.17.0` | `2.17.1` |
| [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) | `2.17.0` | `2.17.1` |
| [commons-codec:commons-codec](https://github.com/apache/commons-codec) | `1.16.1` | `1.17.0` |
| [org.semver4j:semver4j](https://github.com/semver4j/semver4j) | `5.2.3` | `5.3.0` |
| org.openapi.generator | `7.4.0` | `7.5.0` |



Updates `org.xmlunit:xmlunit-core` from 2.9.1 to 2.10.0
- [Release notes](https://github.com/xmlunit/xmlunit/releases)
- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)
- [Commits](xmlunit/xmlunit@v2.9.1...v2.10.0)

Updates `org.xmlunit:xmlunit-matchers` from 2.9.1 to 2.10.0
- [Release notes](https://github.com/xmlunit/xmlunit/releases)
- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)
- [Commits](xmlunit/xmlunit@v2.9.1...v2.10.0)

Updates `org.xmlunit:xmlunit-assertj3` from 2.9.1 to 2.10.0
- [Release notes](https://github.com/xmlunit/xmlunit/releases)
- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)
- [Commits](xmlunit/xmlunit@v2.9.1...v2.10.0)

Updates `org.xmlunit:xmlunit-matchers` from 2.9.1 to 2.10.0
- [Release notes](https://github.com/xmlunit/xmlunit/releases)
- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)
- [Commits](xmlunit/xmlunit@v2.9.1...v2.10.0)

Updates `org.xmlunit:xmlunit-assertj3` from 2.9.1 to 2.10.0
- [Release notes](https://github.com/xmlunit/xmlunit/releases)
- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)
- [Commits](xmlunit/xmlunit@v2.9.1...v2.10.0)

Updates `org.hibernate:hibernate-hikaricp` from 6.4.4.Final to 6.5.0.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.5.0/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.4.4...6.5.0)

Updates `org.hibernate:hibernate-jpamodelgen` from 6.4.4.Final to 6.5.0.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.5.0/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.4.4...6.5.0)

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

Updates `org.hibernate.tool:hibernate-tools-ant` from 6.4.4.Final to 6.5.0.Final
- [Commits](hibernate/hibernate-tools@6.4.4.Final...6.5.0.Final)

Updates `org.hibernate:hibernate-jpamodelgen` from 6.4.4.Final to 6.5.0.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.5.0/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.4.4...6.5.0)

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

Updates `org.hibernate.tool:hibernate-tools-ant` from 6.4.4.Final to 6.5.0.Final
- [Commits](hibernate/hibernate-tools@6.4.4.Final...6.5.0.Final)

Updates `com.fasterxml.jackson:jackson-bom` from 2.17.0 to 2.17.1
- [Commits](FasterXML/jackson-bom@jackson-bom-2.17.0...jackson-bom-2.17.1)

Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.17.0 to 2.17.1
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.17.0 to 2.17.1
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `commons-codec:commons-codec` from 1.16.1 to 1.17.0
- [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-codec@rel/commons-codec-1.16.1...rel/commons-codec-1.17.0)

Updates `org.semver4j:semver4j` from 5.2.3 to 5.3.0
- [Release notes](https://github.com/semver4j/semver4j/releases)
- [Commits](semver4j/semver4j@v5.2.3...v5.3.0)

Updates `org.openapi.generator` from 7.4.0 to 7.5.0

---
updated-dependencies:
- dependency-name: org.xmlunit:xmlunit-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.xmlunit:xmlunit-matchers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.xmlunit:xmlunit-assertj3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.xmlunit:xmlunit-matchers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.xmlunit:xmlunit-assertj3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.hibernate:hibernate-hikaricp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.hibernate:hibernate-jpamodelgen
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.hibernate.tool:hibernate-tools-ant
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.hibernate:hibernate-jpamodelgen
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.hibernate.tool:hibernate-tools-ant
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-minor-patch
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-minor-patch
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-minor-patch
- dependency-name: commons-codec:commons-codec
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.semver4j:semver4j
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.openapi.generator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/src/java-minor-patch-337feeb0b0 branch from 03047ca to 3bba925 Compare May 9, 2024 06:54
Copy link

github-actions bot commented May 9, 2024

Job Summary for Gradle

Build and test :: BuildAndPackageWithUnitTests
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
src
build sonar test intTest runProxyTest runMetaserviceTest ru…
8.7 Build Scan not published

Copy link

sonarcloud bot commented May 9, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link

github-actions bot commented May 9, 2024

Job Summary for Gradle

Build and test :: BuildAndPackageWithUnitTests
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
src
build sonar test intTest runProxyTest runMetaserviceTest ru…
8.7 Build Scan not published

@ovidijusnortal
Copy link
Contributor

@dependabot merge

@dependabot dependabot bot merged commit ab838d6 into develop May 9, 2024
9 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/src/java-minor-patch-337feeb0b0 branch May 9, 2024 11:34
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.

None yet

1 participant