[java-oidfed-common] branch main updated (009ab5b -> efd9ee3)
Codeberg
noreply at shibboleth.net
Fri May 15 11:19:37 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a change to branch main
in repository java-oidfed-common.
from 009ab5b Import and refactor entity-configuration flow from java-idp-plugin-oidc-op-oidfed
new 00180b2 Renamed test packages to net.shibboleth.oidfed.*
new efd9ee3 Add missing null-checks into Spring expressions.
The 2 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:
.../src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml | 4 ++--
.../flow/oidfed => oidfed/flow}/AbstractFederationFlowTest.java | 2 +-
.../flow/oidfed => oidfed/flow}/EntityConfigurationFlowTest.java | 4 ++--
.../flow}/cache/EntityConfigurationMetadataCacheTest.java | 8 ++++----
.../flow}/cache/SignedKeysetMetadataCacheTest.java | 6 +++---
.../flow}/cache/SubordinateStatementMetadataCacheTest.java | 8 ++++----
.../oidfed => oidfed/flow}/cache/TrustChainMetadataCacheTest.java | 6 +++---
.../flow}/support/CustomEntityConfigurationFilterStrategy.java | 2 +-
.../flow}/support/CustomEntityConfigurationMetadataDecorator.java | 2 +-
.../flow}/support/CustomSubordinateStatementFilterStrategy.java | 2 +-
.../flow}/support/CustomTrustChainFilterStrategy.java | 2 +-
.../trustchain/test}/DefaultTrustChainFetchingStrategyTest.java | 2 +-
.../src/test/resources/net/shibboleth/idp/module/conf/global.xml | 8 ++++----
13 files changed, 28 insertions(+), 28 deletions(-)
rename oidfed-common-conf-impl/src/test/java/net/shibboleth/{idp/plugin/oidc/op/profile/flow/oidfed => oidfed/flow}/AbstractFederationFlowTest.java (99%)
rename oidfed-common-conf-impl/src/test/java/net/shibboleth/{idp/plugin/oidc/op/profile/flow/oidfed => oidfed/flow}/EntityConfigurationFlowTest.java (97%)
rename oidfed-common-conf-impl/src/test/java/net/shibboleth/{idp/plugin/oidc/op/profile/flow/oidfed => oidfed/flow}/cache/EntityConfigurationMetadataCacheTest.java (98%)
rename oidfed-common-conf-impl/src/test/java/net/shibboleth/{idp/plugin/oidc/op/profile/flow/oidfed => oidfed/flow}/cache/SignedKeysetMetadataCacheTest.java (98%)
rename oidfed-common-conf-impl/src/test/java/net/shibboleth/{idp/plugin/oidc/op/profile/flow/oidfed => oidfed/flow}/cache/SubordinateStatementMetadataCacheTest.java (99%)
rename oidfed-common-conf-impl/src/test/java/net/shibboleth/{idp/plugin/oidc/op/profile/flow/oidfed => oidfed/flow}/cache/TrustChainMetadataCacheTest.java (98%)
rename oidfed-common-conf-impl/src/test/java/net/shibboleth/{idp/plugin/oidc/op/profile/flow/oidfed => oidfed/flow}/support/CustomEntityConfigurationFilterStrategy.java (97%)
rename oidfed-common-conf-impl/src/test/java/net/shibboleth/{idp/plugin/oidc/op/profile/flow/oidfed => oidfed/flow}/support/CustomEntityConfigurationMetadataDecorator.java (96%)
rename oidfed-common-conf-impl/src/test/java/net/shibboleth/{idp/plugin/oidc/op/profile/flow/oidfed => oidfed/flow}/support/CustomSubordinateStatementFilterStrategy.java (97%)
rename oidfed-common-conf-impl/src/test/java/net/shibboleth/{idp/plugin/oidc/op/profile/flow/oidfed => oidfed/flow}/support/CustomTrustChainFilterStrategy.java (96%)
rename oidfed-common-conf-impl/src/test/java/net/shibboleth/{idp/plugin/oidc/op/oidfed/metadata/cache/trustchain => oidfed/metadata/cache/trustchain/test}/DefaultTrustChainFetchingStrategyTest.java (99%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list