[utilities COMMIT] in /java-support/trunk: doc/RELEASE-NOTES.txt pom.xml src/main/java/net/shibboleth/utilities/java/...

noreply at shibboleth.net noreply at shibboleth.net
Fri Jun 8 13:45:29 BST 2012


Author: lajoie
Date: Fri Jun  8 13:45:28 2012
New Revision: 281

URL: http://svn.shibboleth.net/view/utilities?rev=281&view=rev
Log:
Add shib repo so that clean builds can find the parent POM
Add a servlet listener that can configure logback - JSPT-16

Added:
    java-support/trunk/src/main/java/net/shibboleth/utilities/java/support/logging/
    java-support/trunk/src/main/java/net/shibboleth/utilities/java/support/logging/LogbackConfigurationListener.java   (with props)
    java-support/trunk/src/main/java/net/shibboleth/utilities/java/support/logging/package-info.java   (with props)
Modified:
    java-support/trunk/doc/RELEASE-NOTES.txt
    java-support/trunk/pom.xml

Modified: java-support/trunk/doc/RELEASE-NOTES.txt
URL: http://svn.shibboleth.net/view/utilities/java-support/trunk/doc/RELEASE-NOTES.txt?rev=281&r1=280&r2=281&view=diff
==============================================================================
--- java-support/trunk/doc/RELEASE-NOTES.txt (original)
+++ java-support/trunk/doc/RELEASE-NOTES.txt Fri Jun  8 13:45:28 2012
@@ -1,0 +1,4 @@
+Changes in Release 1.1.0
+===============================
+[JSPT-3] - Providers helpers for dealing with idle connections in HttpClient
+[JSPT-16] - Add a ServletListener that configures logback with a specified configuration file

Modified: java-support/trunk/pom.xml
URL: http://svn.shibboleth.net/view/utilities/java-support/trunk/pom.xml?rev=281&r1=280&r2=281&view=diff
==============================================================================
--- java-support/trunk/pom.xml (original)
+++ java-support/trunk/pom.xml Fri Jun  8 13:45:28 2012
@@ -19,6 +19,23 @@
     <properties>
         <svn.relative.location>/utilities</svn.relative.location>
     </properties>
+    
+    <repositories>
+        <repository>
+            <id>shib-release</id>
+            <url>https://shibboleth.net/nexus/content/groups/public</url>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+        </repository>
+        <repository>
+            <id>shib-snapshot</id>
+            <url>https://shibboleth.net/nexus/content/repositories/snapshots</url>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+        </repository>
+    </repositories>
 
     <dependencies>
         <!-- Compile Dependencies -->



More information about the commits mailing list