From 9e9aed631805deb4d8170de841aa375fb87ba835 Mon Sep 17 00:00:00 2001 From: tim_graves <28924492+atimgraves@users.noreply.github.com> Date: Tue, 17 Dec 2024 14:42:22 +0000 Subject: [PATCH] update to support helidon 4 and Java 21 --- helidon-stockmanager-full/.classpath | 22 +- helidon-stockmanager-full/.factorypath | 209 ++++++++++++++++++ .../.settings/org.eclipse.jdt.apt.core.prefs | 4 + .../.settings/org.eclipse.jdt.core.prefs | 1 + helidon-stockmanager-full/pom.xml | 8 +- 5 files changed, 239 insertions(+), 5 deletions(-) create mode 100644 helidon-stockmanager-full/.factorypath create mode 100644 helidon-stockmanager-full/.settings/org.eclipse.jdt.apt.core.prefs diff --git a/helidon-stockmanager-full/.classpath b/helidon-stockmanager-full/.classpath index 77be441..89051b0 100644 --- a/helidon-stockmanager-full/.classpath +++ b/helidon-stockmanager-full/.classpath @@ -9,6 +9,7 @@ + @@ -22,10 +23,12 @@ + - + + @@ -34,5 +37,22 @@ + + + + + + + + + + + + + + + + + diff --git a/helidon-stockmanager-full/.factorypath b/helidon-stockmanager-full/.factorypath new file mode 100644 index 0000000..fb90db6 --- /dev/null +++ b/helidon-stockmanager-full/.factorypath @@ -0,0 +1,209 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/helidon-stockmanager-full/.settings/org.eclipse.jdt.apt.core.prefs b/helidon-stockmanager-full/.settings/org.eclipse.jdt.apt.core.prefs new file mode 100644 index 0000000..dfa4f3a --- /dev/null +++ b/helidon-stockmanager-full/.settings/org.eclipse.jdt.apt.core.prefs @@ -0,0 +1,4 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.apt.aptEnabled=true +org.eclipse.jdt.apt.genSrcDir=target/generated-sources/annotations +org.eclipse.jdt.apt.genTestSrcDir=target/generated-test-sources/test-annotations diff --git a/helidon-stockmanager-full/.settings/org.eclipse.jdt.core.prefs b/helidon-stockmanager-full/.settings/org.eclipse.jdt.core.prefs index d089a9b..5f958bf 100644 --- a/helidon-stockmanager-full/.settings/org.eclipse.jdt.core.prefs +++ b/helidon-stockmanager-full/.settings/org.eclipse.jdt.core.prefs @@ -7,5 +7,6 @@ org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled org.eclipse.jdt.core.compiler.problem.enumIdentifier=error org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning +org.eclipse.jdt.core.compiler.processAnnotations=enabled org.eclipse.jdt.core.compiler.release=enabled org.eclipse.jdt.core.compiler.source=17 diff --git a/helidon-stockmanager-full/pom.xml b/helidon-stockmanager-full/pom.xml index d710d2c..c6f9225 100644 --- a/helidon-stockmanager-full/pom.xml +++ b/helidon-stockmanager-full/pom.xml @@ -49,16 +49,16 @@ SOFTWARE. --> libs ${project.build.directory}/${libs.classpath.prefix} 21.4.0.0.1 - 17 + 21 ${maven.compiler.source} - 1.18.26 + 1.18.36 3.3.1 true - ghcr.io/graalvm/graalvm-ce:ol9-java17-22.3.1 + ghcr.io/graalvm/jdk-community:21 com.oracle.labs.helidon stockmanager - ${parent.version} + ${project.parent.version} ${project.artifactId}