[java-idp-plugin-mgmt] branch main updated: First stab at Jetty plugin metadata.
Codeberg
noreply at shibboleth.net
Mon Dec 22 16:36:15 UTC 2025
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-idp-plugin-mgmt.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-mgmt/commit/cee4d8205ad260479b8b9086088d05dc2fcb4ffe
The following commit(s) were added to refs/heads/main by this push:
new cee4d82 First stab at Jetty plugin metadata.
cee4d82 is described below
commit cee4d8205ad260479b8b9086088d05dc2fcb4ffe
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Dec 22 11:36:03 2025 -0500
First stab at Jetty plugin metadata.
---
plugins.properties | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/plugins.properties b/plugins.properties
index e18165d..acb07e5 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -481,3 +481,15 @@ net.shibboleth.idp.plugin.authn.webauthn.supportLevel.1.3.0 = OutOfDate
net.shibboleth.idp.plugin.authn.webauthn.idpVersionMax.1.4.0 = 6.0.0
net.shibboleth.idp.plugin.authn.webauthn.idpVersionMin.1.4.0 = 5.0.0
net.shibboleth.idp.plugin.authn.webauthn.supportLevel.1.4.0 = Current
+
+###################################
+# Jetty plugin #
+###################################
+net.shibboleth.idp.plugin.jetty.versions = 1.0.0
+net.shibboleth.idp.plugin.jetty.downloadURL.%{version} = https://shibboleth.net/downloads/identity-provider/plugins/jetty/%{version}
+net.shibboleth.idp.plugin.jetty.baseName.%{version} = jetty-base-plugin-dist-%{version}
+
+net.shibboleth.idp.plugin.jetty.idpVersionMax.1.0.0 = 6.0.0
+net.shibboleth.idp.plugin.jetty.idpVersionMin.1.0.0 = 5.1.0
+net.shibboleth.idp.plugin.jetty.supportLevel.1.0.0 = Current
+
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list