[java-identity-provider] branch dev/JSPT-95 updated (c4f469b27 -> 0ea370abb)
Rod Widdowson
rdw at steadingsoftware.com
Wed May 13 12:39:34 UTC 2020
This is an automated email from the git hooks/post-receive script.
rdw pushed a change to branch dev/JSPT-95
in repository java-identity-provider.
discards c4f469b27 JSPT-95 Fix over eager tests.
discards 06fd0f07f JSPT-95 Throw some Rhino script tests back into the IdP
discards dd89e528e JSPT-96 Deprecated multi-parameter constructors to EvaluableScript
adds 2e023ede6 Add id to example bean.
adds d01018896 IDP-1382 - Whitelist approach to web resource security constraint
adds 283d240be IDP-1600 - Success status with unexpected status message during logout
adds a15c6b240 Remove out of date dependencies
adds ea76bef8a IDP-1602 LDAP SASL configuration
new 0762a29b5 JSPT-96 Deprecated multi-parameter constructors to EvaluableScript
new eb3583fd9 JSPT-95 Throw some Rhino script tests back into the IdP
new a178ebf6a JSPT-95 Fix over eager tests.
new 0ea370abb JSPT-95 Selectively add graal into the test scope
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 (c4f469b27)
\
N -- N -- N refs/heads/dev/JSPT-95 (0ea370abb)
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 4 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:
idp-attribute-filter-impl/pom.xml | 13 ++++
idp-attribute-filter-spring/pom.xml | 20 +++++-
idp-attribute-resolver-impl/pom.xml | 21 +++++-
idp-attribute-resolver-spring/pom.xml | 13 ++++
.../dc/ldap/impl/LDAPDataConnectorParser.java | 76 +++++++++++++++++++++-
.../dc/ldap/LDAPDataConnectorParserTest.java | 51 +++++++++++++++
.../resolver/ldap-attribute-resolver-v2-sasl.xml | 25 +++++++
idp-conf/pom.xml | 13 +++-
idp-conf/src/main/resources/conf/relying-party.xml | 2 +-
.../flows/saml/saml2/slo-front-abstract-beans.xml | 3 +-
idp-installer/pom.xml | 13 ----
idp-parent/pom.xml | 1 +
idp-profile-api/pom.xml | 13 ++++
idp-profile-spring/pom.xml | 13 ++++
.../schema/shibboleth-attribute-resolver.xsd | 33 +++++++++-
idp-war/src/main/webapp/WEB-INF/web.xml | 15 ++++-
16 files changed, 303 insertions(+), 22 deletions(-)
create mode 100644 idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/dc/ldap/resolver/ldap-attribute-resolver-v2-sasl.xml
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list