Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump IS7 KM Version to 2.0.1 and Charon3 version to 4.0.19 #13453

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -169,19 +169,19 @@ rem find the version of the jdk

set CMD=RUN %*

:checkJdk17
:checkJdk21
PATH %PATH%;%JAVA_HOME%\bin\
for /f tokens^=2-5^ delims^=.-_^" %%j in ('java -fullversion 2^>^&1') do set "JAVA_VERSION=%%j%%k"
if %JAVA_VERSION% LSS 110 goto unknownJdk
if %JAVA_VERSION% GTR 170 goto unknownJdk
goto jdk17
if %JAVA_VERSION% GTR 210 goto unknownJdk
goto jdk21

:unknownJdk
echo Starting WSO2 Carbon (in unsupported JDK)
echo [ERROR] CARBON is supported only between JDK 11 and JDK 17
goto jdk17
echo [ERROR] CARBON is supported only between JDK 11 and JDK 21
goto jdk21

:jdk17
:jdk21
goto runServer

rem ----------------- Execute The Requested Command ----------------------------
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1473,8 +1473,8 @@

<!-- WSDL4J dependencies -->
<wsdl4j.version>1.6.3.wso2v3</wsdl4j.version>
<wso2is.km.version>1.7.6</wso2is.km.version>
<wso2is7.km.version>2.0.0</wso2is7.km.version>
<wso2is.km.version>1.7.7</wso2is.km.version>
<wso2is7.km.version>2.0.1</wso2is7.km.version>
<okta.keymanager.feature.version>3.2.1</okta.keymanager.feature.version>
<azure.keymanager.feature.version>1.0.8</azure.keymanager.feature.version>
<keycloak.keymanager.feature.version>2.1.1</keycloak.keymanager.feature.version>
Expand All @@ -1484,7 +1484,7 @@
<apim.analytics.publisher.version>1.2.18</apim.analytics.publisher.version>
<disruptor.orbit.version>3.4.2.wso2v1</disruptor.orbit.version>
<wss4j.version>1.6.0-wso2v7</wss4j.version>
<charon3.version>4.0.18</charon3.version>
<charon3.version>4.0.19</charon3.version>

<!-- Service Catalog Client Dependencies -->
<com.squareup.okhttp3.version>4.9.0</com.squareup.okhttp3.version>
Expand Down
Loading