[java-oidfed-common] 01/02: Add missing prototype-scopes for the SWF actions
Codeberg
noreply at shibboleth.net
Wed Sep 16 11:51:43 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-oidfed-common.
View the commit online:
https://codeberg.org/Shibboleth/java-oidfed-common/commit/0f2629a8319a0664c16804e5bd921800e6ffd77b
commit 0f2629a8319a0664c16804e5bd921800e6ffd77b
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Wed Sep 16 14:21:51 2026 +0300
Add missing prototype-scopes for the SWF actions
---
.../flows/oidfed/entity-configuration/entity-configuration-beans.xml | 2 +-
.../flows/oidfed/resolve-trust-chains/resolve-trust-chains-beans.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/oidfed-common-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidfed/entity-configuration/entity-configuration-beans.xml b/oidfed-common-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidfed/entity-configuration/entity-configuration-beans.xml
index 9a8084a..c270b83 100644
--- a/oidfed-common-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidfed/entity-configuration/entity-configuration-beans.xml
+++ b/oidfed-common-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidfed/entity-configuration/entity-configuration-beans.xml
@@ -100,7 +100,7 @@
p:responseCache-ref="shibboleth.oidfed.EntityConfigurationResponseMetadataCache" />
<bean id="InitializeEntityStatementContext"
- class="net.shibboleth.oidfed.profile.impl.InitializeEntityStatementContext"
+ class="net.shibboleth.oidfed.profile.impl.InitializeEntityStatementContext" scope="prototype"
p:metadataSkeletonLookupStrategy-ref="#{'%{idp.oidfed.entityConfiguration.EntityConfigurationMetadataSkeletonLookupStrategy:DefaultEntityConfigurationMetadataSkeletonLookupStrategy}'.trim()}"
p:metadataDecoratorManager-ref="#{'%{idp.oidfed.entityConfiguration.MetadataDecoratorManager:shibboleth.oidfed.DefaultMetadataDecoratorManager}'.trim()}"/>
diff --git a/oidfed-common-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidfed/resolve-trust-chains/resolve-trust-chains-beans.xml b/oidfed-common-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidfed/resolve-trust-chains/resolve-trust-chains-beans.xml
index 0f71319..acce299 100644
--- a/oidfed-common-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidfed/resolve-trust-chains/resolve-trust-chains-beans.xml
+++ b/oidfed-common-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidfed/resolve-trust-chains/resolve-trust-chains-beans.xml
@@ -11,7 +11,7 @@
<alias alias="FallbackToLocalResolutionCondition" name="shibboleth.oidfed.trust-chain-resolver.FallbackToLocalResolutionCondition" />
<bean id="CallResolveEntityApi"
- class="net.shibboleth.oidfed.profile.impl.CallResolveEntityApi"
+ class="net.shibboleth.oidfed.profile.impl.CallResolveEntityApi" scope="prototype"
p:entityConfigurationCache="#{getObject('shibboleth.oidfed.trust-chain-resolver.RemoteEntityEntityConfigurationMetadataCache') ?: getObject('shibboleth.oidfed.EntityConfigurationMetadataCache')}"
p:resolveEntityTrustChainMetadataCache="#{getObject('shibboleth.oidfed.trust-chain-resolver.ResolveEntityTrustChainMetadataCache') ?: getObject('shibboleth.oidfed.ResolveEntityTrustChainMetadataCache')}"
p:objectMapper="#{getObject('shibboleth.oidfed.trust-chain-resolver.JWTPayloadJSONObjectMapper') ?: getObject('shibboleth.oidfed.JWTPayloadJSONObjectMapper')}"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list