Skip to content

Commit aa5504c

Browse files
committed
J17 revert
revert to J17 to fix lombok / jdk21 incompetibilities
1 parent 0f67b08 commit aa5504c

File tree

4 files changed

+190
-4
lines changed

4 files changed

+190
-4
lines changed

helidon-logger/.classpath

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
1010
<attributes>
1111
<attribute name="maven.pomderived" value="true"/>
12+
<attribute name="optional" value="true"/>
1213
</attributes>
1314
</classpathentry>
1415
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
@@ -22,9 +23,14 @@
2223
<attributes>
2324
<attribute name="maven.pomderived" value="true"/>
2425
<attribute name="test" value="true"/>
26+
<attribute name="optional" value="true"/>
27+
</attributes>
28+
</classpathentry>
29+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
30+
<attributes>
31+
<attribute name="maven.pomderived" value="true"/>
2532
</attributes>
2633
</classpathentry>
27-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
2834
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
2935
<attributes>
3036
<attribute name="maven.pomderived" value="true"/>
@@ -33,11 +39,17 @@
3339
<classpathentry kind="src" path="target/generated-sources/annotations">
3440
<attributes>
3541
<attribute name="optional" value="true"/>
42+
<attribute name="maven.pomderived" value="true"/>
43+
<attribute name="ignore_optional_problems" value="true"/>
44+
<attribute name="m2e-apt" value="true"/>
3645
</attributes>
3746
</classpathentry>
3847
<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
3948
<attributes>
4049
<attribute name="optional" value="true"/>
50+
<attribute name="maven.pomderived" value="true"/>
51+
<attribute name="ignore_optional_problems" value="true"/>
52+
<attribute name="m2e-apt" value="true"/>
4153
<attribute name="test" value="true"/>
4254
</attributes>
4355
</classpathentry>

0 commit comments

Comments
 (0)