[java-identity-provider] branch master updated (f67ea51 -> 889afab)

Rod Widdowson rdw at steadingsoftware.com
Tue Feb 26 09:45:08 EST 2019


This is an automated email from the git hooks/post-receive script.

rdw pushed a change to branch master
in repository java-identity-provider.

      from  f67ea51   Fix Javadoc nit.
       new  91aa6fa   IDP-1423 Remove the explicit Chaining of filters.
       new  4af0db7   Strip out very old test support for SVN
       new  34d6abd   IDP-1423 Stop using deprecated HTTPmetadataProvider in https tests
       new  89af1fa   IDP-1423 Stop using deprecated constructor in HTTPResource Test
       new  bbb48ae   IDP-1423 Strip out the no longer used "urn:mace:shibboleth:2.0:resource" namespace
       new  889afab   IDP-1423 Remove Deprecated HTTPmetadataProvider.

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/main/resources/conf/metadata-providers.xml |  2 -
 .../metadata/filter/impl/ChainingParser.java       | 78 ----------------------
 .../metadata/impl/HTTPMetadataProviderParser.java  | 31 ++-------
 .../metadata/impl/MetadataNamespaceHandler.java    |  6 --
 .../impl/ResourceBackedMetadataProviderParser.java |  2 +-
 .../metadata/AbstractMetadataParserTest.java       | 32 +++------
 .../metadata/HTTPMetadataProviderParserTest.java   | 47 ++-----------
 .../relyingparty/metadata/filter/ChainingTest.java | 44 ------------
 .../spring/relyingparty/metadata/HTTPEntities.xml  | 12 ----
 .../spring/relyingparty/metadata/HTTPEntity.xml    | 10 ---
 .../spring/relyingparty/metadata/HTTPResources.xml |  7 +-
 .../spring/relyingparty/metadata/filter/chain.xml  | 28 --------
 ...EntitiesClient.xml => http-entities-client.xml} |  3 +-
 ...g-file.xml => http-entity-httpCaching-file.xml} |  3 +-
 ...mory.xml => http-entity-httpCaching-memory.xml} |  3 +-
 ...g-none.xml => http-entity-httpCaching-none.xml} |  3 +-
 .../metadata/{HTTPProxy.xml => http-proxy.xml}     |  4 +-
 .../metadata/https-client-security-params.xml      |  5 +-
 .../spring/relyingparty/metadata/https-indexes.xml |  3 +-
 .../relyingparty/metadata/https-noTrustEngine.xml  |  4 +-
 .../relyingparty/metadata/https-timeouts.xml       |  3 +-
 .../metadata/https-trustEngine-explicitKey.xml     |  5 +-
 .../metadata/https-trustEngine-invalidKey.xml      |  5 +-
 .../metadata/https-trustEngine-invalidPKIX.xml     |  5 +-
 ...s-trustEngine-validPKIX-explicitTrustedName.xml |  5 +-
 .../metadata/https-trustEngine-validPKIX.xml       |  5 +-
 .../main/resources/schema/shibboleth-metadata.xsd  | 65 +++++-------------
 27 files changed, 78 insertions(+), 342 deletions(-)
 delete mode 100644 idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/filter/impl/ChainingParser.java
 delete mode 100644 idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/filter/ChainingTest.java
 delete mode 100644 idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/HTTPEntities.xml
 delete mode 100644 idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/HTTPEntity.xml
 delete mode 100644 idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/filter/chain.xml
 rename idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/{HTTPEntitiesClient.xml => http-entities-client.xml} (80%)
 rename idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/{HTTPEntity-httpCaching-file.xml => http-entity-httpCaching-file.xml} (83%)
 rename idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/{HTTPEntity-httpCaching-memory.xml => http-entity-httpCaching-memory.xml} (81%)
 rename idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/{HTTPEntity-httpCaching-none.xml => http-entity-httpCaching-none.xml} (79%)
 rename idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/{HTTPProxy.xml => http-proxy.xml} (75%)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list