diff --git a/README.md b/README.md index 787395c7..76164a39 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Crysknife requires the following software in order to run: * Java 11 or later * Maven 3.6.3 or later * Basic knowledge of J2Cl and Maven -* j2cl-maven-plugin 0.21 or later +* j2cl-maven-plugin 0.22 or later ## 1.3. Getting Started with Crysknife @@ -105,7 +105,7 @@ To read more about Jakarta CDI, please visit official documentation (https://jak * pre-requisites: working maven j2cl application. If you don't have one, please follow the instructions in the J2CL Maven Plugin documentation (https://github.com/Vertispan/j2clmavenplugin). -tip : clone application from https://github.com/treblereel/j2cl-tests or genetare it from j2cl-maven-plugin archetype. +tip : clone application from https://github.com/treblereel/j2cl-tests, use demo or generate it from j2cl-maven-plugin archetype. * add crysknife dependencies to your pom.xml diff --git a/annotations/pom.xml b/annotations/pom.xml index bb263b49..b2aa9d5b 100644 --- a/annotations/pom.xml +++ b/annotations/pom.xml @@ -4,7 +4,7 @@ io.crysknife crysknife-parent - 0.7-SNAPSHOT + 0.7 crysknife-annotations diff --git a/bom/pom.xml b/bom/pom.xml index ad7326a5..441a067d 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -6,7 +6,7 @@ io.crysknife bom - 0.7-SNAPSHOT + 0.7 pom diff --git a/core/pom.xml b/core/pom.xml index 724d906a..0c3388ea 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,7 +4,7 @@ io.crysknife crysknife-parent - 0.7-SNAPSHOT + 0.7 crysknife-core diff --git a/demo/pom.xml b/demo/pom.xml index e5ba10c5..a5883783 100644 --- a/demo/pom.xml +++ b/demo/pom.xml @@ -5,7 +5,7 @@ io.crysknife.demo demo - 0.7-SNAPSHOT + 0.7 jar @@ -14,15 +14,10 @@ 11 11 - 9.4.31.v20200723 - 2.2 - 1.0.0 - ${project.build.directory}/webapp - ${webappdir}/WEB-INF/lib 1.2.1 - 0.23-SNAPSHOT - 0.7.0-SNAPSHOT + 0.23.1 + 0.7 @@ -88,7 +83,7 @@ - com.vertispan.j2cl + org.kie.j2cl.tools j2cl-maven-plugin ${j2cl.maven.plugin.version} diff --git a/internal-bom/pom.xml b/internal-bom/pom.xml index 62c62c67..bc775354 100644 --- a/internal-bom/pom.xml +++ b/internal-bom/pom.xml @@ -6,7 +6,7 @@ io.crysknife internal-bom - 0.7-SNAPSHOT + 0.7 pom @@ -46,8 +46,8 @@ UTF-8 UTF-8 - 1.8 - 1.8 + 11 + 11 3.8.0 3.0.1 @@ -74,8 +74,8 @@ 2.0.0 28.1-jre 4.8.156 - 0.7.0-SNAPSHOT - 0.4-SNAPSHOT + 0.7 + 0.4 3.25.5 1.2.1 diff --git a/pom.xml b/pom.xml index f5697d84..c6926f4c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ io.crysknife crysknife-parent - 0.7-SNAPSHOT + 0.7 pom crysknife parent @@ -285,7 +285,7 @@ 3.0 - (1.8.0,) + (11.0,) diff --git a/processor/pom.xml b/processor/pom.xml index 2af0b4e8..fda52103 100644 --- a/processor/pom.xml +++ b/processor/pom.xml @@ -5,7 +5,7 @@ io.crysknife crysknife-parent - 0.7-SNAPSHOT + 0.7 crysknife-processor diff --git a/processor/src/main/java/io/crysknife/AfterBurnFactoryProcessor.java b/processor/src/main/java/io/crysknife/AfterBurnFactoryProcessor.java index 634525db..bb31ec94 100644 --- a/processor/src/main/java/io/crysknife/AfterBurnFactoryProcessor.java +++ b/processor/src/main/java/io/crysknife/AfterBurnFactoryProcessor.java @@ -44,7 +44,7 @@ import io.crysknife.task.TaskGroup; @AutoService(Processor.class) -@SupportedSourceVersion(SourceVersion.RELEASE_8) +@SupportedSourceVersion(SourceVersion.RELEASE_11) public class AfterBurnFactoryProcessor extends AbstractProcessor { private static final TreeLogger logger = new PrintWriterTreeLogger(); diff --git a/processor/src/main/java/io/crysknife/ApplicationProcessor.java b/processor/src/main/java/io/crysknife/ApplicationProcessor.java index f0562c3a..b1634477 100644 --- a/processor/src/main/java/io/crysknife/ApplicationProcessor.java +++ b/processor/src/main/java/io/crysknife/ApplicationProcessor.java @@ -59,7 +59,7 @@ @AutoService(Processor.class) -@SupportedSourceVersion(SourceVersion.RELEASE_8) +@SupportedSourceVersion(SourceVersion.RELEASE_11) public class ApplicationProcessor extends AbstractProcessor { @Override diff --git a/processor/src/main/java/io/crysknife/BeanManagerGeneratorProcessor.java b/processor/src/main/java/io/crysknife/BeanManagerGeneratorProcessor.java index 78f88794..39aa3a84 100644 --- a/processor/src/main/java/io/crysknife/BeanManagerGeneratorProcessor.java +++ b/processor/src/main/java/io/crysknife/BeanManagerGeneratorProcessor.java @@ -36,7 +36,7 @@ @AutoService(Processor.class) -@SupportedSourceVersion(SourceVersion.RELEASE_8) +@SupportedSourceVersion(SourceVersion.RELEASE_11) public class BeanManagerGeneratorProcessor extends AbstractProcessor { private IOCContext iocContext; diff --git a/tests/j2cl-tests/pom.xml b/tests/j2cl-tests/pom.xml index cdaac83e..1c267672 100644 --- a/tests/j2cl-tests/pom.xml +++ b/tests/j2cl-tests/pom.xml @@ -6,7 +6,7 @@ io.crysknife.tests j2cl-tests - 0.7-SNAPSHOT + 0.7 J2CL tests diff --git a/tests/jre-tests/cdi/pom.xml b/tests/jre-tests/cdi/pom.xml index 04967f3a..341fd819 100644 --- a/tests/jre-tests/cdi/pom.xml +++ b/tests/jre-tests/cdi/pom.xml @@ -4,14 +4,14 @@ 4.0.0 io.crysknife.tests jre-cdi-tests - 0.7-SNAPSHOT + 0.7 jar UTF-8 - 1.8 - 1.8 + 11 + 11 1.9.19 1.14.0 diff --git a/tests/jre-tests/pom.xml b/tests/jre-tests/pom.xml index f6de8e81..117214c8 100644 --- a/tests/jre-tests/pom.xml +++ b/tests/jre-tests/pom.xml @@ -4,7 +4,7 @@ 4.0.0 jre-parent io.crysknife.tests - 0.7-SNAPSHOT + 0.7 pom Crysknife :: Tests :: JRE diff --git a/tests/jre-tests/reduces-classpath/app/pom.xml b/tests/jre-tests/reduces-classpath/app/pom.xml index 2ce58861..f37adc08 100644 --- a/tests/jre-tests/reduces-classpath/app/pom.xml +++ b/tests/jre-tests/reduces-classpath/app/pom.xml @@ -4,14 +4,14 @@ 4.0.0 io.crysknife.tests reduces-classpath-app - 0.7-SNAPSHOT + 0.7 jar UTF-8 - 1.8 - 1.8 + 11 + 11 1.9.19 1.14.0 diff --git a/tests/jre-tests/reduces-classpath/dep/pom.xml b/tests/jre-tests/reduces-classpath/dep/pom.xml index ad616429..5247fbef 100644 --- a/tests/jre-tests/reduces-classpath/dep/pom.xml +++ b/tests/jre-tests/reduces-classpath/dep/pom.xml @@ -5,7 +5,7 @@ 4.0.0 io.crysknife.tests reduces-classpath-dep - 0.7-SNAPSHOT + 0.7 jar diff --git a/tests/jre-tests/reduces-classpath/pom.xml b/tests/jre-tests/reduces-classpath/pom.xml index 52d85568..e31edb25 100644 --- a/tests/jre-tests/reduces-classpath/pom.xml +++ b/tests/jre-tests/reduces-classpath/pom.xml @@ -5,7 +5,7 @@ 4.0.0 io.crysknife reduces-classpath-parent - 0.7-SNAPSHOT + 0.7 pom diff --git a/tests/jre-tests/simple/pom.xml b/tests/jre-tests/simple/pom.xml index 18d6a860..34f4f0fa 100644 --- a/tests/jre-tests/simple/pom.xml +++ b/tests/jre-tests/simple/pom.xml @@ -4,14 +4,14 @@ 4.0.0 io.crysknife.tests jre-simple-tests - 0.7-SNAPSHOT + 0.7 jar UTF-8 - 1.8 - 1.8 + 11 + 11 1.9.19 1.14.0 diff --git a/tests/pom.xml b/tests/pom.xml index 4a0edef6..0f3c9e9f 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -5,12 +5,12 @@ io.crysknife crysknife-parent - 0.7-SNAPSHOT + 0.7 tests-parent io.crysknife.tests - 0.7-SNAPSHOT + 0.7 pom diff --git a/ui/core/pom.xml b/ui/core/pom.xml index 0debe39c..559d6727 100644 --- a/ui/core/pom.xml +++ b/ui/core/pom.xml @@ -5,7 +5,7 @@ io.crysknife.ui parent - 0.7-SNAPSHOT + 0.7 crysknife-ui-core diff --git a/ui/generator/pom.xml b/ui/generator/pom.xml index a606f21c..aef7cdd2 100644 --- a/ui/generator/pom.xml +++ b/ui/generator/pom.xml @@ -5,7 +5,7 @@ io.crysknife.ui parent - 0.7-SNAPSHOT + 0.7 crysknife-ui-generator diff --git a/ui/pom.xml b/ui/pom.xml index ead73e09..887ada9c 100644 --- a/ui/pom.xml +++ b/ui/pom.xml @@ -5,7 +5,7 @@ io.crysknife crysknife-parent - 0.7-SNAPSHOT + 0.7 io.crysknife.ui