[java-shib-profile] branch main updated: IDP-2242 We need to rationalize the use of plugin categories.

Rod Widdowson rdw at steadingsoftware.com
Sat Feb 17 11:46:04 UTC 2024


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

rdw pushed a commit to branch main
in repository java-shib-profile.

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-profile.git;a=commit;h=b7e19b40720cbb703801c07602d10442735639df

The following commit(s) were added to refs/heads/main by this push:
     new b7e19b4  IDP-2242 We need to rationalize the use of plugin categories.
b7e19b4 is described below

commit b7e19b40720cbb703801c07602d10442735639df
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Feb 17 11:45:02 2024 +0000

    IDP-2242 We need to rationalize the use of plugin categories.
    
    https://shibboleth.atlassian.net/browse/IDP-2242
    
    Partially revert d43cef12 so that we only every allow Current versions to be installed
---
 .../profile/installablecomponent/InstallableComponentSupport.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shib-profile-api/src/main/java/net/shibboleth/profile/installablecomponent/InstallableComponentSupport.java b/shib-profile-api/src/main/java/net/shibboleth/profile/installablecomponent/InstallableComponentSupport.java
index 51eabd2..0c3896c 100644
--- a/shib-profile-api/src/main/java/net/shibboleth/profile/installablecomponent/InstallableComponentSupport.java
+++ b/shib-profile-api/src/main/java/net/shibboleth/profile/installablecomponent/InstallableComponentSupport.java
@@ -110,7 +110,7 @@ public final class InstallableComponentSupport {
             }
             final VersionInfo versionInfo = instaleeInfo.getAvailableVersions().get(version);
             final SupportLevel supportLevel = versionInfo.getSupportLevel();
-            if (supportLevel != SupportLevel.Current && supportLevel != SupportLevel.OutOfDate) {
+            if (supportLevel != SupportLevel.Current) {
                 log.debug("Available version {} has support level {}, ignoring", version, supportLevel);
                 continue;
             }

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


More information about the commits mailing list