You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wss4j-dev@ws.apache.org by co...@apache.org on 2009/04/15 16:30:45 UTC

svn commit: r765214 - in /webservices/wss4j/tags/1_5_7: ./ ChangeLog.txt build.xml pom.xml

Author: coheigea
Date: Wed Apr 15 14:30:44 2009
New Revision: 765214

URL: http://svn.apache.org/viewvc?rev=765214&view=rev
Log:
Added tag for 1.5.7 release.

Added:
    webservices/wss4j/tags/1_5_7/
      - copied from r765194, webservices/wss4j/branches/1_5_x-fixes/
Modified:
    webservices/wss4j/tags/1_5_7/ChangeLog.txt
    webservices/wss4j/tags/1_5_7/build.xml
    webservices/wss4j/tags/1_5_7/pom.xml

Modified: webservices/wss4j/tags/1_5_7/ChangeLog.txt
URL: http://svn.apache.org/viewvc/webservices/wss4j/tags/1_5_7/ChangeLog.txt?rev=765214&r1=765194&r2=765214&view=diff
==============================================================================
--- webservices/wss4j/tags/1_5_7/ChangeLog.txt (original)
+++ webservices/wss4j/tags/1_5_7/ChangeLog.txt Wed Apr 15 14:30:44 2009
@@ -5,6 +5,27 @@
 Portions of this report were generated using the ReleaseNotes facility
 in Jira.
 
+Release 1.5.7
+=============
+
+** Bug
+
+    * [WSS-90] - SamlUtil.java throws XMLSecurityException when SAML SubjectConfirmation element doesn't have KeyInfo child
+    * [WSS-99] - JCE provider ordering on solaris
+    * [WSS-117] - WSS4J does not supports KeyIdentifiers to reference SAML tokens but this is allowed by the WSS specification. Integration tesitng with owsm failed.
+    * [WSS-136] - POM files needed in Maven repository for OpenSAML, WSS4J, and XML Security
+
+** Improvement
+
+    * [WSS-84] - Make the use of the VM-wide keystore (lib/security/cacerts) optional
+    * [WSS-169] - Add an EncodingType attribute for a UsernameToken nonce
+    * [WSS-170] - SignatureAction does not set DigestAlgorithm on WSSecSignature instance
+
+** Test
+
+    * [WSS-172] - Test encrypted headers
+
+
 Release 1.5.6
 =============
 

Modified: webservices/wss4j/tags/1_5_7/build.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/tags/1_5_7/build.xml?rev=765214&r1=765194&r2=765214&view=diff
==============================================================================
--- webservices/wss4j/tags/1_5_7/build.xml (original)
+++ webservices/wss4j/tags/1_5_7/build.xml Wed Apr 15 14:30:44 2009
@@ -28,7 +28,7 @@
         <property name='product.version.major' value='1'/>
         <property name='product.version.minor' value='5'/>
         <property name='product.version.level' value='7'/>
-        <property name='product.version.qualifier' value='-SNAPSHOT'/>
+        <property name='product.version.qualifier' value=''/>
         <property name='product.version' value='${product.version.major}.${product.version.minor}.${product.version.level}${product.version.qualifier}'/>
         <property name="year" value="2008"/>
         <property name="copyright" value="Copyright &#169; ${year} Apache WSS4J Project. All Rights Reserved."/>

Modified: webservices/wss4j/tags/1_5_7/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/tags/1_5_7/pom.xml?rev=765214&r1=765194&r2=765214&view=diff
==============================================================================
--- webservices/wss4j/tags/1_5_7/pom.xml (original)
+++ webservices/wss4j/tags/1_5_7/pom.xml Wed Apr 15 14:30:44 2009
@@ -7,7 +7,7 @@
     <artifactId>wss4j</artifactId>
     <packaging>bundle</packaging>
     <name>WSS4J</name>
-    <version>1.5.7-SNAPSHOT</version>
+    <version>1.5.7</version>
     <description>
         Apache WSS4J is an implementation of the Web Services Security
         (WS-Security) being developed at OASIS Web Services Security TC.
@@ -191,8 +191,8 @@
                         <Bundle-Description>${pom.artifactId}</Bundle-Description>
                         <Bundle-SymbolicName>org.apache.ws.security</Bundle-SymbolicName>
                         <Export-Package>
-                              org.apache.ws.security.*; version=1.5.5,
-                              org.apache.ws.axis.security.*; version=1.5.5,
+                              org.apache.ws.security.*; version=1.5.7,
+                              org.apache.ws.axis.security.*; version=1.5.7,
                         </Export-Package>
                         <Import-Package>
                               !org.apache.ws.security.*,
@@ -496,8 +496,8 @@
                 <artifactId>maven-changes-plugin</artifactId>
                 <version>2.1</version>
                 <configuration>
+                    <fixVersionIds>1.5.7</fixVersionIds>
                     <!-- <onlyCurrentVersion>true</onlyCurrentVersion> -->
-                    <fixVersionIds>12313215</fixVersionIds>
                     <resolutionIds>Any</resolutionIds>
                     <statusIds>Closed</statusIds>
                     <sortColumnNames>Key</sortColumnNames>



---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org