[java-oidfed-common] branch main updated (6645c83 -> 483e826)
Codeberg
noreply at shibboleth.net
Fri Sep 18 06:59:23 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 6645c83 Refactor support classes for tests
new 4f81e53 Add property to control maximum trust chain length to be locally resolved
new 483e826 Improve trust mark parsing strategy for controlling the subject
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:
.../META-INF/net.shibboleth.idp/postconfig.xml | 7 +
.../DefaultTrustChainFetchingStrategy.java | 37 +++-
...DefaultTrustChainTrustMarksParsingStrategy.java | 48 +++--
.../oidfed/conf/oidfed/oidfed.properties | 6 +
.../DefaultTrustChainFetchingStrategyTest.java | 54 ++++-
...ultTrustChainTrustMarksParsingStrategyTest.java | 230 +++++++++++++++++++++
.../src/test/resources/logback-test.xml | 20 ++
.../oidfed/testing/TestFederationCredentials.java | 9 +
.../net/shibboleth/oidfed/testing/signing-rs.jwk | 0
9 files changed, 388 insertions(+), 23 deletions(-)
rename {oidfed-common-conf-impl/src/test/java/net/shibboleth/oidfed/metadata/cache/trustchain/test => oidfed-common-impl/src/test/java/net/shibboleth/oidfed/metadata/cache/trustchain}/DefaultTrustChainFetchingStrategyTest.java (85%)
create mode 100644 oidfed-common-impl/src/test/java/net/shibboleth/oidfed/profile/navigate/DefaultTrustChainTrustMarksParsingStrategyTest.java
create mode 100644 oidfed-common-impl/src/test/resources/logback-test.xml
copy oidfed-common-conf-impl/src/test/resources/credentials/fed-signing-rs.jwk => oidfed-common-testing/src/main/resources/net/shibboleth/oidfed/testing/signing-rs.jwk (100%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list