Skip to content

Commit 0f67b08

Browse files
committed
update to java 21 and latest lombok
1 parent f13ae68 commit 0f67b08

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

helidon-logger/.classpath

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,21 @@
2424
<attribute name="test" value="true"/>
2525
</attributes>
2626
</classpathentry>
27-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
27+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
28+
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
2829
<attributes>
2930
<attribute name="maven.pomderived" value="true"/>
3031
</attributes>
3132
</classpathentry>
32-
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
33+
<classpathentry kind="src" path="target/generated-sources/annotations">
3334
<attributes>
34-
<attribute name="maven.pomderived" value="true"/>
35+
<attribute name="optional" value="true"/>
36+
</attributes>
37+
</classpathentry>
38+
<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
39+
<attributes>
40+
<attribute name="optional" value="true"/>
41+
<attribute name="test" value="true"/>
3542
</attributes>
3643
</classpathentry>
3744
<classpathentry kind="output" path="target/classes"/>

helidon-logger/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
<mainClass>com.oracle.labs.helidon.logger.Main</mainClass>
1010
<libs.classpath.prefix>libs</libs.classpath.prefix>
1111
<copied.libs.dir>${project.build.directory}/${libs.classpath.prefix}</copied.libs.dir>
12-
<maven.compiler.source>17</maven.compiler.source>
12+
<maven.compiler.source>21</maven.compiler.source>
1313
<maven.compiler.target>${maven.compiler.source}</maven.compiler.target>
14-
<version.lombok>1.18.26</version.lombok>
14+
<version.lombok>1.18.36</version.lombok>
1515
<version.jib>3.3.1</version.jib>
1616
<sonar.skip>true</sonar.skip>
17-
<container.image>ghcr.io/graalvm/graalvm-ce:ol9-java17-22.3.1</container.image>
17+
<container.image>ghcr.io/graalvm/jdk-community:21</container.image>
1818
</properties>
1919
<groupId>com.oracle.labs.helidon</groupId>
2020
<artifactId>logger</artifactId>

0 commit comments

Comments
 (0)