Author: fadushin
Date: Thu May 22 13:29:53 2008
New Revision: 659243
URL: http://svn.apache.org/viewvc?rev=659243&view=rev
Log:
Fixes to release artifacts
* Added a ChangeLog, generated from the Jira ReleaseNotes facility
* Removed hard-coded references to WSS4J version numbers
* Added Jira reporting to maven reporting
Added:
webservices/wss4j/branches/1_5_4/ChangeLog.txt (with props)
Modified:
webservices/wss4j/branches/1_5_4/README.txt
webservices/wss4j/branches/1_5_4/pom.xml
webservices/wss4j/branches/1_5_4/wss4j-readme.html
webservices/wss4j/branches/1_5_4/xdocs/index.xml
Added: webservices/wss4j/branches/1_5_4/ChangeLog.txt
URL:
http://svn.apache.org/viewvc/webservices/wss4j/branches/1_5_4/ChangeLog.txt?rev=659243&view=auto
==============================================================================
--- webservices/wss4j/branches/1_5_4/ChangeLog.txt (added)
+++ webservices/wss4j/branches/1_5_4/ChangeLog.txt Thu May 22 13:29:53 2008
@@ -0,0 +1,51 @@
+
+This file contains a listing of all Jira tickets that have been closed
+for a given release.
+
+Portions of this report were generated using the ReleaseNotes facility
+in Jira.
+
+Release 1.5.4
+=============
+
+** Bug
+ * [WSS-51] - Incorrect test for null in WSHandler
+ * [WSS-52] - ArrayIndexOutOfBoundsException if certs.length > 1
+ * [WSS-54] - UsernameTokenProcessor not processing unhashed UsernameToken
+ * [WSS-56] - WSS4j statically inserts Bouncycastle and Juice in list of
JCE providers
+ * [WSS-66] - Possible security hole when PasswordDigest is used by client.
+ * [WSS-68] - No way to create a UsernameToken with absent <Password>
element
+ * [WSS-70] - WSHandler checkReceiverResults causes security problem
+ * [WSS-82] - Add the ability to use a custom-loaded JCE provider instance
instead of using the system-provided one
+ * [WSS-89] - Error in verifying the signature with encrypted key
+ * [WSS-93] - xmlsec NPE on Reference URI and ValueType attributes
+ * [WSS-95] - Missing NOTICE file in WSS4J release
+ * [WSS-96] - Error when making a signature when containing a WSSecTimestamp
+ * [WSS-97] - Merlin passes invalid OID to getExtensionValue
+ * [WSS-100] - Bug in wsse11 element creation
+ * [WSS-101] - Bug in Encrypted SOAP Header creation
+ * [WSS-103] - BinarySecurityToken processor does not allow for custom
token types
+ * [WSS-105] - Make WSS4J compliant with X.509 1.1 specification
+ * [WSS-106] - Certs are expired in wss4j.keystore
+ * [WSS-108] - Some work on KeyIdentifiers
+ * [WSS-109] - Review of error handling messages
+ * [WSS-112] - DerivedKeyProcessor is overwritten if more derivedkeys are
present in a Soap Message.
+ * [WSS-113] - Bug in WSHandler#getPassword
+ * [WSS-114] - Some test reports are deleted by intermediate tasks in the
ant build
+ * [WSS-116] - EncryptedKeyProcessor fails to record QName of decrypted
element
+
+** Improvement
+ * [WSS-37] - Make it easier to set key-stores programmatically
+ * [WSS-38] - Make it easier to set key-stores programmatically
+ * [WSS-74] - Allow Actions and Processors to be customizable
+ * [WSS-80] - Doc fixes to main WSS4J page
+ * [WSS-88] - SecureRandom.getInstance("SHA1PRNG") is slow on IBM JDK 1.4.2
(And perhaps others)
+ * [WSS-92] - Support for Encrypted Header
+ * [WSS-104] - Reference List processor should provide more information
+ * [WSS-107] - X509NameTokenizer.java contains Bouncy Castle JCE copyright
code
+
+
+Version prior to 1.5.4
+======================
+
+no record
Propchange: webservices/wss4j/branches/1_5_4/ChangeLog.txt
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: webservices/wss4j/branches/1_5_4/ChangeLog.txt
------------------------------------------------------------------------------
svn:mime-type = text/plain
Modified: webservices/wss4j/branches/1_5_4/README.txt
URL:
http://svn.apache.org/viewvc/webservices/wss4j/branches/1_5_4/README.txt?rev=659243&r1=659242&r2=659243&view=diff
==============================================================================
--- webservices/wss4j/branches/1_5_4/README.txt (original)
+++ webservices/wss4j/branches/1_5_4/README.txt Thu May 22 13:29:53 2008
@@ -87,7 +87,7 @@
are accessed either as resources via classpath or, if that fails, as files
using the relative path of the application
-Thus no specific installation is required. The wss4j-1.5.1.jar file could be
+Thus no specific installation is required. The wss4j jar file could be
included into ear or war files of enterprise or web application servers.
Please refer to the JAVADOC files of the distribution for further
Modified: webservices/wss4j/branches/1_5_4/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/wss4j/branches/1_5_4/pom.xml?rev=659243&r1=659242&r2=659243&view=diff
==============================================================================
--- webservices/wss4j/branches/1_5_4/pom.xml (original)
+++ webservices/wss4j/branches/1_5_4/pom.xml Thu May 22 13:29:53 2008
@@ -17,7 +17,7 @@
<url>http://ws.apache.org/wss4j/</url>
<issueManagement>
<system>JIRA</system>
- <url>http://issues.apache.org/jira/browse/WSS4J</url>
+ <url>http://issues.apache.org/jira/browse/WSS</url>
</issueManagement>
<ciManagement>
<system>Continuum</system>
@@ -83,6 +83,14 @@
<organization></organization>
</developer>
</developers>
+
+ <contributors>
+ <contributor>
+ <name>Colm O hEigeartaigh</name>
+ </contributor>
+ <!-- ask permission to list others -->
+ </contributors>
+
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
@@ -436,6 +444,18 @@
</plugin-->
<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <report>dependencies</report>
+ <report>project-team</report>
+ <report>mailing-list</report>
+ <report>issue-tracking</report>
+ <report>license</report>
+ <report>scm</report>
+ </reports>
+ </reportSet>
+ </reportSets>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
@@ -447,6 +467,23 @@
<artifactId>jxr-maven-plugin</artifactId>
<version>2.0-beta-2-SNAPSHOT</version>
</plugin-->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-changes-plugin</artifactId>
+ <configuration>
+ <onlyCurrentVersion>true</onlyCurrentVersion>
+ <resolutionIds>Any</resolutionIds>
+ <statusIds>Resolved, Closed</statusIds>
+ <sortColumnNames>Key</sortColumnNames>
+ </configuration>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <report>jira-report</report>
+ </reports>
+ </reportSet>
+ </reportSets>
+ </plugin>
</plugins>
</reporting>
<distributionManagement>
Modified: webservices/wss4j/branches/1_5_4/wss4j-readme.html
URL:
http://svn.apache.org/viewvc/webservices/wss4j/branches/1_5_4/wss4j-readme.html?rev=659243&r1=659242&r2=659243&view=diff
==============================================================================
--- webservices/wss4j/branches/1_5_4/wss4j-readme.html (original)
+++ webservices/wss4j/branches/1_5_4/wss4j-readme.html Thu May 22 13:29:53 2008
@@ -2,7 +2,7 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
- <TITLE>Apache WSS4J-1.5.2</TITLE>
+ <TITLE>Apache WSS4J</TITLE>
<META NAME="GENERATOR" CONTENT="OpenOffice.org 1.9.79 (Linux)">
<META NAME="AUTHOR" CONTENT="Werner Dittmann">
<META NAME="CREATED" CONTENT="20050904;11070500">
@@ -106,7 +106,7 @@
the relative path of the application
</P>
<P STYLE="margin-bottom: 0cm">Thus no specific installation is
-required. The wss4j-1.5.2.jar file should be included into ear or war files
+required. The wss4j jar file should be included into ear or war files
of enterprise or web application servers.</P>
<P STYLE="margin-bottom: 0cm">Please refer to the JAVADOC files of
the distribution for further information how to use WSS4J, the
Modified: webservices/wss4j/branches/1_5_4/xdocs/index.xml
URL:
http://svn.apache.org/viewvc/webservices/wss4j/branches/1_5_4/xdocs/index.xml?rev=659243&r1=659242&r2=659243&view=diff
==============================================================================
--- webservices/wss4j/branches/1_5_4/xdocs/index.xml (original)
+++ webservices/wss4j/branches/1_5_4/xdocs/index.xml Thu May 22 13:29:53 2008
@@ -58,7 +58,7 @@
</ul>
</subsection>
<subsection name="Where can I download WSS4J">
- <p style="margin-left: 40px;">Latest version of WSS4J is
1.5.2:<br/>
+ <p style="margin-left: 40px;">You can download the latest
version of WSS4J at the following URL:<br/>
<a
href="http://www.apache.org/dyn/closer.cgi/ws/wss4j/">http://www.apache.org/dyn/closer.cgi/ws/wss4j/</a>
</p>
</subsection>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]