[java-identity-provider] branch main updated: Correct version on deprecation warning

Rod Widdowson rdw at steadingsoftware.com
Thu Aug 21 10:05:48 UTC 2025


This is an automated email from the git hooks/post-receive script.

rdw 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=fcbcae5de8740ecb19bc197ad044b5476adc11c3

The following commit(s) were added to refs/heads/main by this push:
     new fcbcae5de Correct version on deprecation warning
fcbcae5de is described below

commit fcbcae5de8740ecb19bc197ad044b5476adc11c3
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Aug 21 11:04:47 2025 +0100

    Correct version on deprecation warning
---
 .../main/java/net/shibboleth/idp/installer/plugin/impl/TrustStore.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/TrustStore.java b/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/TrustStore.java
index a5b129071..902dd86cf 100644
--- a/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/TrustStore.java
+++ b/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/TrustStore.java
@@ -55,7 +55,7 @@ import net.shibboleth.shared.primitive.LoggerFactory;
  * Code to handle (load, update, check) the trust store for an individual plugin.
  * a thin shim on BC.
  */
- at Deprecated(forRemoval = true, since = "5.1")
+ at Deprecated(forRemoval = true, since = "5.2")
 @NotThreadSafe public final class TrustStore extends AbstractInitializableComponent {
 
     /** logger. */

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list