[java-identity-provider] branch dev/JPAR-234 updated (fe1fadb7e -> 3c5e9a258)
Ian Young
ian at iay.org.uk
Wed Jul 23 15:04:05 UTC 2025
This is an automated email from the git hooks/post-receive script.
iay pushed a change to branch dev/JPAR-234
in repository java-identity-provider.
discard fe1fadb7e JPAR-234 - Track Spring Framework 7.0
add 71d84836d Shore up context cleanup with finally clause.
add b32b39855 IDP-2387 - web.xml doesn't pass schema validation
add 759438d9d Make Truststore API
add ba83b11bb Supress GITWEB tests for now
add 082343669 Fix source URL in test data to match new redirect.
add d87848f34 Reenable tests.
add 0d762fb4d typo
add be884ea5e CheckStyle
add a761f3450 IDP-2388 Add timeout to the "update check" in the IdP and plugins
add 5c5c6e088 IDP-2388 Add timeout to the "update check" in the IdP (and plugins)
add fe96e2c13 IDP-2389 - Typo in shibboleth.Conditions.PrincipalInnResult bean name
add f7a213623 Use property for antrun version
new 3c5e9a258 JPAR-234 - Track Spring Framework 7.0
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 (fe1fadb7e)
\
N -- N -- N refs/heads/dev/JPAR-234 (3c5e9a258)
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 "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../net/shibboleth/idp/module/module.properties | 2 +-
.../admin/impl/InstallableComponentGaugeSet.java | 48 +++++++++++-------
.../impl/AttributeRevocationCondition.java | 57 +++++++++++++---------
.../net/shibboleth/idp/conf/admin-system.xml | 2 +-
.../net/shibboleth/idp/conf/conditions.xml | 2 +-
.../net/shibboleth/idp/conf/http-client.xml | 9 ++++
.../net/shibboleth/idp/conf/metrics-system.xml | 3 +-
.../net/shibboleth/idp/module/conf/idp.properties | 3 +-
.../shibboleth/idp/installer/InstallerSupport.java | 4 --
.../installer/{plugin/impl => }/TrustStore.java | 20 ++++----
.../idp/installer/impl/IdPInstallerArguments.java | 2 +-
.../idp/installer/impl/UpdateIdPCLI.java | 4 +-
.../idp/installer/plugin/impl/PluginInstaller.java | 3 +-
.../idp/installer/plugin/impl/TrustStoreTest.java | 3 +-
idp-msi/pom.xml | 2 +-
idp-war/src/main/webapp/WEB-INF/web.xml | 2 +-
16 files changed, 98 insertions(+), 68 deletions(-)
rename idp-installer/src/main/java/net/shibboleth/idp/installer/{plugin/impl => }/TrustStore.java (96%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list