[java-idp-plugin-scripting] 04/04: JSCRIPTING-9 Create a scripting plugin distribution which includes the JDK Nashorn

Rod Widdowson rdw at steadingsoftware.com
Sun Aug 22 13:22:02 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-scripting.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-scripting.git;a=commit;h=0bc9a44c718bc790b8f76687e4ccf49a21f5061e

commit 0bc9a44c718bc790b8f76687e4ccf49a21f5061e
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Aug 22 14:12:23 2021 +0100

    JSCRIPTING-9 Create a scripting plugin distribution which includes the JDK Nashorn
    
    https://shibboleth.atlassian.net/browse/JSCRIPTING-9
    
    Give the JDK plugin the same ID as the GraalVM one.
    Also, add missing transitive dependency.
---
 nashorn-jdk-impl/pom.xml                                            | 6 ++++++
 .../shibboleth/idp/plugin/scripting/nashorn/jdk/plugin.properties   | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/nashorn-jdk-impl/pom.xml b/nashorn-jdk-impl/pom.xml
index 9183cba..7ca35f3 100644
--- a/nashorn-jdk-impl/pom.xml
+++ b/nashorn-jdk-impl/pom.xml
@@ -50,6 +50,12 @@
             <version>${asm.version}</version>
             <scope>runtime</scope>
         </dependency>
+        <dependency>
+            <groupId>org.ow2.asm</groupId>
+            <artifactId>asm-analysis</artifactId>
+            <version>${asm.version}</version>
+            <scope>runtime</scope>
+        </dependency>
         <dependency>
             <groupId>org.ow2.asm</groupId>
             <artifactId>asm-commons</artifactId>
diff --git a/nashorn-jdk-impl/src/main/resources/net/shibboleth/idp/plugin/scripting/nashorn/jdk/plugin.properties b/nashorn-jdk-impl/src/main/resources/net/shibboleth/idp/plugin/scripting/nashorn/jdk/plugin.properties
index 288afbb..a951c90 100644
--- a/nashorn-jdk-impl/src/main/resources/net/shibboleth/idp/plugin/scripting/nashorn/jdk/plugin.properties
+++ b/nashorn-jdk-impl/src/main/resources/net/shibboleth/idp/plugin/scripting/nashorn/jdk/plugin.properties
@@ -1,6 +1,6 @@
 # Properties defining this plugin
 
-plugin.id = net.shibboleth.idp.plugin.nashorn.jdk
+plugin.id = net.shibboleth.idp.plugin.nashorn
 # Only used when package manifest is not available
 plugin.version = 1.1.0
 plugin.license =/net/shibboleth/idp/plugin/scripting/nashorn/jdk/doc/LICENSE.txt

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


More information about the commits mailing list