[java-identity-provider] branch dev/JPAR-234 updated (3c5e9a258 -> 10055f864)

Ian Young ian at iay.org.uk
Thu Sep 11 15:55:55 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 3c5e9a258 JPAR-234 - Track Spring Framework 7.0
     add 26ab8d09e Javadoc fix.
     add 017bdb074 IDP-2394 Consistent return codes for plugin installation failures?
     add 01984743c JJETTY-13 Implement Jetty-base plugin V2
     add 22a84c46f IDP-2398 idp.no.tidy is not respected for the input property file
     add 93cb7d299 Remove logging adjusted for testing
     add 627df546b IDP-2399 - CAS view adjustments
     add 0a57ca10d IDP-2400 - Spring 6.2 changed MessageSource Locale parameter annotation
     add 273672f99 IDP-2399 - CAS view adjustments
     add c2b000706 IDP-2399 - Unit test needs to account for form encoding.
     add 3dec45cec IDP-2400 - Spring 6.2 changed MessageSource Locale parameter annotation
     add fcbcae5de Correct version on deprecation warning
     new 10055f864 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   (3c5e9a258)
            \
             N -- N -- N   refs/heads/dev/JPAR-234 (10055f864)

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:
 .../idp/admin/impl/InstallableComponentGaugeSet.java         |  4 ++--
 .../shibboleth/idp/cas/protocol/ServiceTicketResponse.java   |  4 ++--
 .../net/shibboleth/idp/flows/cas/cas-abstract-flow.xml       |  2 ++
 .../resources/net/shibboleth/idp/flows/cas/login-flow.xml    |  1 +
 .../shibboleth/idp/flows/cas/logout/cas-logoutprop-flow.xml  |  6 ++++--
 .../resources/net/shibboleth/idp/views/cas/logoutService.vm  |  6 +++---
 .../main/resources/net/shibboleth/idp/views/cas/postBack.vm  |  4 ++--
 .../resources/net/shibboleth/idp/views/cas/proxyFailure.vm   |  4 ++--
 .../net/shibboleth/idp/views/cas/validateFailure.vm          |  4 ++--
 .../net/shibboleth/idp/test/flows/cas/LoginFlowTest.java     |  3 ++-
 .../src/test/resources/metadata/example-metadata.xml         |  2 +-
 .../consent/logic/impl/MessageSourceConsentFunctionTest.java |  6 +++---
 .../idp/installer/{ => impl}/InstallerProperties.java        |  3 ++-
 .../idp/installer/impl/InstallerPropertiesImpl.java          | 12 ++++++++++--
 .../java/net/shibboleth/idp/installer/impl/V5Install.java    |  1 +
 .../idp/installer/plugin/impl/PluginInstallerCLI.java        |  7 ++-----
 .../idp/installer/{ => plugin/impl}/TrustStore.java          |  4 +++-
 .../net/shibboleth/idp/profile/AbstractProfileAction.java    |  7 ++++---
 .../tests/SpringStatusMessageLookupFunctionTest.java         |  6 +++---
 19 files changed, 51 insertions(+), 35 deletions(-)
 copy idp-installer/src/main/java/net/shibboleth/idp/installer/{ => impl}/InstallerProperties.java (97%)
 copy idp-installer/src/main/java/net/shibboleth/idp/installer/{ => plugin/impl}/TrustStore.java (99%)

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


More information about the commits mailing list