From 3f280c06c3304376a08bee925d02301a9ffbf08c Mon Sep 17 00:00:00 2001 From: Sowmya Ujjappa Banakar Date: Mon, 10 Jun 2024 15:39:41 +0530 Subject: [PATCH] merged from java 21 and updated some depedencies Signed-off-by: Sowmya Ujjappa Banakar --- cache-provider-hazelcast/pom.xml | 540 +++++++++--------- cache-provider-redis/pom.xml | 344 +++++------ kernel/kernel-ref-idobjectvalidator/pom.xml | 8 +- .../kernel-smsserviceprovider-msg91/pom.xml | 6 +- kernel/kernel-virusscanner-clamav/pom.xml | 4 +- kernel/pom.xml | 4 +- 6 files changed, 453 insertions(+), 453 deletions(-) diff --git a/cache-provider-hazelcast/pom.xml b/cache-provider-hazelcast/pom.xml index a9c742946f..e735b5d40a 100644 --- a/cache-provider-hazelcast/pom.xml +++ b/cache-provider-hazelcast/pom.xml @@ -1,270 +1,270 @@ - - - 4.0.0 - - io.mosip.cacheprovider - cache-provider-hazelcast - 1.2.1-java21-SNAPSHOT - - - MPL 2.0 - https://www.mozilla.org/en-US/MPL/2.0/ - - - - - scm:git:git://github.com/mosip/mosip-ref-impl.git - scm:git:ssh://github.com:mosip/mosip-ref-impl.git - https://github.com/mosip/mosip-ref-impl - HEAD - - - - Mosip - mosip.emailnotifier@gmail.com - io.mosip - https://github.com/mosip/mosip-ref-impl - - - - - - UTF-8 - 21 - 21 - 3.8.0 - 2.22.0 - 3.0.2 - 3.1.0 - 0.8.1 - 3.7.0.1746 - 3.2.0 - 2.3 - 3.3.0 - 2.2.1 - 1.5 - 3.0.1 - 3.2.0 - 2.8.1 - 1.6.7 - - 3.12.12 - - - - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - - - - - io.mosip.kernel - kernel-bom - 1.2.1-java21-SNAPSHOT - pom - import - - - - - - - org.springframework.boot - spring-boot-starter - provided - - - org.springframework.boot - spring-boot-starter-actuator - provided - - - com.hazelcast - hazelcast-all - ${hazelcast.version} - - - - - - - org.apache.maven.plugins - maven-assembly-plugin - ${maven-assembly-plugin.version} - - - jar-with-dependencies - - false - - - - make-assembly - package - - single - - - - - - org.apache.maven.plugins - maven-source-plugin - ${maven-source-plugin.version} - - - attach-sources - - jar-no-fork - - - - - - org.apache.maven.plugins - maven-gpg-plugin - ${maven-gpg-plugin.version} - - - sign-artifacts - verify - - sign - - - - --pinentry-mode - loopback - - - - - - - pl.project13.maven - git-commit-id-plugin - ${git-commit-id-plugin.version} - - - get-the-git-infos - - revision - - validate - - - - true - ${project.build.outputDirectory}/git.properties - - ^git.build.(time|version)$ - ^git.commit.id.(abbrev|full)$ - - full - ${project.basedir}/.git - - - - - org.apache.maven.plugins - maven-javadoc-plugin - ${maven-javadoc-plugin.version} - - - attach-javadocs - - jar - - - - - none - - - - maven-deploy-plugin - ${maven-deploy-plugin.version} - - - default-deploy - deploy - - deploy - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - ${nexus-staging-maven-plugin.version} - true - - - default-deploy - deploy - - deploy - - - - - ossrh - https://oss.sonatype.org/ - false - - - - org.apache.maven.plugins - maven-surefire-plugin - ${maven.surefire.plugin.version} - - ${skipTests} - false - - ${argLine} --add-opens java.xml/jdk.xml.internal=ALL-UNNAMED --illegal-access=permit - - - - - - - - sonar - - . - src/main/java/**,src/main/resources/** - ${sonar.coverage.exclusions} - https://sonarcloud.io - - - false - - - - - org.sonarsource.scanner.maven - sonar-maven-plugin - ${maven.sonar.plugin.version} - - - verify - - sonar - - - - - - - - - + + + 4.0.0 + + io.mosip.cacheprovider + cache-provider-hazelcast + 1.2.1-SNAPSHOT + + + MPL 2.0 + https://www.mozilla.org/en-US/MPL/2.0/ + + + + + scm:git:git://github.com/mosip/mosip-ref-impl.git + scm:git:ssh://github.com:mosip/mosip-ref-impl.git + https://github.com/mosip/mosip-ref-impl + HEAD + + + + Mosip + mosip.emailnotifier@gmail.com + io.mosip + https://github.com/mosip/mosip-ref-impl + + + + + + UTF-8 + 21 + 21 + 3.8.0 + 2.22.0 + 3.0.2 + 3.1.0 + 0.8.1 + 3.7.0.1746 + 3.2.0 + 2.3 + 3.3.0 + 2.2.1 + 1.5 + 3.0.1 + 3.2.0 + 2.8.1 + 1.6.7 + + 3.12.12 + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + io.mosip.kernel + kernel-bom + 1.2.1-SNAPSHOT + pom + import + + + + + + + org.springframework.boot + spring-boot-starter + provided + + + org.springframework.boot + spring-boot-starter-actuator + provided + + + com.hazelcast + hazelcast-all + ${hazelcast.version} + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + ${maven-assembly-plugin.version} + + + jar-with-dependencies + + false + + + + make-assembly + package + + single + + + + + + org.apache.maven.plugins + maven-source-plugin + ${maven-source-plugin.version} + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-gpg-plugin + ${maven-gpg-plugin.version} + + + sign-artifacts + verify + + sign + + + + --pinentry-mode + loopback + + + + + + + pl.project13.maven + git-commit-id-plugin + ${git-commit-id-plugin.version} + + + get-the-git-infos + + revision + + validate + + + + true + ${project.build.outputDirectory}/git.properties + + ^git.build.(time|version)$ + ^git.commit.id.(abbrev|full)$ + + full + ${project.basedir}/.git + + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${maven-javadoc-plugin.version} + + + attach-javadocs + + jar + + + + + none + + + + maven-deploy-plugin + ${maven-deploy-plugin.version} + + + default-deploy + deploy + + deploy + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + ${nexus-staging-maven-plugin.version} + true + + + default-deploy + deploy + + deploy + + + + + ossrh + https://oss.sonatype.org/ + false + + + + org.apache.maven.plugins + maven-surefire-plugin + ${maven.surefire.plugin.version} + + ${skipTests} + false + + ${argLine} --add-opens java.xml/jdk.xml.internal=ALL-UNNAMED --illegal-access=permit + + + + + + + + sonar + + . + src/main/java/**,src/main/resources/** + ${sonar.coverage.exclusions} + https://sonarcloud.io + + + false + + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + ${maven.sonar.plugin.version} + + + verify + + sonar + + + + + + + + + diff --git a/cache-provider-redis/pom.xml b/cache-provider-redis/pom.xml index 13f5113775..62dab82e18 100644 --- a/cache-provider-redis/pom.xml +++ b/cache-provider-redis/pom.xml @@ -1,173 +1,173 @@ - - - 4.0.0 - - io.mosip.cacheprovider - cache-provider-redis - 1.2.1-java21-SNAPSHOT - - - - UTF-8 - 21 - 21 - 3.8.0 - 2.22.0 - 3.3.0 - 3.2.3 - 2.9.0 - 2.8.1 - 1.6.7 - - - - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - - - - - - io.mosip.kernel - kernel-bom - 1.2.1-java21-SNAPSHOT - pom - import - - - - - - - org.springframework.boot - spring-boot-starter - provided - - - org.springframework.boot - spring-boot-starter-actuator - provided - - - org.springframework.boot - spring-boot-starter-data-redis - ${spring-boot-starter-data-redis.version} - - - redis.clients - jedis - ${jedis.version} - - - - - - - org.apache.maven.plugins - maven-assembly-plugin - ${maven-assembly-plugin.version} - - - jar-with-dependencies - - false - - - - make-assembly - package - - single - - - - - - maven-deploy-plugin - ${maven-deploy-plugin.version} - - - default-deploy - deploy - - deploy - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - ${nexus-staging-maven-plugin.version} - true - - - default-deploy - deploy - - deploy - - - - - ossrh - https://oss.sonatype.org/ - false - - - - org.apache.maven.plugins - maven-surefire-plugin - ${maven.surefire.plugin.version} - - ${skipTests} - false - - ${argLine} --add-opens java.xml/jdk.xml.internal=ALL-UNNAMED --illegal-access=permit - - - - - - - - sonar - - . - src/main/java/**,src/main/resources/** - ${sonar.coverage.exclusions} - https://sonarcloud.io - - - false - - - - - org.sonarsource.scanner.maven - sonar-maven-plugin - ${maven.sonar.plugin.version} - - - verify - - sonar - - - - - - - - - - + + + 4.0.0 + + io.mosip.cacheprovider + cache-provider-redis + 1.2.1-SNAPSHOT + + + + UTF-8 + 21 + 21 + 3.8.0 + 2.22.0 + 3.3.0 + 3.2.3 + 2.9.0 + 2.8.1 + 1.6.7 + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + + io.mosip.kernel + kernel-bom + 1.2.1-SNAPSHOT + pom + import + + + + + + + org.springframework.boot + spring-boot-starter + provided + + + org.springframework.boot + spring-boot-starter-actuator + provided + + + org.springframework.boot + spring-boot-starter-data-redis + ${spring-boot-starter-data-redis.version} + + + redis.clients + jedis + ${jedis.version} + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + ${maven-assembly-plugin.version} + + + jar-with-dependencies + + false + + + + make-assembly + package + + single + + + + + + maven-deploy-plugin + ${maven-deploy-plugin.version} + + + default-deploy + deploy + + deploy + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + ${nexus-staging-maven-plugin.version} + true + + + default-deploy + deploy + + deploy + + + + + ossrh + https://oss.sonatype.org/ + false + + + + org.apache.maven.plugins + maven-surefire-plugin + ${maven.surefire.plugin.version} + + ${skipTests} + false + + ${argLine} --add-opens java.xml/jdk.xml.internal=ALL-UNNAMED --illegal-access=permit + + + + + + + + sonar + + . + src/main/java/**,src/main/resources/** + ${sonar.coverage.exclusions} + https://sonarcloud.io + + + false + + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + ${maven.sonar.plugin.version} + + + verify + + sonar + + + + + + + + + + \ No newline at end of file diff --git a/kernel/kernel-ref-idobjectvalidator/pom.xml b/kernel/kernel-ref-idobjectvalidator/pom.xml index 78379a2f19..cbe2e2a481 100644 --- a/kernel/kernel-ref-idobjectvalidator/pom.xml +++ b/kernel/kernel-ref-idobjectvalidator/pom.xml @@ -4,22 +4,22 @@ io.mosip.kernel kernel-ref-parent - 1.2.1-java21-SNAPSHOT + 1.2.1-SNAPSHOT kernel-ref-idobjectvalidator kernel-ref-idobjectvalidator - 1.2.1-java21-SNAPSHOT + 1.2.1-SNAPSHOT - 1.2.1-java21-SNAPSHOT + 1.2.1-SNAPSHOT io.mosip.kernel kernel-bom - 1.2.1-java21-SNAPSHOT + 1.2.1-SNAPSHOT pom import diff --git a/kernel/kernel-smsserviceprovider-msg91/pom.xml b/kernel/kernel-smsserviceprovider-msg91/pom.xml index b0d7c837a4..0d932706e1 100644 --- a/kernel/kernel-smsserviceprovider-msg91/pom.xml +++ b/kernel/kernel-smsserviceprovider-msg91/pom.xml @@ -7,7 +7,7 @@ kernel-smsserviceprovider-msg91 kernel-smsserviceprovider-msg91 https://github.com/mosip/commons - 1.2.1-java21-SNAPSHOT + 1.2.1-SNAPSHOT UTF-8 @@ -21,8 +21,8 @@ 1.5 1.6.7 3.0.1 - 1.2.1-java21-SNAPSHOT - 1.2.1-java21-SNAPSHOT + 1.2.1-SNAPSHOT + 1.2.1-SNAPSHOT 5.10.2 diff --git a/kernel/kernel-virusscanner-clamav/pom.xml b/kernel/kernel-virusscanner-clamav/pom.xml index e3d85122ef..670570678d 100644 --- a/kernel/kernel-virusscanner-clamav/pom.xml +++ b/kernel/kernel-virusscanner-clamav/pom.xml @@ -6,11 +6,11 @@ io.mosip.kernel kernel-ref-parent - 1.2.1-java21-SNAPSHOT + 1.2.1-SNAPSHOT kernel-virusscanner-clamav - 1.2.1-java21-SNAPSHOT + 1.2.1-SNAPSHOT 3.3.0 1.0.4 diff --git a/kernel/pom.xml b/kernel/pom.xml index 16b7ba9355..7115510ea5 100644 --- a/kernel/pom.xml +++ b/kernel/pom.xml @@ -5,7 +5,7 @@ 4.0.0 io.mosip.kernel kernel-ref-parent - 1.2.1-java21-SNAPSHOT + 1.2.1-SNAPSHOT pom kernel Parent project of MOSIP Kernel Referernce Implementation components @@ -78,7 +78,7 @@ 1.7.25 - 1.2.1-java21-SNAPSHOT + 1.2.1-SNAPSHOT 5.10.2