[java-shib-attribute] branch main updated: Fix logger references.
Codeberg
noreply at shibboleth.net
Tue Sep 1 00:09:12 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-shib-attribute.
View the commit online:
https://codeberg.org/Shibboleth/java-shib-attribute/commit/27a54d7f1cc9f75489ad3714e670489495fd524d
The following commit(s) were added to refs/heads/main by this push:
new 27a54d7f1 Fix logger references.
27a54d7f1 is described below
commit 27a54d7f1cc9f75489ad3714e670489495fd524d
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Mon Aug 31 20:09:00 2026 -0400
Fix logger references.
---
.../idp/attribute/resolver/spring/dc/impl/CacheConfigParser.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/shib-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/dc/impl/CacheConfigParser.java b/shib-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/dc/impl/CacheConfigParser.java
index df367c21e..5d5b7c585 100644
--- a/shib-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/dc/impl/CacheConfigParser.java
+++ b/shib-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/dc/impl/CacheConfigParser.java
@@ -198,14 +198,14 @@ public class CacheConfigParser {
}
if (beanResultCache.size() > 1) {
- LoggerFactory.getLogger(ManagedConnectionParser.class).
+ LoggerFactory.getLogger(CacheConfigParser.class).
warn("Only one <ResultCacheBean> should be specified; the first one has been consulted");
}
final List<Element> resultCacheElements = ElementSupport.getChildElements(config, RESULT_CACHE);
if (resultCacheElements.size() > 0) {
- LoggerFactory.getLogger(ManagedConnectionParser.class).
+ LoggerFactory.getLogger(CacheConfigParser.class).
warn("<ResultCacheBean> is incompatible with <ResultCache>. The <ResultCacheBean> has been used");
}
final Element elem = beanResultCache.get(0);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list