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
docs: Remove issues resolved by module removal from 2.0.1 release notes
AXIS2-5628 (OSGi bundle WSDL) and AXIS2-5955 (Eclipse plugin) were
resolved by removing those modules in AXIS2-6105, not by bug fixes.
They belong under Removed Features, not the Bug list.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: src/site/markdown/release-notes/2.0.1.md
+95-37Lines changed: 95 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,43 +13,6 @@ Apache Axis2 2.0.1 adds **OpenJDK 21 and 25 support** and **requires OpenJDK 17
13
13
-**axis2-spring-boot-starter**: New module for Spring Boot autoconfiguration of Axis2.
14
14
-**AXIS2-6040**: `Automatic-Module-Name` defined for Java 9+ module system compatibility.
15
15
16
-
## Bug Fixes
17
-
18
-
-[AXIS2-4146](https://issues.apache.org/jira/browse/AXIS2-4146) — HTTP status code 400 is changed to 500
19
-
-[AXIS2-5628](https://issues.apache.org/jira/browse/AXIS2-5628) — Axis OSGi Bundle doesn't provide AxisServices with original WSDL
20
-
-[AXIS2-5696](https://issues.apache.org/jira/browse/AXIS2-5696) — Axis2 threads are not closing properly
21
-
-[AXIS2-5788](https://issues.apache.org/jira/browse/AXIS2-5788) — ConfigurationContext.getServiceGroupContext(id) always touches the id ("Observer Effect")
22
-
-[AXIS2-5852](https://issues.apache.org/jira/browse/AXIS2-5852) — 'Axis2 task' threads stay in waiting state without terminating
23
-
-[AXIS2-5858](https://issues.apache.org/jira/browse/AXIS2-5858) — soap:address location value is wrong with IPv6
@@ -64,3 +27,98 @@ Apache Axis2 2.0.1 adds **OpenJDK 21 and 25 support** and **requires OpenJDK 17
64
27
-**API Modernization**: Legacy Date/Calendar usage replaced with java.time.Instant APIs
65
28
-**Security**: SecurityManager dependent code removed for Java 21+ compatibility
66
29
-**Removed modules**: Users of JiBX, SOAPMonitor, Scripting, FastInfoset, Eclipse/IDEA plugins, OSGi, WSDL 2.0, or Clustering must migrate before upgrading from 2.0.0
30
+
31
+
<h2> Bug
32
+
</h2>
33
+
<ul>
34
+
<li>[<ahref='https://issues.apache.org/jira/browse/AXIS2-4146'>AXIS2-4146</a>] - HTTP status code 400 is changed to 500
35
+
</li>
36
+
<li>[<ahref='https://issues.apache.org/jira/browse/AXIS2-5696'>AXIS2-5696</a>] - Axis 2 threads are not closing properly
37
+
</li>
38
+
<li>[<ahref='https://issues.apache.org/jira/browse/AXIS2-5788'>AXIS2-5788</a>] - ConfigurationContext.getServiceGroupContext(id) always touches the id - ("Observer Effect")
39
+
</li>
40
+
<li>[<ahref='https://issues.apache.org/jira/browse/AXIS2-5852'>AXIS2-5852</a>] - 'Axis2 task' threads stays in waiting state without terminating
41
+
</li>
42
+
<li>[<ahref='https://issues.apache.org/jira/browse/AXIS2-5858'>AXIS2-5858</a>] - soap:address location's value is wrong with IPv6
<li>[<ahref='https://issues.apache.org/jira/browse/AXIS2-5965'>AXIS2-5965</a>] - .class files up to 3 times redundantly in jar file
49
+
</li>
50
+
<li>[<ahref='https://issues.apache.org/jira/browse/AXIS2-5966'>AXIS2-5966</a>] - Axis2 1.8.0-SNAPSHOT fix did not work for JDK 11
51
+
</li>
52
+
<li>[<ahref='https://issues.apache.org/jira/browse/AXIS2-5972'>AXIS2-5972</a>] - missing namespace declaration - attribute present in multiple XSD's not parsed correctly
53
+
</li>
54
+
<li>[<ahref='https://issues.apache.org/jira/browse/AXIS2-6031'>AXIS2-6031</a>] - xmlbeans generator generates methods with @deprecated in javadoc only, but not marked with @Deprecated annotation
55
+
</li>
56
+
<li>[<ahref='https://issues.apache.org/jira/browse/AXIS2-6047'>AXIS2-6047</a>] - Missing Port in the Host header of the requests coming from HTTPClient4TransportSender implementation.
57
+
</li>
58
+
<li>[<ahref='https://issues.apache.org/jira/browse/AXIS2-6055'>AXIS2-6055</a>] - Basic Auth credentials are missing in request
59
+
</li>
60
+
<li>[<ahref='https://issues.apache.org/jira/browse/AXIS2-6061'>AXIS2-6061</a>] - Axis2 client parses soap envolope in case of a http-404
61
+
</li>
62
+
<li>[<ahref='https://issues.apache.org/jira/browse/AXIS2-6074'>AXIS2-6074</a>] - Issue with empty enum tags
63
+
</li>
64
+
<li>[<ahref='https://issues.apache.org/jira/browse/AXIS2-6083'>AXIS2-6083</a>] - Cookie Handling not work with 2.0.0
65
+
</li>
66
+
<li>[<ahref='https://issues.apache.org/jira/browse/AXIS2-6086'>AXIS2-6086</a>] - AxisServlet - processAxisFault - does not guard against NumberFormatException
67
+
</li>
68
+
<li>[<ahref='https://issues.apache.org/jira/browse/AXIS2-6087'>AXIS2-6087</a>] - Master branch using 1.8.0 AAR/MAR dependencies - switch to 2.0.0?
69
+
</li>
70
+
<li>[<ahref='https://issues.apache.org/jira/browse/AXIS2-6090'>AXIS2-6090</a>] - Tomcat Version too high?
71
+
</li>
72
+
<li>[<ahref='https://issues.apache.org/jira/browse/AXIS2-6091'>AXIS2-6091</a>] - Problem handling HTTP Response in OutInAxisOperationClient / TransportUtils
73
+
</li>
74
+
<li>[<ahref='https://issues.apache.org/jira/browse/AXIS2-6094'>AXIS2-6094</a>] - CRC of some axis2 jars distributed via WAR archive is different than CRC of jars distributed via public repositories
<li>[<ahref='https://issues.apache.org/jira/browse/AXIS2-6096'>AXIS2-6096</a>] - Attempted read on closed stream for multithreaded environment
79
+
</li>
80
+
<li>[<ahref='https://issues.apache.org/jira/browse/AXIS2-6101'>AXIS2-6101</a>] - Adapt to changes in HttpClient 5.6
81
+
</li>
82
+
</ul>
83
+
84
+
<h2> Improvement
85
+
</h2>
86
+
<ul>
87
+
<li>[<ahref='https://issues.apache.org/jira/browse/AXIS2-3879'>AXIS2-3879</a>] - Ability to change the http status code in the response being sent to the client
88
+
</li>
89
+
<li>[<ahref='https://issues.apache.org/jira/browse/AXIS2-5762'>AXIS2-5762</a>] - Add Transport Ports to MessageContext
90
+
</li>
91
+
<li>[<ahref='https://issues.apache.org/jira/browse/AXIS2-5881'>AXIS2-5881</a>] - Small improvement to the listServices.jsp to sort services and operations
92
+
</li>
93
+
<li>[<ahref='https://issues.apache.org/jira/browse/AXIS2-6040'>AXIS2-6040</a>] - Define Automatic-Module-Name for Java9 module system compatibility
94
+
</li>
95
+
<li>[<ahref='https://issues.apache.org/jira/browse/AXIS2-6053'>AXIS2-6053</a>] - cvc-complex-type.3.2.2: Attribute 'contentType' is not allowed to appear in element ...
96
+
</li>
97
+
<li>[<ahref='https://issues.apache.org/jira/browse/AXIS2-6082'>AXIS2-6082</a>] - Make Axis2 build reproducible
98
+
</li>
99
+
<li>[<ahref='https://issues.apache.org/jira/browse/AXIS2-6085'>AXIS2-6085</a>] - Build instructions in README don't mention bash requirement
100
+
</li>
101
+
</ul>
102
+
103
+
<h2> Task
104
+
</h2>
105
+
<ul>
106
+
<li>[<ahref='https://issues.apache.org/jira/browse/AXIS2-6076'>AXIS2-6076</a>] - OSGI jakarta support is unmaintained
107
+
</li>
108
+
<li>[<ahref='https://issues.apache.org/jira/browse/AXIS2-6079'>AXIS2-6079</a>] - Remove the Java Security Manager from AccessController and Java2SecTest
0 commit comments