[java-shib-common COMMIT] in /branches/REL_1: .project src/main/java/edu/internet2/middleware/shibboleth/common/Versi...
noreply at shibboleth.net
noreply at shibboleth.net
Tue Nov 27 20:11:33 EST 2012
Author: scantor
Date: Tue Nov 27 20:11:33 2012
New Revision: 1046
URL: http://svn.shibboleth.net/view/java-shib-common?rev=1046&view=rev
Log:
Fix checkstyle warnings and undeprecate ComputedID connector.
Modified:
branches/REL_1/.project
branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/Version.java
branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/attribute/filtering/provider/ShibbolethFilteringContext.java
branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/attribute/provider/ShibbolethSAML2AttributeAuthority.java
branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/attribute/resolver/provider/attributeDefinition/CryptoTransientIdAttributeDefinition.java
branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/attribute/resolver/provider/dataConnector/ComputedIDDataConnector.java
branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/attribute/resolver/provider/dataConnector/StoredIDDataConnector.java
branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/config/attribute/filtering/match/saml/AttributeRequesterEntityAttributeExactMatchFunctorBeanDefinitionParser.java
branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/config/attribute/filtering/match/saml/AttributeRequesterEntityAttributeRegexMatchFunctorBeanDefinitionParser.java
branches/REL_1/src/test/java/edu/internet2/middleware/shibboleth/common/attribute/filtering/provider/match/BaseTestCaseMetadata.java
Modified: branches/REL_1/.project
URL: http://svn.shibboleth.net/view/java-shib-common/branches/REL_1/.project?rev=1046&r1=1045&r2=1046&view=diff
==============================================================================
--- branches/REL_1/.project (original)
+++ branches/REL_1/.project Tue Nov 27 20:11:33 2012
@@ -3,6 +3,7 @@
<name>java-shib-common</name>
<comment></comment>
<projects>
+ <project>opensaml</project>
</projects>
<buildSpec>
<buildCommand>
Modified: branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/Version.java
URL: http://svn.shibboleth.net/view/java-shib-common/branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/Version.java?rev=1046&r1=1045&r2=1046&view=diff
==============================================================================
--- branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/Version.java (original)
+++ branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/Version.java Tue Nov 27 20:11:33 2012
@@ -45,7 +45,6 @@
* @param args command line arguments
*/
public static void main(String[] args) {
- Package pkg = Version.class.getPackage();
System.out.println(NAME + " version " + VERSION);
}
Modified: branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/attribute/filtering/provider/ShibbolethFilteringContext.java
URL: http://svn.shibboleth.net/view/java-shib-common/branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/attribute/filtering/provider/ShibbolethFilteringContext.java?rev=1046&r1=1045&r2=1046&view=diff
==============================================================================
--- branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/attribute/filtering/provider/ShibbolethFilteringContext.java (original)
+++ branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/attribute/filtering/provider/ShibbolethFilteringContext.java Tue Nov 27 20:11:33 2012
@@ -22,7 +22,6 @@
import java.util.List;
import java.util.Map;
-import org.opensaml.xml.util.LazyList;
import org.opensaml.xml.util.LazySet;
import edu.internet2.middleware.shibboleth.common.attribute.BaseAttribute;
Modified: branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/attribute/provider/ShibbolethSAML2AttributeAuthority.java
URL: http://svn.shibboleth.net/view/java-shib-common/branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/attribute/provider/ShibbolethSAML2AttributeAuthority.java?rev=1046&r1=1045&r2=1046&view=diff
==============================================================================
--- branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/attribute/provider/ShibbolethSAML2AttributeAuthority.java (original)
+++ branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/attribute/provider/ShibbolethSAML2AttributeAuthority.java Tue Nov 27 20:11:33 2012
@@ -27,7 +27,6 @@
import org.opensaml.Configuration;
import org.opensaml.common.SAMLObjectBuilder;
import org.opensaml.common.xml.SAMLConstants;
-import org.opensaml.saml1.core.AttributeDesignator;
import org.opensaml.saml2.core.Attribute;
import org.opensaml.saml2.core.AttributeQuery;
import org.opensaml.saml2.core.AttributeStatement;
@@ -46,7 +45,6 @@
import edu.internet2.middleware.shibboleth.common.attribute.BaseAttribute;
import edu.internet2.middleware.shibboleth.common.attribute.encoding.AttributeEncoder;
[... 92 lines stripped ...]
More information about the commits
mailing list