[java-identity-provider COMMIT] /trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingpart...

noreply at shibboleth.net noreply at shibboleth.net
Sun Jun 29 11:21:01 EDT 2014


Author: rdw
Date: Sun Jun 29 11:21:00 2014
New Revision: 6184

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6184&view=rev
Log:
IDP-379 supress deprecate warning on test and one specific use of getAttributeAsBoolean

Modified:
    trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/security/credential/AbstractX509CredentialParser.java

Modified: trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/security/credential/AbstractX509CredentialParser.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/security/credential/AbstractX509CredentialParser.java?rev=6184&r1=6183&r2=6184&view=diff
==============================================================================
--- trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/security/credential/AbstractX509CredentialParser.java (original)
+++ trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/security/credential/AbstractX509CredentialParser.java Sun Jun 29 11:21:00 2014
@@ -92,6 +92,7 @@
      * @param childElements the elements containing the certificates, Must have at least one element.
      * @param builder the builder
      */
+    @SuppressWarnings("deprecation")
     private void parseCertificates(@Nullable final List<Element> childElements,
             @Nonnull final BeanDefinitionBuilder builder) {
         if (null == childElements || childElements.isEmpty()) {



More information about the commits mailing list