Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 69cf182

Browse files
committedJun 6, 2025·
HSEARCH-5396 Upgrade to Hibernate Models 1.0.0
1 parent f25b7c4 commit 69cf182

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎build/parents/build/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,11 @@
9393
<!--
9494
NOTE: when Hibernate ORM updates Byte Buddy, make sure to check Jenkinsfile to see if
9595
`net.bytebuddy.experimental` property can be removed.
96+
97+
NOTE 2: with the next release of Hibernate ORM remove the hibernate-models dependency override
9698
-->
9799
<version.org.hibernate.orm>7.0.0.Final</version.org.hibernate.orm>
100+
<version.org.hibernate.models>1.0.0</version.org.hibernate.models>
98101

99102
<javadoc.org.hibernate.orm.url>https://docs.jboss.org/hibernate/orm/${parsed-version.org.hibernate.orm.majorVersion}.${parsed-version.org.hibernate.orm.minorVersion}/javadocs/</javadoc.org.hibernate.orm.url>
100103
<documentation.org.hibernate.orm.url>https://docs.jboss.org/hibernate/orm/${parsed-version.org.hibernate.orm.majorVersion}.${parsed-version.org.hibernate.orm.minorVersion}/userguide/html_single/Hibernate_User_Guide.html</documentation.org.hibernate.orm.url>
@@ -406,6 +409,12 @@
406409
<artifactId>jboss-logging</artifactId>
407410
<version>${version.org.jboss.logging.jboss-logging}</version>
408411
</dependency>
412+
<!-- Remove with the next Hibernate ORM upgrade -->
413+
<dependency>
414+
<groupId>org.hibernate.models</groupId>
415+
<artifactId>hibernate-models</artifactId>
416+
<version>${version.org.hibernate.models}</version>
417+
</dependency>
409418

410419
<!-- Other public dependencies -->
411420
<!-- Elasticsearch backend -->

0 commit comments

Comments
 (0)
Please sign in to comment.