Skip to content

Commit b07f909

Browse files
authored
Bump parent pom to 4.2 with EA changes to annotation processing (#3417)
* Bump parent pom to 4.2 with EA changes to annotation processing Annotation processing needs to be explicitly on in JDK 24 EA builds * Bump bytebuddy version in ebean-test and use experimental=true for EA builds * Use parent pom 4.3 with bytebuddy.experimental=true by default for surefire
1 parent fa92e7a commit b07f909

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

ebean-core/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@
211211
<groupId>org.apache.maven.plugins</groupId>
212212
<artifactId>maven-surefire-plugin</artifactId>
213213
<configuration>
214+
<argLine>-Dnet.bytebuddy.experimental=true</argLine>
214215
<useSystemClassLoader>false</useSystemClassLoader>
215216
<trimStackTrace>false</trimStackTrace>
216217
<failIfNoTests>false</failIfNoTests>

ebean-test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<artifactId>ebean-test</artifactId>
1313

1414
<properties>
15-
<bytebuddy.version>1.14.13</bytebuddy.version>
16-
<assertj.version>3.25.3</assertj.version>
15+
<bytebuddy.version>1.14.17</bytebuddy.version>
16+
<assertj.version>3.26.0</assertj.version>
1717
</properties>
1818

1919
<dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.avaje</groupId>
66
<artifactId>java11-oss</artifactId>
7-
<version>4.1</version>
7+
<version>4.3</version>
88
</parent>
99

1010
<groupId>io.ebean</groupId>

0 commit comments

Comments
 (0)