This is an automated email from the ASF dual-hosted git repository.
robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push:
new 5302038e7b Update docs and release notes to indicate that the Eclipse
codegen plugin is broken
5302038e7b is described below
commit 5302038e7b3eb1e4c6863b40ffaf0b7dcee847fd
Author: Robert Lazarski <[email protected]>
AuthorDate: Fri Feb 14 08:34:56 2025 -1000
Update docs and release notes to indicate that the Eclipse codegen plugin
is broken
---
src/site/markdown/release-notes/2.0.0.md | 7 ++++---
src/site/xdoc/tools/eclipse/wsdl2java-plugin.xml | 3 +++
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/src/site/markdown/release-notes/2.0.0.md
b/src/site/markdown/release-notes/2.0.0.md
index abae1cb21f..1513baeaa0 100644
--- a/src/site/markdown/release-notes/2.0.0.md
+++ b/src/site/markdown/release-notes/2.0.0.md
@@ -29,7 +29,8 @@ These missing features include preemptive basic
authentication, though there is
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.
-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.
+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.
-Axis2 added two committers recently and after this big jakarta update, the
community
-can once again expect releases several times a year to fix bugs and resolve
deps with CVE's.
+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.
+
+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.
diff --git a/src/site/xdoc/tools/eclipse/wsdl2java-plugin.xml
b/src/site/xdoc/tools/eclipse/wsdl2java-plugin.xml
index a5d0f58a07..009635c87a 100644
--- a/src/site/xdoc/tools/eclipse/wsdl2java-plugin.xml
+++ b/src/site/xdoc/tools/eclipse/wsdl2java-plugin.xml
@@ -24,7 +24,10 @@
<title>Code Generator Wizard Guide for Eclipse Plug-in</title>
</properties>
<body>
+ <!--
<h1>Code Generator Wizard Guide for Eclipse Plug-in</h1>
+ -->
+ <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>
<p>This document explains the usage of this code generator plug-in
for Eclipse. In other words, this document will guide you through
the operations of generating a WSDL file from a Java class and/or