You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2022/10/04 10:22:14 UTC

[ws-wss4j] branch master updated (d06a3e8bb -> ee080f458)

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git


    from d06a3e8bb Removing Xalan test dependency
     new 82672858b Fixing javadoc for Java 11
     new ee080f458 Updating website for 3.0.0 release

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                    |  1 +
 src/site/xdoc/download.xml | 12 +++++++++++-
 src/site/xdoc/index.xml    | 15 +++++++++++++++
 3 files changed, 27 insertions(+), 1 deletion(-)


[ws-wss4j] 02/02: Updating website for 3.0.0 release

Posted by co...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git

commit ee080f458f1a919439671cbd66a2895ef4de6bea
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Oct 4 11:21:57 2022 +0100

    Updating website for 3.0.0 release
---
 src/site/xdoc/download.xml | 12 +++++++++++-
 src/site/xdoc/index.xml    | 15 +++++++++++++++
 2 files changed, 26 insertions(+), 1 deletion(-)

diff --git a/src/site/xdoc/download.xml b/src/site/xdoc/download.xml
index 88a12a2b0..74db5382e 100644
--- a/src/site/xdoc/download.xml
+++ b/src/site/xdoc/download.xml
@@ -35,7 +35,17 @@ LICENSE.txt and NOTICE.txt files contained in each release artifact.
 <ul>
 <li>
 <p>
-The current stable release is Apache WSS4J 2.4.1:
+The current stable release is Apache WSS4J 3.0.0:
+</p>
+<p>
+<a href="https://www.apache.org/dyn/closer.lua/ws/wss4j/3.0.0/wss4j-3.0.0-source-release.zip">wss4j-3.0.0-source-release.zip</a>
+(<a href="https://downloads.apache.org/ws/wss4j/3.0.0/wss4j-3.0.0-source-release.zip.asc">PGP</a>)
+(<a href="https://downloads.apache.org/ws/wss4j/3.0.0/wss4j-3.0.0-source-release.zip.sha512">SHA-512</a>)
+</p>
+</li>
+<li>
+<p>
+The current release on the older 2.4.x-fixes branch is Apache WSS4J 2.4.1:
 </p>
 <p>
 <a href="https://www.apache.org/dyn/closer.lua/ws/wss4j/2.4.1/wss4j-2.4.1-source-release.zip">wss4j-2.4.1-source-release.zip</a>
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 9e0ff3094..8892d8d28 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -59,6 +59,21 @@ Profile 1.1</a>
 <subsection name="News">
 <ul>
 <li>
+<p><b>October 2022</b> - 
+The Apache WSS4J team are pleased to announce the release of version 3.0.0.
+This is a major new release of WSS4J. Significant changes:
+</p>
+<ul>
+<li>Moved from javax to jakarta namespace</li>
+<li>OpenSAML 4.x upgrade</li>
+<li>Santuario 3.0.x upgrade</li>
+</ul>
+<p>
+Please see the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310063&amp;version=12350043">
+3.0.0 release notes</a> for more information.
+</p>
+</li>
+<li>
 <p><b>February 2022</b> - 
 The Apache WSS4J team are pleased to announce the release of version 2.4.1. It
 fixes an issue with the timestamp in the WSS4J jars being invalid.


[ws-wss4j] 01/02: Fixing javadoc for Java 11

Posted by co...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git

commit 82672858b83b729c3c6b27c43585215089a6a285
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Oct 4 11:21:48 2022 +0100

    Fixing javadoc for Java 11
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 444c65157..a39b54f92 100644
--- a/pom.xml
+++ b/pom.xml
@@ -299,6 +299,7 @@
                     </executions>
                     <configuration>
                         <attach>true</attach>
+                        <sourcepath>src/main/java</sourcepath>
                         <additionalJOptions>
                             <additionalJOption>-Xdoclint:none</additionalJOption>
                         </additionalJOptions>