[java-identity-provider] branch dev/JPAR-234 updated (61d906242 -> 94e204cbf)
Ian Young
ian at iay.org.uk
Thu Nov 13 14:13:08 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 61d906242 JPAR-234 - Track Spring Framework 7.0
add 9ffd1b5f7 JSATTR-6: SAML AttributeQuery DataConnector
add a36cf7316 JSATTR-6: SAML AttributeQuery DataConnector
add 92e423222 JSATTR-6: SAML AttributeQuery DataConnector
add 36a803d0b JSATTR-6: SAML AttributeQuery DataConnector
add 0eb6f14c5 JSATTR-6: SAML AttributeQuery DataConnector
add fa09b67a2 JSATTR-6: SAML AttributeQuery DataConnector
add 2d330cff0 IDP-2378 Accessing metrics/updates always triggers four HTTPS requests
add 552eb0afd Tidy test
add 45f804fd2 IDP-2378 Accessing metrics/updates always triggers four HTTPS requests
add fd29deeef IDP-2378 Accessing metrics/updates always triggers four HTTPS requests
add 3b16ea3f8 wip
add 814bc9bf4 Revert accidentally committed test environment.
add 1a99445a4 Fix indent
add 378ebcb28 IDP-2411 - Generated metadata has wrong path in SingleLogoutService
add 8f9c8333d Some null/checkstyle fixes.
add 638dad0df Fix null issues.
add 5354e4851 IDP-2412- - Add an audit field for the RelyingPartyConfiguration bean ID
add 9c9bd1d4e IDP-2412- - Add an audit field for the RelyingPartyConfiguration bean ID
add 9c167f37f IDP-2385 Allow installer control of the Base IdP URL (idp/profile) in the metadata
add 2357b7b24 Fix (tested, but not committed) compile issue
add 79e003ea0 JJETTY-26 Installer make a method 'api' again
add 4b86e5f2e Add a deprecation marker to tehe backchannel keystore generation
new 94e204cbf 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 (61d906242)
\
N -- N -- N refs/heads/dev/JPAR-234 (94e204cbf)
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:
.../admin/impl/InstallableComponentGaugeSet.java | 23 +++-
.../impl/InstallableComponentPropertyCache.java | 147 +++++++++++++++++++++
.../idp/admin/impl/ReportUpdateStatus.java | 15 ++-
.../InstallableComponentPropertyCacheTest.java | 113 ++++++++++++++++
idp-admin-impl/src/test/resources/logback-test.xml | 1 +
.../net/shibboleth/idp/conf/admin-system.xml | 1 +
.../idp/conf/attribute-resolver-system.xml | 64 +++++++++
.../net/shibboleth/idp/conf/audit-system.xml | 36 +++++
.../net/shibboleth/idp/conf/global-system.xml | 6 +
.../net/shibboleth/idp/conf/metrics-system.xml | 1 +
.../net/shibboleth/idp/module/conf/idp.properties | 14 +-
.../idp/installer/InstallerProperties.java | 7 +-
.../shibboleth/idp/installer/InstallerSupport.java | 72 ++++++++++
.../impl/InstalledMetadataParameters.java | 38 +++++-
.../installer/impl/InstallerPropertiesImpl.java | 90 +++----------
.../shibboleth/idp/installer/impl/V5Install.java | 3 +-
.../installer/plugin/impl/PluginInstallerCLI.java | 8 +-
.../net/shibboleth/idp/profile/IdPAuditFields.java | 6 +-
.../net/shibboleth/spring/parser.properties | 20 ++-
19 files changed, 564 insertions(+), 101 deletions(-)
create mode 100644 idp-admin-impl/src/main/java/net/shibboleth/idp/admin/impl/InstallableComponentPropertyCache.java
create mode 100644 idp-admin-impl/src/test/java/net/shibboleth/idp/admin/impl/InstallableComponentPropertyCacheTest.java
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list