Skip to content

Commit 7147597

Browse files
Merge pull request #13899 from HeshanSudarshana/master-pre-rc
Prepare for 4.6.0 release
2 parents ddf8e22 + f428f90 commit 7147597

File tree

25 files changed

+733
-725
lines changed

25 files changed

+733
-725
lines changed

all-in-one-apim/LICENSE.txt

Lines changed: 182 additions & 180 deletions
Large diffs are not rendered by default.

all-in-one-apim/docs/xdoc/release-notes.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
2424
<head>
2525
<meta content="text/html; charset=iso-8859-1" http-equiv="content-type"/>
26-
<title>WSO2 API Manager v4.6.0-Beta - 2nd October 2025</title>
26+
<title>WSO2 API Manager v4.6.0 - 16th October 2025</title>
2727
</head>
2828
<body>
2929
<div id="main-content">
30-
<h1>WSO2 API Manager 4.6.0-Beta Released!</h1>
30+
<h1>WSO2 API Manager 4.6.0 Released!</h1>
3131

3232
<p>
33-
The WSO2 API Manager team is pleased to announce the release of version 4.6.0-Beta of
33+
The WSO2 API Manager team is pleased to announce the release of version 4.6.0 of
3434
the Open Source API Manager.
3535
</p>
3636

@@ -77,9 +77,9 @@
7777
<li>Use "admin", "admin" as the username and password to login as an admin</li>
7878
</ol>
7979

80-
<h2>Bug Fixes And Improvements in 4.6.0-Beta</h2>
80+
<h2>Bug Fixes And Improvements in 4.6.0</h2>
8181
<ul>
82-
<li>GitHub (<a href="https://github.com/wso2/api-manager/milestone/29">api-manager</a>)
82+
<li>GitHub (<a href="https://github.com/wso2/api-manager/issues?q=is%3Aissue%20state%3Aclosed%20(milestone%3A%224.6.0-M1%22%20OR%20milestone%3A%224.6.0-Alpha%22%20OR%20milestone%3A4.6.0-Alpha2%20OR%20milestone%3A4.6.0-Alpha3%20OR%20milestone%3A4.6.0-Beta%20OR%20milestone%3A4.6.0)">api-manager</a>)
8383
</li>
8484
</ul>
8585

all-in-one-apim/modules/distribution/product/src/main/assembly/filter.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ product.key=AM
33
product.version=4.6.0
44
product.wum.name=wso2am
55

6-
carbon.version=4.9.30
6+
carbon.version=4.9.31
77
am.version=4.6.0
88
default.server.role=APIManager
99
bundle.creators=org.wso2.carbon.mediator.bridge.MediatorBundleCreator

all-in-one-apim/modules/p2-profile/product/carbon.product

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?pde version="3.5"?>
33

44
<product name="Carbon Product" uid="carbon.product.id" id="carbon.product" application="carbon.application"
5-
version="4.9.30" useFeatures="true" includeLaunchers="true">
5+
version="4.9.31" useFeatures="true" includeLaunchers="true">
66

77
<configIni use="default">
88
</configIni>
@@ -14,7 +14,7 @@ version="4.9.30" useFeatures="true" includeLaunchers="true">
1414
</plugins>
1515

1616
<features>
17-
<feature id="org.wso2.carbon.core.runtime" version="4.9.30"/>
17+
<feature id="org.wso2.carbon.core.runtime" version="4.9.31"/>
1818
</features>
1919

2020
<configurations>

all-in-one-apim/pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1307,10 +1307,10 @@
13071307
<carbon.analytics.common.version>5.3.27</carbon.analytics.common.version>
13081308

13091309
<!-- APIM Portals Component Version -->
1310-
<carbon.apimgt.ui.version>9.3.81</carbon.apimgt.ui.version>
1310+
<carbon.apimgt.ui.version>9.3.99</carbon.apimgt.ui.version>
13111311

13121312
<!-- APIM Component Version -->
1313-
<carbon.apimgt.version>9.32.120</carbon.apimgt.version>
1313+
<carbon.apimgt.version>9.32.130</carbon.apimgt.version>
13141314

13151315
<carbon.apimgt.imp.pkg.version>[9.0.0, 10.0.0)</carbon.apimgt.imp.pkg.version>
13161316

@@ -1323,7 +1323,7 @@
13231323
<carbon.governance.version>4.8.37</carbon.governance.version>
13241324

13251325
<!--carbon versions-->
1326-
<carbon.kernel.version>4.9.30</carbon.kernel.version>
1326+
<carbon.kernel.version>4.9.31</carbon.kernel.version>
13271327

13281328
<cipher.tool.version>1.1.28</cipher.tool.version>
13291329

@@ -1334,7 +1334,7 @@
13341334
<carbon.mediation.version>4.7.262</carbon.mediation.version>
13351335

13361336
<!-- carbon identity -->
1337-
<carbon.identity.version>5.25.734</carbon.identity.version>
1337+
<carbon.identity.version>5.25.736</carbon.identity.version>
13381338
<carbon.identity.governance.version>1.8.111</carbon.identity.governance.version>
13391339
<carbon.identity.event.handler.account.lock.version>1.8.14</carbon.identity.event.handler.account.lock.version>
13401340
<carbon.identity.event.handler.notification.version>1.7.35</carbon.identity.event.handler.notification.version>
@@ -1348,7 +1348,7 @@
13481348
<carbon.identity-metadata-saml2.version>1.7.71</carbon.identity-metadata-saml2.version>
13491349
<carbon.identity-data-publisher-application-authentication.version>5.6.8</carbon.identity-data-publisher-application-authentication.version>
13501350
<carbon.extension.identity.oauth2.grantType.jwt.version>2.2.4</carbon.extension.identity.oauth2.grantType.jwt.version>
1351-
<carbon.identity.carbon.auth.saml2.version>5.8.10</carbon.identity.carbon.auth.saml2.version>
1351+
<carbon.identity.carbon.auth.saml2.version>5.8.11</carbon.identity.carbon.auth.saml2.version>
13521352
<identity.apps.version>1.6.383</identity.apps.version>
13531353
<identity.oauth.addons.version>2.4.38</identity.oauth.addons.version>
13541354

@@ -1374,9 +1374,9 @@
13741374
<opencsv.version>1.8</opencsv.version>
13751375
<poi.version>3.0-FINAL</poi.version>
13761376
<woden.version>1.0.0.M8-wso2v1</woden.version>
1377-
<synapse.version>4.0.0-wso2v256</synapse.version>
1377+
<synapse.version>4.0.0-wso2v262</synapse.version>
13781378
<passthru.transport.patch.version>1.0.2</passthru.transport.patch.version>
1379-
<axis2.wso2.version>1.6.1-wso2v105</axis2.wso2.version>
1379+
<axis2.wso2.version>1.6.1-wso2v111</axis2.wso2.version>
13801380
<axiom.wso2.version>1.2.11-wso2v29</axiom.wso2.version>
13811381
<servlet-api.version>2.5</servlet-api.version>
13821382
<log4j.version>1.2.13</log4j.version>
@@ -1493,12 +1493,12 @@
14931493

14941494
<!-- WSDL4J dependencies -->
14951495
<wsdl4j.version>1.6.3.wso2v3</wsdl4j.version>
1496-
<wso2is.km.version>1.7.16</wso2is.km.version>
1496+
<wso2is.km.version>1.7.17</wso2is.km.version>
14971497
<wso2is7.km.version>2.0.8</wso2is7.km.version>
1498-
<okta.keymanager.feature.version>3.2.1</okta.keymanager.feature.version>
1498+
<okta.keymanager.feature.version>3.2.2</okta.keymanager.feature.version>
14991499
<azure.keymanager.feature.version>1.0.15</azure.keymanager.feature.version>
1500-
<keycloak.keymanager.feature.version>2.1.1</keycloak.keymanager.feature.version>
1501-
<auth0.keymanager.feature.version>1.0.7</auth0.keymanager.feature.version>
1500+
<keycloak.keymanager.feature.version>2.1.2</keycloak.keymanager.feature.version>
1501+
<auth0.keymanager.feature.version>1.0.8</auth0.keymanager.feature.version>
15021502
<pingfederate.keymanager.feature.version>1.0.7</pingfederate.keymanager.feature.version>
15031503
<forgerock.keymanager.feature.version>1.1.8</forgerock.keymanager.feature.version>
15041504
<apim.analytics.publisher.version>1.2.32</apim.analytics.publisher.version>

all-in-one-apim/release-notes.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
2424
<head>
2525
<meta content="text/html; charset=iso-8859-1" http-equiv="content-type"/>
26-
<title>WSO2 API Manager v4.6.0-Beta - 2nd October 2025</title>
26+
<title>WSO2 API Manager v4.6.0 - 16th October 2025</title>
2727
</head>
2828
<body>
2929
<div id="main-content">
30-
<h1>WSO2 API Manager 4.6.0-Beta Released!</h1>
30+
<h1>WSO2 API Manager 4.6.0 Released!</h1>
3131

3232
<p>
33-
The WSO2 API Manager team is pleased to announce the release of version 4.6.0-Beta of
33+
The WSO2 API Manager team is pleased to announce the release of version 4.6.0 of
3434
the Open Source API Manager.
3535
</p>
3636

@@ -75,9 +75,9 @@ <h2>How to Run</h2>
7575
<li>Use "admin", "admin" as the username and password to login as an admin</li>
7676
</ol>
7777

78-
<h2>Bug Fixes And Improvements in 4.6.0-Beta</h2>
78+
<h2>Bug Fixes And Improvements in 4.6.0</h2>
7979
<ul>
80-
<li>GitHub (<a href="https://github.com/wso2/api-manager/milestone/29">api-manager</a>)
80+
<li>GitHub (<a href="https://github.com/wso2/api-manager/issues?q=is%3Aissue%20state%3Aclosed%20(milestone%3A%224.6.0-M1%22%20OR%20milestone%3A%224.6.0-Alpha%22%20OR%20milestone%3A4.6.0-Alpha2%20OR%20milestone%3A4.6.0-Alpha3%20OR%20milestone%3A4.6.0-Beta%20OR%20milestone%3A4.6.0)">api-manager</a>)
8181
</li>
8282
</ul>
8383

0 commit comments

Comments
 (0)