From 5c0c9b78f9ebaaaaddf08f4f30b4d45474488bf9 Mon Sep 17 00:00:00 2001 From: Alex Bogdanovski Date: Wed, 15 May 2024 22:16:12 +0300 Subject: [PATCH] updated Para core to 1.50.0, Hazelcast --- Dockerfile | 4 +- dependency-reduced-pom.xml | 289 +++++++++++++++++++++++++++++++++++++ pom.xml | 40 ++--- 3 files changed, 311 insertions(+), 22 deletions(-) create mode 100644 dependency-reduced-pom.xml diff --git a/Dockerfile b/Dockerfile index 4a98c12..91badd1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,10 @@ -FROM adoptopenjdk/openjdk11:alpine-jre +FROM eclipse-temurin:21-alpine RUN mkdir -p /para/lib WORKDIR /para ENV PARA_PLUGIN_ID="para-cache-hazelcast" \ - PARA_PLUGIN_VER="1.40.2" + PARA_PLUGIN_VER="1.41.0" ADD https://oss.sonatype.org/service/local/repositories/releases/content/com/erudika/$PARA_PLUGIN_ID/$PARA_PLUGIN_VER/$PARA_PLUGIN_ID-$PARA_PLUGIN_VER-shaded.jar /para/lib/ diff --git a/dependency-reduced-pom.xml b/dependency-reduced-pom.xml new file mode 100644 index 0000000..436189a --- /dev/null +++ b/dependency-reduced-pom.xml @@ -0,0 +1,289 @@ + + + 4.0.0 + com.erudika + para-cache-hazelcast + Para Hazelcast Cache + 1.40.3-SNAPSHOT + A plugin for Para which enables support for Hazelcast. + https://paraio.org + + GitHub + https://github.com/erudika/para-cache-hazelcast/issues + + + + albogdano + Alex Bogdanovski + alex@erudika.com + https://github.com/albogdano + + developer + + + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + scm:git:https://github.com/erudika/para-cache-hazelcast.git + scm:git:git@github.com:erudika/para-cache-hazelcast.git + https://github.com/erudika/para-cache-hazelcast + + + Erudika + https://erudika.com + + + + + maven-shade-plugin + 3.5.2 + + + package + + shade + + + false + true + + + + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + + + + + + maven-compiler-plugin + 3.13.0 + + 17 + + + + maven-failsafe-plugin + 3.2.5 + + + + integration-test + verify + + + + + ${skipTests} + ${skipITs} + UTF-8 + + + + maven-checkstyle-plugin + 3.3.1 + + + validate-core + validate + + check + + + ${skipTests} + ${basedir}/src/main/resources/checkstyle.xml + UTF-8 + true + true + false + **/module-info.java + + + + + + com.puppycrawl.tools + checkstyle + 9.2 + + + + + maven-release-plugin + 3.0.1 + + true + forked-path + @{project.version} + clean + false + release + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.13 + true + + ossrh + https://oss.sonatype.org/ + true + + + + maven-deploy-plugin + 3.1.1 + + + org.sonarsource.scanner.maven + sonar-maven-plugin + 3.11.0.3922 + + + maven-jar-plugin + 3.3.0 + + + + com.erudika.para.server.cache.hazelcast + + + + + + + + + release + + + + maven-source-plugin + 3.3.1 + + + attach-sources + + jar-no-fork + + + + + + maven-javadoc-plugin + 3.6.3 + + + attach-javadocs + + jar + + + src/main/javadoc/stylesheet.css + public + true + true + true + + + + + + maven-gpg-plugin + 3.2.2 + + + sign-artifacts + verify + + sign + + + + + + + + + + + + false + + + sonatype-snapshots + https://oss.sonatype.org/content/repositories/snapshots + + + oss.sonatype.org + https://oss.sonatype.org/content/repositories/releases/ + + + + + com.erudika + para-core + 1.50.0 + provided + + + org.mockito + mockito-core + 2.23.4 + test + + + byte-buddy-agent + net.bytebuddy + + + objenesis + org.objenesis + + + + + junit + junit + 4.13.1 + test + + + hamcrest-core + org.hamcrest + + + + + + + oss.sonatype.org + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + oss.sonatype.org + https://oss.sonatype.org/content/repositories/snapshots + + + + ${skipTests} + UTF-8 + false + ${skipTests} + + diff --git a/pom.xml b/pom.xml index 80066c5..27e3bd9 100644 --- a/pom.xml +++ b/pom.xml @@ -59,7 +59,7 @@ com.erudika para-core - 1.48.2 + 1.50.0 provided @@ -67,7 +67,7 @@ com.hazelcast hazelcast - 5.3.5 + 5.3.6 @@ -90,7 +90,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.2.1 + 3.5.2 package @@ -101,7 +101,7 @@ false true - + @@ -121,16 +121,16 @@ org.apache.maven.plugins maven-compiler-plugin - 3.8.1 + 3.13.0 - 11 + 17 org.apache.maven.plugins maven-failsafe-plugin - 2.22.2 + 3.2.5 @@ -149,7 +149,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - 3.1.2 + 3.3.1 com.puppycrawl.tools @@ -180,7 +180,7 @@ org.apache.maven.plugins maven-release-plugin - 2.5.3 + 3.0.1 true forked-path @@ -194,7 +194,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.12 + 1.6.13 true ossrh @@ -206,19 +206,19 @@ org.apache.maven.plugins maven-deploy-plugin - 2.8.2 + 3.1.1 org.sonarsource.scanner.maven sonar-maven-plugin - 3.9.1.2184 + 3.11.0.3922 org.apache.maven.plugins maven-jar-plugin - 3.2.0 + 3.3.0 @@ -244,7 +244,7 @@ org.apache.maven.plugins maven-source-plugin - 3.2.1 + 3.3.1 attach-sources @@ -258,7 +258,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.3.1 + 3.6.3 attach-javadocs @@ -279,7 +279,7 @@ org.apache.maven.plugins maven-gpg-plugin - 1.6 + 3.2.2 sign-artifacts @@ -298,18 +298,18 @@ oss.sonatype.org - http://oss.sonatype.org/content/repositories/snapshots + https://oss.sonatype.org/content/repositories/snapshots oss.sonatype.org - http://oss.sonatype.org/service/local/staging/deploy/maven2/ + https://oss.sonatype.org/service/local/staging/deploy/maven2/ sonatype-snapshots - http://oss.sonatype.org/content/repositories/snapshots + https://oss.sonatype.org/content/repositories/snapshots false @@ -319,7 +319,7 @@ oss.sonatype.org - http://oss.sonatype.org/content/repositories/releases/ + https://oss.sonatype.org/content/repositories/releases/