[java-idp-plugin-mgmt] branch main updated: JSCRIPTING-12 Release 1.1.0
Rod Widdowson
rdw at steadingsoftware.com
Sun Aug 22 13:21:46 UTC 2021
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-idp-plugin-mgmt.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-mgmt.git;a=commit;h=e0d9ff9ec11d838042dcc2f7aa5bf8beabb05543
The following commit(s) were added to refs/heads/main by this push:
new e0d9ff9 JSCRIPTING-12 Release 1.1.0
e0d9ff9 is described below
commit e0d9ff9ec11d838042dcc2f7aa5bf8beabb05543
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Aug 22 14:17:27 2021 +0100
JSCRIPTING-12 Release 1.1.0
https://shibboleth.atlassian.net/browse/JSCRIPTING-12
- Make the old GraalVm V1.0.0 "Withdrawn" (because it doesn't work)
- Leave placeholder location location for it
- Move future versions of Nshorn to point to the JDK version
- Add entries for 1.1.0 of the plugins, but do not announce their availability yet.
---
plugins.properties | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
diff --git a/plugins.properties b/plugins.properties
index a6c83f9..51e3a11 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -20,11 +20,18 @@ net.shibboleth.idp.plugin.authn.totp.supportLevel.1.0.0 = Current
# SCRIPTING Plugins #
#######################
net.shibboleth.idp.plugin.nashorn.versions= 1.0.0
-net.shibboleth.idp.plugin.nashorn.downloadURL.%{version} = https://build.shibboleth.net/nexus/service/local/repositories/releases/content/net/shibboleth/idp/plugin/scripting/idp-plugin-nashorn-dist/%{version}
-net.shibboleth.idp.plugin.nashorn.baseName.%{version} = idp-plugin-nashorn-dist-%{version}
+net.shibboleth.idp.plugin.nashorn.downloadURL.%{version} = https://build.shibboleth.net/nexus/service/local/repositories/releases/content/net/shibboleth/idp/plugin/scripting/idp-plugin-nashorn-dist-jdk/%{version}
+net.shibboleth.idp.plugin.nashorn.baseName.%{version} = idp-plugin-nashorn-dist-jdk-%{version}
+
+net.shibboleth.idp.plugin.nashorn.downloadURL.1.0.0 = https://build.shibboleth.net/nexus/service/local/repositories/releases/content/net/shibboleth/idp/plugin/scripting/idp-plugin-nashorn-dist/1.0.0
+net.shibboleth.idp.plugin.nashorn.baseName.1.0.0 = idp-plugin-nashorn-dist-1.0.0
net.shibboleth.idp.plugin.nashorn.idpVersionMax.1.0.0= 5.0.0
net.shibboleth.idp.plugin.nashorn.idpVersionMin.1.0.0= 4.1.0
+net.shibboleth.idp.plugin.nashorn.supportLevel.1.0.0 = Withdrawn
+
+net.shibboleth.idp.plugin.nashorn.idpVersionMax.1.1.0= 5.0.0
+net.shibboleth.idp.plugin.nashorn.idpVersionMin.1.1.0= 4.1.0
net.shibboleth.idp.plugin.nashorn.supportLevel.1.0.0 = Current
net.shibboleth.idp.plugin.rhino.versions= 1.0.0
@@ -35,6 +42,10 @@ net.shibboleth.idp.plugin.rhino.idpVersionMax.1.0.0= 5.0.0
net.shibboleth.idp.plugin.rhino.idpVersionMin.1.0.0= 4.1.0
net.shibboleth.idp.plugin.rhino.supportLevel.1.0.0 = Current
+net.shibboleth.idp.plugin.rhino.idpVersionMax.1.1.0= 5.0.0
+net.shibboleth.idp.plugin.rhino.idpVersionMin.1.1.0= 4.1.0
+net.shibboleth.idp.plugin.rhino.supportLevel.1.1.0 = Current
+
################################################################
# DuoOIDC Authentication based on the Shibboleth Nimbus client #
################################################################
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list