[java-identity-provider] branch master updated (1d511ead1 -> d8405b26c)
Rod Widdowson
rdw at steadingsoftware.com
Wed Jun 10 14:29:36 UTC 2020
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 1d511ead1 IDP-1619 - Deprecate terms from classes and configuration
new 738d37fa2 JSPT-96 Deprecated multi-parameter constructors to EvaluableScript
new ecce2f56f JSPT-95 Throw some Rhino script tests back into the IdP
new df591761f JSPT-95 Fix over eager tests.
new d8405b26c JSPT-95 Selectively add graal into the test scope
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 +++++
.../filter/matcher/impl/ScriptedMatcherTest.java | 66 +++++++++++++---------
.../policyrule/impl/ScriptedPolicyRuleTest.java | 47 ++++++++++-----
idp-attribute-filter-spring/pom.xml | 20 ++++++-
.../filter/spring/basic/ScriptedTest.java | 35 +++++++++---
.../attribute/filter/matcher/#scripted-rhino.xml# | 17 ++++++
.../{andSingleton.xml => scripted-rhino.xml} | 11 +++-
.../attribute/filter/policyrule/file.script.rhino | 1 +
.../{scriptedNotThere.xml => scripted-rhino.xml} | 7 +--
idp-attribute-resolver-impl/pom.xml | 21 ++++++-
.../http/impl/ScriptedResponseMappingStrategy.java | 10 +++-
.../resolver/ad/impl/ScriptedAttributeTest.java | 39 +++++++------
.../dc/impl/ScriptedDataConnectorTest.java | 18 +++---
idp-attribute-resolver-spring/pom.xml | 13 +++++
.../spring/ad/ScriptedAttributeParserTest.java | 12 +++-
idp-conf/pom.xml | 13 ++++-
idp-parent/pom.xml | 1 +
idp-profile-api/pom.xml | 13 +++++
.../net/shibboleth/idp/profile/ScriptedAction.java | 13 +++--
.../navigate/ScriptedContextLookupFunction.java | 42 +++++++++-----
.../idp/profile/logic/ScriptedPredicate.java | 13 +++--
idp-profile-spring/pom.xml | 13 +++++
22 files changed, 328 insertions(+), 110 deletions(-)
create mode 100644 idp-attribute-filter-spring/src/test/resources/net/shibboleth/idp/attribute/filter/matcher/#scripted-rhino.xml#
copy idp-attribute-filter-spring/src/test/resources/net/shibboleth/idp/attribute/filter/matcher/{andSingleton.xml => scripted-rhino.xml} (51%)
create mode 100644 idp-attribute-filter-spring/src/test/resources/net/shibboleth/idp/attribute/filter/policyrule/file.script.rhino
copy idp-attribute-filter-spring/src/test/resources/net/shibboleth/idp/attribute/filter/policyrule/{scriptedNotThere.xml => scripted-rhino.xml} (50%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list