diff --git a/cronjob-demo/.classpath b/cronjob-demo/.classpath index aa20b3e..9baacfb 100644 --- a/cronjob-demo/.classpath +++ b/cronjob-demo/.classpath @@ -5,12 +5,7 @@ - - - - - - + diff --git a/cronjob-demo/.project b/cronjob-demo/.project index c339ec8..262d273 100644 --- a/cronjob-demo/.project +++ b/cronjob-demo/.project @@ -25,6 +25,11 @@ + + ch.ivyteam.ivy.dialog.form.build.ivyDialogFormBuilder + + + ch.ivyteam.ivy.designer.ide.ivyModelValidationBuilder diff --git a/cronjob-demo/.settings/ch.ivyteam.ivy.designer.prefs b/cronjob-demo/.settings/ch.ivyteam.ivy.designer.prefs index 4b45fc5..166e1c9 100644 --- a/cronjob-demo/.settings/ch.ivyteam.ivy.designer.prefs +++ b/cronjob-demo/.settings/ch.ivyteam.ivy.designer.prefs @@ -1,5 +1,5 @@ ch.ivyteam.ivy.designer.preferences.DataClassPreferencePage\:DEFAULT_DATA_CLASS=com.axonivy.utils.cronjobutils.automated.process.start.utils.demo.Data ch.ivyteam.ivy.designer.preferences.DataClassPreferencePage\:DEFAULT_NAMESPACE=com.axonivy.utils.cronjobutils.automated.process.start.utils.demo -ch.ivyteam.ivy.project.preferences\:PRIMEFACES_VERSION=11 -ch.ivyteam.ivy.project.preferences\:PROJECT_VERSION=100000 -eclipse.preferences.version=1 \ No newline at end of file +ch.ivyteam.ivy.project.preferences\:PRIMEFACES_VERSION=13 +ch.ivyteam.ivy.project.preferences\:PROJECT_VERSION=113000 +eclipse.preferences.version=1 diff --git a/cronjob-demo/.settings/org.eclipse.wst.common.component b/cronjob-demo/.settings/org.eclipse.wst.common.component index feefc99..e216c4e 100644 --- a/cronjob-demo/.settings/org.eclipse.wst.common.component +++ b/cronjob-demo/.settings/org.eclipse.wst.common.component @@ -1,11 +1,10 @@ - - - - - - - - - - - + + + + + + + + + + \ No newline at end of file diff --git a/cronjob-demo/pom.xml b/cronjob-demo/pom.xml index fce30c3..089b149 100644 --- a/cronjob-demo/pom.xml +++ b/cronjob-demo/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.axonivy.utils.cronjob cronjob-demo - 11.2.0-SNAPSHOT + 11.3.0-SNAPSHOT iar @@ -15,21 +15,20 @@ - - sonatype - https://oss.sonatype.org/content/repositories/snapshots always + sonatype + https://oss.sonatype.org/content/repositories/snapshots - + com.axonivy.ivy.ci project-build-plugin - 11.2.0-SNAPSHOT + 11.3.0 true diff --git a/cronjob-demo/processes/Demo.p.json b/cronjob-demo/processes/Demo.p.json index 613bf60..fff6c8e 100644 --- a/cronjob-demo/processes/Demo.p.json +++ b/cronjob-demo/processes/Demo.p.json @@ -1,5 +1,5 @@ { - "format" : "10.0.0", + "$schema" : "https://json-schema.axonivy.com/process/11.3.0/process.json", "id" : "185E888E5E4EFBE2", "config" : { "data" : "com.axonivy.utils.cronjob.demo.DemoData" @@ -15,14 +15,19 @@ "type" : "ProgramStart", "name" : "Start Cron Job Utils", "config" : { - "beanConfig" : "demoStartCronPattern", - "outerBean" : "com.axonivy.utils.cronjob.CronByGlobalVariableTriggerStartEventBean" + "javaClass" : "com.axonivy.utils.cronjob.CronByGlobalVariableTriggerStartEventBean", + "userConfig" : { + "converted" : "demoStartCronPattern" + }, + "link" : "eventLink.ivp" }, "visual" : { "at" : { "x" : 96, "y" : 160 }, "labelOffset" : { "x" : 13, "y" : 33 } }, - "connect" : { "id" : "f7", "to" : "f4" } + "connect" : [ + { "id" : "f7", "to" : "f4" } + ] }, { "id" : "f4", "type" : "Script", @@ -46,6 +51,8 @@ "visual" : { "at" : { "x" : 280, "y" : 160 } }, - "connect" : { "id" : "f6", "to" : "f1" } + "connect" : [ + { "id" : "f6", "to" : "f1" } + ] } ] } \ No newline at end of file diff --git a/cronjob-product/pom.xml b/cronjob-product/pom.xml index a3bdfb4..ae0e91d 100644 --- a/cronjob-product/pom.xml +++ b/cronjob-product/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.axonivy.utils.cronjob cronjob-product - 11.2.0-SNAPSHOT + 11.3.0-SNAPSHOT pom diff --git a/cronjob-test/.classpath b/cronjob-test/.classpath index 8a52195..d896a77 100644 --- a/cronjob-test/.classpath +++ b/cronjob-test/.classpath @@ -5,12 +5,7 @@ - - - - - - + diff --git a/cronjob-test/.project b/cronjob-test/.project index 4f4fdec..a928160 100644 --- a/cronjob-test/.project +++ b/cronjob-test/.project @@ -25,6 +25,11 @@ + + ch.ivyteam.ivy.dialog.form.build.ivyDialogFormBuilder + + + ch.ivyteam.ivy.designer.ide.ivyModelValidationBuilder diff --git a/cronjob-test/.settings/ch.ivyteam.ivy.designer.prefs b/cronjob-test/.settings/ch.ivyteam.ivy.designer.prefs index ad13158..5df5261 100644 --- a/cronjob-test/.settings/ch.ivyteam.ivy.designer.prefs +++ b/cronjob-test/.settings/ch.ivyteam.ivy.designer.prefs @@ -1,5 +1,5 @@ ch.ivyteam.ivy.designer.preferences.DataClassPreferencePage\:DEFAULT_DATA_CLASS=com.axonivy.utils.cronjobutils.test.Data ch.ivyteam.ivy.designer.preferences.DataClassPreferencePage\:DEFAULT_NAMESPACE=com.axonivy.utils.cronjobutils.test -ch.ivyteam.ivy.project.preferences\:PRIMEFACES_VERSION=11 -ch.ivyteam.ivy.project.preferences\:PROJECT_VERSION=100000 -eclipse.preferences.version=1 \ No newline at end of file +ch.ivyteam.ivy.project.preferences\:PRIMEFACES_VERSION=13 +ch.ivyteam.ivy.project.preferences\:PROJECT_VERSION=113000 +eclipse.preferences.version=1 diff --git a/cronjob-test/.settings/org.eclipse.wst.common.component b/cronjob-test/.settings/org.eclipse.wst.common.component index 31c70f8..505f3aa 100644 --- a/cronjob-test/.settings/org.eclipse.wst.common.component +++ b/cronjob-test/.settings/org.eclipse.wst.common.component @@ -1,11 +1,10 @@ - - - - - - - - - - - + + + + + + + + + + \ No newline at end of file diff --git a/cronjob-test/dataclasses/com/axonivy/utils/cronjob/test/Data.ivyClass b/cronjob-test/dataclasses/com/axonivy/utils/cronjob/test/Data.ivyClass index b5251bb..f07a8ce 100644 --- a/cronjob-test/dataclasses/com/axonivy/utils/cronjob/test/Data.ivyClass +++ b/cronjob-test/dataclasses/com/axonivy/utils/cronjob/test/Data.ivyClass @@ -1,2 +1,2 @@ Data #class -com.axonivy.utils.cronjobutils.test #namespace +com.axonivy.utils.cronjob.test #namespace diff --git a/cronjob-test/pom.xml b/cronjob-test/pom.xml index 7541e84..3bd34d7 100644 --- a/cronjob-test/pom.xml +++ b/cronjob-test/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.axonivy.utils.cronjob cronjob-test - 11.2.0-SNAPSHOT + 11.3.0-SNAPSHOT iar-integration-test @@ -21,22 +21,21 @@ - - sonatype - https://oss.sonatype.org/content/repositories/snapshots always + sonatype + https://oss.sonatype.org/content/repositories/snapshots - + src_test com.axonivy.ivy.ci project-build-plugin - 11.2.0-SNAPSHOT + 11.3.0 true diff --git a/cronjob/.classpath b/cronjob/.classpath index aa20b3e..9baacfb 100644 --- a/cronjob/.classpath +++ b/cronjob/.classpath @@ -5,12 +5,7 @@ - - - - - - + diff --git a/cronjob/.project b/cronjob/.project index 93a08e1..26fc749 100644 --- a/cronjob/.project +++ b/cronjob/.project @@ -25,6 +25,11 @@ + + ch.ivyteam.ivy.dialog.form.build.ivyDialogFormBuilder + + + ch.ivyteam.ivy.designer.ide.ivyModelValidationBuilder diff --git a/cronjob/.settings/ch.ivyteam.ivy.designer.prefs b/cronjob/.settings/ch.ivyteam.ivy.designer.prefs index 38712c3..ffaebc2 100644 --- a/cronjob/.settings/ch.ivyteam.ivy.designer.prefs +++ b/cronjob/.settings/ch.ivyteam.ivy.designer.prefs @@ -1,5 +1,5 @@ ch.ivyteam.ivy.designer.preferences.DataClassPreferencePage\:DEFAULT_DATA_CLASS=com.axonivy.utils.cronjobutils.automated.process.start.utils.Data ch.ivyteam.ivy.designer.preferences.DataClassPreferencePage\:DEFAULT_NAMESPACE=com.axonivy.utils.cronjobutils.automated.process.start.utils -ch.ivyteam.ivy.project.preferences\:PRIMEFACES_VERSION=11 -ch.ivyteam.ivy.project.preferences\:PROJECT_VERSION=100000 -eclipse.preferences.version=1 \ No newline at end of file +ch.ivyteam.ivy.project.preferences\:PRIMEFACES_VERSION=13 +ch.ivyteam.ivy.project.preferences\:PROJECT_VERSION=113000 +eclipse.preferences.version=1 diff --git a/cronjob/.settings/org.eclipse.wst.common.component b/cronjob/.settings/org.eclipse.wst.common.component index 87f6af1..08bcaf0 100644 --- a/cronjob/.settings/org.eclipse.wst.common.component +++ b/cronjob/.settings/org.eclipse.wst.common.component @@ -1,11 +1,10 @@ - - - - - - - - - - - + + + + + + + + + + \ No newline at end of file diff --git a/cronjob/pom.xml b/cronjob/pom.xml index 95fb947..8da79c1 100644 --- a/cronjob/pom.xml +++ b/cronjob/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.axonivy.utils.cronjob cronjob - 11.2.0-SNAPSHOT + 11.3.0-SNAPSHOT iar Axon Ivy AG @@ -26,21 +26,20 @@ - - sonatype - https://oss.sonatype.org/content/repositories/snapshots always + sonatype + https://oss.sonatype.org/content/repositories/snapshots - + com.axonivy.ivy.ci project-build-plugin - 11.2.0-SNAPSHOT + 11.3.0 true diff --git a/pom.xml b/pom.xml index 4498c23..5933385 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.axonivy.utils.cronjob cronjob cronjob-modules - 11.2.0-SNAPSHOT + 11.3.0-SNAPSHOT pom