You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release marks the transition to jakarta that has been tested with Tomcat 11
5
-
and Wildfly 32, and is expected to support EE 10 and Spring 6 / Spring Boot 3.
5
+
and Wildfly 32 and above, and is expected to support EE 10 and Spring 6 / Spring Boot 3.
6
6
7
7
The Axis2 project transition to jakarta depends partly on Axiom, which has also been updated to 2.0.0.
8
8
9
+
The JSON support has been updated with many bugs fixed, while the examples have
10
+
been updated to use Spring Boot 3. Axis2 isn't just for SOAP anymore, as some committers currently only use JSON in their own projects and not SOAP at all.
11
+
9
12
The main purpose of the release is to upgrade everything possible to the latest,
10
-
and have our Jira issues cleaned up.
13
+
and have our Jira issues cleaned up. Many issues have been fixed.
14
+
15
+
New features that may happen in the future are HTTP/2 support and OpenAPI. Let us
16
+
know on the dev list if interested.
11
17
12
-
The most likely way to get a Jira issue fixed is with a GitHub PR, due to
18
+
The most likely way to get a Jira issue fixed is with a GitHub PR or patch, due to
13
19
the large amount of Axis2 features that are unused by the committers and therefore
14
20
difficult to test a fix.
15
21
22
+
If your Jira issue is unfixed, please reach out and work with the committers on
23
+
some type of code contibution and testing as some issues are just too deep in areas that the comitters don't use ourselves.
24
+
16
25
The 2.0.0 release lacks a few features in previous releases because of a lack of
17
26
adequate GitHub PR's.
18
27
19
28
These missing features include preemptive basic authentication, though there is a work around explained in the Jira issue https://issues.apache.org/jira/browse/AXIS2-6055 .
20
29
21
-
OSGI support is also missing. The state of its dependency Felix and jakarta is unclear. This feature has code that is difficult to support and lacks GitHub PR's after several attempts
22
-
to gain volunteers. We hope to support oSGI again in 2.0.1.
30
+
OSGI support is also missing. The state of its dependency Felix and jakarta is unclear. This feature has code that is difficult to support and lacks GitHub PR's after several attempts to gain volunteers. We hope to support OSGI again in 2.0.1.
31
+
32
+
For those interested in Rampart - an optional implementation of WS-Sec* standards that depends on Axis2 - they can expect a Rampart 2.0.0 soon that isn't expected to add much to the recently released Rampart 1.8.0 which is based on the previous Axis2 version, 1.8.2. Mostly that Rampart 2.0.0 release will upgrade OpenSAML to 5.x that supports jakarta, while the remaining deps that need updates are few.
23
33
24
-
For those interested in Rampart - an optional implementation of WS-Sec* standards that depends on Axis2 - they can expect a Rampart 2.0.0 soon that isn't expected to add much to the recently released Rampart 1.8.0 which is based on the previous Axis2 version, 1.8.2.
34
+
Axis2 added two committers recently and after this big jakarta update, the community
35
+
can once again expect releases several times a year to fix bugs and resolve deps with CVE's.
0 commit comments