diff --git a/.ci.settings.xml b/.ci.settings.xml index f14990bdf..8762a9e86 100644 --- a/.ci.settings.xml +++ b/.ci.settings.xml @@ -25,7 +25,7 @@ java-client - https://sonarqube.split-internal.com + ${env.SONARQUBE_HOST_URL} ${env.SONAR_TOKEN} . pom.xml,src/main/** diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5333445a..b43f4a5dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,7 @@ jobs: - '11' - '19' env: + SONARQUBE_HOST_URL: ${{ vars.SONARQUBE_HOST }} ARTIFACTORY_USER: ${{ secrets.ARTIFACTORY_USER }} ARTIFACTORY_TOKEN: ${{ secrets.ARTIFACTORY_TOKEN }} SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }} diff --git a/LICENSE b/LICENSE index df08de3fb..b6579621e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright © 2025 Split Software, Inc. +Copyright © 2026 Split Software, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/client/pom.xml b/client/pom.xml index 198f80a3d..b487f0b01 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -5,9 +5,10 @@ io.split.client java-client-parent - 4.18.2 + 4.18.3-rc - 4.18.2 + + 4.18.3-rc java-client jar Java Client @@ -47,6 +48,24 @@ ${maven.compiler.target} + + org.apache.maven.plugins + maven-jar-plugin + 3.3.0 + + + non-shaded-jar + package + + jar + + + non-shaded + + + + + org.apache.maven.plugins @@ -81,8 +100,8 @@ - - + + @@ -106,10 +125,7 @@ *:* - META-INF/license/** - META-INF/* - META-INF/maven/** - META-INF/services/** + META-INF/** LICENSE NOTICE /*.txt @@ -144,7 +160,6 @@ - 1.7.36 8 @@ -183,7 +198,6 @@ snakeyaml 2.0 - org.apache.commons @@ -257,4 +271,4 @@ test - + \ No newline at end of file diff --git a/okhttp-modules/pom.xml b/okhttp-modules/pom.xml index 3753050e0..33689dc2a 100644 --- a/okhttp-modules/pom.xml +++ b/okhttp-modules/pom.xml @@ -5,10 +5,10 @@ java-client-parent io.split.client - 4.18.2 + 4.18.3-rc 4.0.0 - 4.18.2 + 4.18.3-rc okhttp-modules jar http-modules diff --git a/pluggable-storage/pom.xml b/pluggable-storage/pom.xml index c6d3abb70..2c1831f86 100644 --- a/pluggable-storage/pom.xml +++ b/pluggable-storage/pom.xml @@ -6,7 +6,7 @@ java-client-parent io.split.client - 4.18.2 + 4.18.3-rc 2.1.0 diff --git a/pom.xml b/pom.xml index d0d321ed7..d4e9bd167 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 io.split.client java-client-parent - 4.18.2 + 4.18.3-rc diff --git a/redis-wrapper/pom.xml b/redis-wrapper/pom.xml index 486d5dc8f..0f8b633c5 100644 --- a/redis-wrapper/pom.xml +++ b/redis-wrapper/pom.xml @@ -6,7 +6,7 @@ java-client-parent io.split.client - 4.18.2 + 4.18.3-rc redis-wrapper 3.1.2 diff --git a/testing/pom.xml b/testing/pom.xml index d101f697b..cb017dda5 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -5,11 +5,11 @@ io.split.client java-client-parent - 4.18.2 + 4.18.3-rc java-client-testing jar - 4.18.2 + 4.18.3-rc Java Client For Testing Testing suite for Java SDK for Split