[java-identity-provider] branch main updated: Deprecate a class used by the old windows MSI Jetty installer

Rod Widdowson rdw at steadingsoftware.com
Fri Oct 25 09:41:05 UTC 2024


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=120d1658b93d337c8e5821bed4fcadaf98fef927

The following commit(s) were added to refs/heads/main by this push:
     new 120d1658b Deprecate a class used by the old windows MSI Jetty installer
120d1658b is described below

commit 120d1658b93d337c8e5821bed4fcadaf98fef927
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Oct 25 10:37:40 2024 +0100

    Deprecate a class used by the old windows MSI Jetty installer
    
    To be removed when the jetty plugin goes main (in V6)
---
 .../java/net/shibboleth/idp/installer/impl/FinalizeJettyBase.java    | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/FinalizeJettyBase.java b/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/FinalizeJettyBase.java
index 6f31d58f5..fcfafeff0 100644
--- a/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/FinalizeJettyBase.java
+++ b/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/FinalizeJettyBase.java
@@ -29,9 +29,10 @@ import net.shibboleth.idp.installer.PropertiesWithComments;
 
 /**
  * Small class to do the post install work on an embedded jetty-base.
- * (primarily generated by the windows explorer but not tied to that).
+ * @deprecated  This is only used by the windows jetty-base installer
+ * and will be removed when we use the plugin
  */
-public final class FinalizeJettyBase {
+ at Deprecated public final class FinalizeJettyBase {
 
     /** The IdP Installation dir. */
     @Nonnull private final Path idpHome;

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


More information about the commits mailing list