[java-identity-provider] branch main updated: Freshen deprecation warning to reference parent beam.
Scott Cantor
cantor.2 at osu.edu
Wed Sep 6 14:48:17 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=fa630ce98f9eb6d6ed62de462ee479fde45830d7
The following commit(s) were added to refs/heads/main by this push:
new fa630ce98 Freshen deprecation warning to reference parent beam.
fa630ce98 is described below
commit fa630ce98f9eb6d6ed62de462ee479fde45830d7
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Sep 6 10:48:14 2023 -0400
Freshen deprecation warning to reference parent beam.
---
.../idp/profile/spring/factory/BasicX509CredentialFactoryBean.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-spring/src/main/java/net/shibboleth/idp/profile/spring/factory/BasicX509CredentialFactoryBean.java b/idp-spring/src/main/java/net/shibboleth/idp/profile/spring/factory/BasicX509CredentialFactoryBean.java
index 67afcb02a..8d45e80de 100644
--- a/idp-spring/src/main/java/net/shibboleth/idp/profile/spring/factory/BasicX509CredentialFactoryBean.java
+++ b/idp-spring/src/main/java/net/shibboleth/idp/profile/spring/factory/BasicX509CredentialFactoryBean.java
@@ -28,7 +28,7 @@ public class BasicX509CredentialFactoryBean extends org.opensaml.spring.credenti
/** Constructor. */
public BasicX509CredentialFactoryBean() {
DeprecationSupport.warn(ObjectType.CLASS, getClass().getName(), null,
- org.opensaml.spring.credential.BasicX509CredentialFactoryBean.class.getName());
+ "Parent bean 'shibboleth.BasicX509CredentialFactoryBean'");
}
}
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list