Skip to content

Commit 5302038

Browse files
Update docs and release notes to indicate that the Eclipse codegen plugin is broken
1 parent 07ff56f commit 5302038

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

src/site/markdown/release-notes/2.0.0.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ These missing features include preemptive basic authentication, though there is
2929

3030
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.
3131

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.
32+
The Code generator plugin for Eclipse is broken. The docs as well as the code are outdated. If interested in contributing a fix, see Jira issue AXIS2-5955.
3333

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.
34+
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 - a release that is based on the previous Axis2 version, 1.8.2. Mostly that Rampart 2.0.0 release will upgrade OpenSAML to 5.x so that it supports jakarta, while the remaining deps that need updates are few.
35+
36+
Axis2 added two committers recently and after this big jakarta update that changed nearly every file and dependency of the project, the community can once again expect releases several times a year to fix bugs and update dependencies with CVE's.

src/site/xdoc/tools/eclipse/wsdl2java-plugin.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@
2424
<title>Code Generator Wizard Guide for Eclipse Plug-in</title>
2525
</properties>
2626
<body>
27+
<!--
2728
<h1>Code Generator Wizard Guide for Eclipse Plug-in</h1>
29+
-->
30+
<h1>Update: The Code generator plugin for Eclipse is broken. The docs as well as the code are outdated. If interested in contributing a fix, see Jira issue AXIS2-5955.</h1>
2831
<p>This document explains the usage of this code generator plug-in
2932
for Eclipse. In other words, this document will guide you through
3033
the operations of generating a WSDL file from a Java class and/or

0 commit comments

Comments
 (0)