[java-opensaml2 COMMIT] in /branches/REL_2: doc/RELEASE-NOTES.txt pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Fri Dec 13 14:54:38 EST 2013
Author: putmanb
Date: Fri Dec 13 14:54:37 2013
New Revision: 1658
URL: http://svn.shibboleth.net/view/java-opensaml2?rev=1658&view=rev
Log:
JXT-106: Update Apache Santuario (xmlsec) to 1.5.6
Modified:
branches/REL_2/doc/RELEASE-NOTES.txt
branches/REL_2/pom.xml
Modified: branches/REL_2/doc/RELEASE-NOTES.txt
URL: http://svn.shibboleth.net/view/java-opensaml2/branches/REL_2/doc/RELEASE-NOTES.txt?rev=1658&r1=1657&r2=1658&view=diff
==============================================================================
--- branches/REL_2/doc/RELEASE-NOTES.txt (original)
+++ branches/REL_2/doc/RELEASE-NOTES.txt Fri Dec 13 14:54:37 2013
@@ -6,6 +6,9 @@
[JOST-218] - AbstractMetadataProvider is incorrectly performing an unnecessary validity check and erroneous TRACE message
[JOST-219] - AbstractReloadingMetadataProvider refresh() is public, should be synchronized for concurrent access
[JOST-220] - IdP stopping metadata retrieval
+
+Also, updating POM to implement:
+[JXT-106] - Update Apache Santuario (xmlsec) to 1.5.6
Changes in Release 2.6.0
=============================================
Modified: branches/REL_2/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml2/branches/REL_2/pom.xml?rev=1658&r1=1657&r2=1658&view=diff
==============================================================================
--- branches/REL_2/pom.xml (original)
+++ branches/REL_2/pom.xml Fri Dec 13 14:54:37 2013
@@ -112,6 +112,12 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
+ </dependency>
+ <!-- TODO: overrides parent POM managed version. Remove when appropriate. -->
+ <dependency>
+ <groupId>org.apache.santuario</groupId>
+ <artifactId>xmlsec</artifactId>
+ <version>1.5.6</version>
</dependency>
<!-- Provided dependencies -->
More information about the commits
mailing list