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

3.x: Upgrade Hibernate to 6.1.4.Final, EclipseLink to 3.0.3 #5100

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions applications/mp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,6 @@
<groupId>org.hibernate.orm.tooling</groupId>
<artifactId>hibernate-enhance-maven-plugin</artifactId>
<version>${version.plugin.hibernate.enhance}</version>
<dependencies>
<dependency>
<!-- used by hibernate plugin - requires update for Java 17 -->
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>${version.lib.byte-buddy}</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</pluginManagement>
Expand Down
11 changes: 2 additions & 9 deletions dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,11 @@
<version.lib.animal-sniffer>1.18</version.lib.animal-sniffer>
<version.lib.annotation-api>1.3.5</version.lib.annotation-api>
<version.lib.brave-opentracing>1.0.0</version.lib.brave-opentracing>
<version.lib.byte-buddy>1.11.20</version.lib.byte-buddy>
<version.lib.reactivestreams>1.0.4</version.lib.reactivestreams>
<version.lib.commons-logging>1.2</version.lib.commons-logging>
<version.lib.cron-utils>9.1.6</version.lib.cron-utils>
<version.lib.dropwizard.metrics>4.1.2</version.lib.dropwizard.metrics>
<version.lib.eclipselink>3.0.2</version.lib.eclipselink>
<version.lib.eclipselink>3.0.3</version.lib.eclipselink>
<version.lib.el-impl>4.0.2</version.lib.el-impl>
<version.lib.etcd4j>2.18.0</version.lib.etcd4j>
<version.lib.failsafe>2.3.1</version.lib.failsafe>
Expand All @@ -61,7 +60,7 @@
<version.lib.guava>30.0-jre</version.lib.guava>
<version.lib.h2>2.1.212</version.lib.h2>
<version.lib.hamcrest>1.3</version.lib.hamcrest>
<version.lib.hibernate>6.1.1.Final</version.lib.hibernate>
<version.lib.hibernate>6.1.4.Final</version.lib.hibernate>
<version.lib.hibernate-validator>7.0.2.Final</version.lib.hibernate-validator>
<version.lib.hikaricp>5.0.1</version.lib.hikaricp>
<version.lib.hystrix>1.5.18</version.lib.hystrix>
Expand Down Expand Up @@ -189,12 +188,6 @@
<artifactId>javax.ws.rs-api</artifactId>
<version>2.1.1</version>
</dependency>
<dependency>
<!-- used by hibernate plugin -->
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>${version.lib.byte-buddy}</version>
</dependency>

<!-- Section 1: direct third party dependencies -->
<dependency>
Expand Down
11 changes: 0 additions & 11 deletions examples/integrations/cdi/pokemons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,17 +174,6 @@
</goals>
</execution>
</executions>
<dependencies>
<dependency>
<!--
3.0.0-JAKARTA
used by hibernate plugin
-->
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>${version.lib.byte-buddy}</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
Expand Down
8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -621,14 +621,6 @@
<groupId>org.hibernate.orm.tooling</groupId>
<artifactId>hibernate-enhance-maven-plugin</artifactId>
<version>${version.plugin.hibernate-enhance}</version>
<dependencies>
<dependency>
<!-- used by hibernate plugin - requires update for Java 17 -->
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>${version.lib.byte-buddy}</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down