mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
[jythonscripting] Add a note not to use jython (#15623)
* [jythonscripting] Add a note not to use jython * [jythonscripting] Mark as deprecated --------- Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
This commit is contained in:
parent
72622a1409
commit
5a5cfc28fb
@ -1,4 +1,11 @@
|
||||
# Jython Scripting
|
||||
# Jython Scripting (DEPRECATED)
|
||||
|
||||
::: tip Note:
|
||||
Currently, the development of Jython stopped at version 2.7 with no definite timeline to support Python 3.x.
|
||||
The 3rd party openHAB helper library for Jython is also no longer maintained.
|
||||
We would not recommend using Jython scripting at this point in time.
|
||||
For alternatives, check out the list of other supported [automation add-ons](https://www.openhab.org/addons/#automation).
|
||||
:::
|
||||
|
||||
This add-on provides [Jython](https://www.jython.org/) 2.7.2 that can be used as a scripting language within automation rules and which eliminates the need to download Jython and create `EXTRA_JAVA_OPTS` entries for `bootclasspath`, `python.home` and `python.path`.
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
xsi:schemaLocation="https://openhab.org/schemas/addon/v1.0.0 https://openhab.org/schemas/addon-1.0.0.xsd">
|
||||
|
||||
<type>automation</type>
|
||||
<name>Jython Scripting</name>
|
||||
<name>Jython Scripting (DEPRECATED)</name>
|
||||
<description>This adds a Jython script engine.</description>
|
||||
<connection>none</connection>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user