]> git.basschouten.com Git - openhab-addons.git/commitdiff
[jrubyscripting] Update to JRuby 9.3.4.0 (#12559)
authorjimtng <2554958+jimtng@users.noreply.github.com>
Sat, 2 Apr 2022 08:01:25 +0000 (18:01 +1000)
committerGitHub <noreply@github.com>
Sat, 2 Apr 2022 08:01:25 +0000 (10:01 +0200)
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
bundles/org.openhab.automation.jrubyscripting/README.md
bundles/org.openhab.automation.jrubyscripting/pom.xml

index 13bab639702f4d70497481ea35b4fd63a881169e..eeea0cb3882ec1e74a9e7db12924aa9390795dc4 100644 (file)
@@ -1,6 +1,6 @@
 # JRuby Scripting
 
-This add-on provides [JRuby](https://www.jruby.org/) 9.3.2 that can be used as a scripting language within automation rules.
+This add-on provides [JRuby](https://www.jruby.org/) scripting language for automation rules.
 
 ## JRuby Scripting Configuration
 
@@ -14,8 +14,8 @@ Alternatively, JRuby configuration parameters may be set by creating a `jruby.cf
 | org.openhab.automation.jrubyscripting:rubylib         | $OPENHAB_CONF/automation/lib/ruby/      | Search path for user libraries. Separate each path with a colon (semicolon in Windows).                                                                                                                     |
 | org.openhab.automation.jrubyscripting:local_context   | singlethread                            | The local context holds Ruby runtime, name-value pairs for sharing variables between Java and Ruby. See [this](https://github.com/jruby/jruby/wiki/RedBridge#Context_Instance_Type) for options and details |
 | org.openhab.automation.jrubyscripting:local_variables | transient                               | Defines how variables are shared between Ruby and Java. See [this](https://github.com/jruby/jruby/wiki/RedBridge#local-variable-behavior-options) for options and details                                   |
-| org.openhab.automation.jrubyscripting:gems            |                                         | A comma separated list of [Ruby Gems](https://rubygems.org/) to install.                                                                                                                                      |
-| org.openhab.automation.jrubyscripting:require            |                                         | A comma separated list of script names to be required by the JRuby Scripting Engine at the beginning of user scripts.                                                                                                                                      |
+| org.openhab.automation.jrubyscripting:gems            |                                         | A comma separated list of [Ruby Gems](https://rubygems.org/) to install.                                                                                                                                    |
+| org.openhab.automation.jrubyscripting:require         |                                         | A comma separated list of script names to be required by the JRuby Scripting Engine at the beginning of user scripts.                                                                                       |
 
 ## Ruby Gems
 
index add1d22a4fcbeddbfaf98217817765c2c5a84cce..beabf5d077ed0c6eb718b91a4e1299c35914b1dc 100644 (file)
@@ -16,7 +16,7 @@
 
   <properties>
     <bnd.importpackage>com.sun.nio.*;resolution:=optional,com.sun.security.*;resolution:=optional,org.apache.tools.ant.*;resolution:=optional,org.bouncycastle.*;resolution:=optional,org.joda.*;resolution:=optional,sun.management.*;resolution:=optional,sun.nio.*;resolution:=optional,jakarta.annotation;resolution:=optional</bnd.importpackage>
-    <jruby.version>9.3.3.0</jruby.version>
+    <jruby.version>9.3.4.0</jruby.version>
   </properties>
 
   <dependencies>