[java-identity-provider] branch dev/JPAR-175 updated (a2610016b -> efaab5626)

Rod Widdowson rdw at steadingsoftware.com
Thu Jun 17 13:35:13 UTC 2021


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

rdw pushed a change to branch dev/JPAR-175
in repository java-identity-provider.

  discards  a2610016b Fix order of Maven home location
  discards  e2f5b0f19 JPAR-175
      adds  aac60b278 IDP-1829 - Add option to disable outbound logout
      adds  715c1b6d1 IDP-1757 Add a comment about the metadatagen plugin.
       new  9bb2c64b6 JPAR-175 Initial pass at dependency analysis test.
       new  bf1ca4203 JPAR-175 Fix order of Maven home location
       new  efaab5626 JPAR-175  Add back trace from WAR content to provoking artifact in pom.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (a2610016b)
            \
             N -- N -- N   refs/heads/dev/JPAR-175 (efaab5626)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

The 3 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:
 .../flows/saml/saml2/slo-front-abstract-beans.xml  |   4 +
 .../flows/saml/saml2/slo-front-abstract-flow.xml   |  20 +-
 idp-conf/src/main/resources/conf/idp.properties    |   3 +
 idp-conf/src/test/resources/conf/idp.properties    |   3 +
 .../metadata/impl/MetadataGeneratorImpl.java       |   1 +
 .../idp/dependencies/DependencyTest.java           | 243 ++++++++++++++++++---
 .../net/shibboleth/idp/dependencies/ParsedPom.java |  59 +++--
 .../profile/impl/PreProcessLogoutMessage.java      | 171 +++++++++++++++
 .../saml2/profile/impl/ProcessLogoutRequest.java   |   6 -
 .../profile/impl/PreProcessLogoutMessageTest.java  | 104 +++++++++
 10 files changed, 552 insertions(+), 62 deletions(-)
 create mode 100644 idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/impl/PreProcessLogoutMessage.java
 create mode 100644 idp-saml-impl/src/test/java/net/shibboleth/idp/saml/saml2/profile/impl/PreProcessLogoutMessageTest.java

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


More information about the commits mailing list