[java-identity-provider] branch main updated: Add a deprecation marker to tehe backchannel keystore generation
Rod Widdowson
rdw at steadingsoftware.com
Wed Nov 12 17:04:12 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:
https://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=4b86e5f2e3642553f3712b01d0c4ef12a2f9d347
The following commit(s) were added to refs/heads/main by this push:
new 4b86e5f2e Add a deprecation marker to tehe backchannel keystore generation
4b86e5f2e is described below
commit 4b86e5f2e3642553f3712b01d0c4ef12a2f9d347
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Nov 12 17:04:05 2025 +0000
Add a deprecation marker to tehe backchannel keystore generation
---
.../src/main/java/net/shibboleth/idp/installer/impl/V5Install.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/V5Install.java b/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/V5Install.java
index baaafce27..800c840af 100644
--- a/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/V5Install.java
+++ b/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/V5Install.java
@@ -640,7 +640,7 @@ public class V5Install {
/**
* Helper method for {@link #execute()} to generate the backchannel keystore.
- *
+ * @deprecated We really do not need backchannel stuff in V6
* @throws BuildException if badness occurs.
*/
private void generateKeyStore() {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list