File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
strategy :
14
14
fail-fast : false
15
15
matrix :
16
- java_version : ['11 ', '17 ']
16
+ java_version : ['17 ', '21 ']
17
17
env :
18
18
JAVA_OPTS : " -XX:+TieredCompilation -XX:TieredStopAtLevel=1"
19
19
steps :
Original file line number Diff line number Diff line change 17
17
strategy :
18
18
fail-fast : false
19
19
matrix :
20
- # 20-Dec-2022, tatu: Build now requires JDK 11; won't yet work with JDK 17
21
- java_version : [ '11' ]
20
+ # Hibernate 7 requires Java 17+
21
+ java_version : [ '17' ]
22
22
env :
23
23
JAVA_OPTS : " -XX:+TieredCompilation -XX:TieredStopAtLevel=1"
24
24
steps :
Original file line number Diff line number Diff line change @@ -76,8 +76,8 @@ Hibernate (https://hibernate.org/) version 6.x with Jakarta data types.
76
76
<groupId >org.apache.maven.plugins</groupId >
77
77
<artifactId >maven-compiler-plugin</artifactId >
78
78
<configuration >
79
- <source >8 </source >
80
- <target >8 </target >
79
+ <source >11 </source >
80
+ <target >11 </target >
81
81
</configuration >
82
82
</plugin >
83
83
<plugin >
You can’t perform that action at this time.
0 commit comments