Skip to content

Commit

Permalink
Merge pull request #3407 from arunans23/dep-up
Browse files Browse the repository at this point in the history
Upgrade dependencies for 4.3.0 beta release
  • Loading branch information
arunans23 authored Jul 11, 2024
2 parents 510292d + e6ba1b5 commit 458f986
Show file tree
Hide file tree
Showing 6 changed files with 338 additions and 345 deletions.
664 changes: 329 additions & 335 deletions LICENSE.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion distribution/src/assembly/filter.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@

product.name=WSO2 Micro Integrator
product.key=MI
product.version=4.3.0-alpha
product.version=4.3.0-beta
product.wum.name=wso2mi
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<inSequence>
<script language="js">
<![CDATA[
importClass(Packages.java.util.UUID);
var uuid = java.util.UUID.randomUUID().toString().replace('-','');
var request = mc.getPayloadJSON();
var response = new Object();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</log>
<!-- Insert sleep here -->
<property name="milliseconds" value="1000"/>
<script language="js"><![CDATA[var ms = mc.getProperty("milliseconds");java.lang.Thread.sleep(ms);]]></script>
<script language="js"><![CDATA[var ms = Number(mc.getProperty("milliseconds"));java.lang.Thread.sleep(ms);]]></script>
<respond/>
</inSequence>
</target>
Expand Down
4 changes: 2 additions & 2 deletions p2-profile/carbon.product
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?pde version="3.5"?>

<product name="Carbon Product" uid="carbon.product.id" id="carbon.product" application="carbon.application"
version="4.8.1" useFeatures="true" includeLaunchers="true">
version="4.9.26" useFeatures="true" includeLaunchers="true">

<configIni use="default">
</configIni>
Expand All @@ -14,7 +14,7 @@ version="4.8.1" useFeatures="true" includeLaunchers="true">
</plugins>

<features>
<feature id="org.wso2.carbon.core.runtime" version="4.8.1"/>
<feature id="org.wso2.carbon.core.runtime" version="4.9.26"/>
</features>

<configurations>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1591,15 +1591,15 @@
<carbon.p2.plugin.version>5.1.2</carbon.p2.plugin.version>

<!-- Carbon kernel version-->
<carbon.kernel.version>4.8.1</carbon.kernel.version>
<carbon.kernel.version>4.9.26</carbon.kernel.version>
<carbon.kernel.imp.pkg.version>[4.5.0,5.0.0)</carbon.kernel.imp.pkg.version>
<version.jaxb.api>2.4.0-b180830.0359</version.jaxb.api>
<com.sun.jaxb.version>2.3.0</com.sun.jaxb.version>
<com.sun.jaxb.impl.version>2.3.1</com.sun.jaxb.impl.version>

<synapse.version>4.0.0-wso2v113</synapse.version>
<synapse.version>4.0.0-wso2v118</synapse.version>
<imp.pkg.version.synapse>[4.0.0, 4.0.1)</imp.pkg.version.synapse>
<carbon.mediation.version>4.7.209</carbon.mediation.version>
<carbon.mediation.version>4.7.213</carbon.mediation.version>
<carbon.crypto.version>1.1.3</carbon.crypto.version>
<carbon.crypto.api.imp.pkg.version.range>[1.1.0,1.2.0)</carbon.crypto.api.imp.pkg.version.range>
<carbon.data.version>4.5.2</carbon.data.version>
Expand All @@ -1612,15 +1612,15 @@
<sap-adapter.feature.version>4.7.36</sap-adapter.feature.version>

<cipher.tool.version>1.1.24</cipher.tool.version>
<axis2.transport.version>2.0.0-wso2v69</axis2.transport.version>
<axis2.transport.version>2.0.0-wso2v70</axis2.transport.version>
<transport.http.netty.version>6.3.51</transport.http.netty.version>

<esotericsoftware.kryo.version>3.0.3</esotericsoftware.kryo.version>
<esotericsoftware.minlog.version>1.3.0</esotericsoftware.minlog.version>
<org.objenesis.version>2.1</org.objenesis.version>

<!-- Apache Axis2 -->
<axis2.wso2.version>1.6.1-wso2v97</axis2.wso2.version>
<axis2.wso2.version>1.6.1-wso2v98</axis2.wso2.version>
<!-- Please unify axis2 versions in future -->
<axis2.wso2.integration.test.version>1.6.1-wso2v97</axis2.wso2.integration.test.version>
<imp.pkg.version.axis2>[1.6.1, 1.7.0)</imp.pkg.version.axis2>
Expand Down

0 comments on commit 458f986

Please sign in to comment.