openhab-core/bundles/org.openhab.core.automation.module.script
Yannick Schaus fa682c551e
Improve logic to choose a script engine preferred MIME type (#2629)
As discussed in https://github.com/openhab/openhab-addons/issues/11818.
This should select `application/x-python` for Jython (instead of `application/python` currently)
and allow other script engines to advertise their MIME type:
- JRuby: `application/x-ruby`
- Groovy: `application/x-groovy`

Signed-off-by: Yannick Schaus <github@schaus.net>
2021-12-19 20:01:48 +01:00
..
src/main/java/org/openhab/core/automation/module/script Improve logic to choose a script engine preferred MIME type (#2629) 2021-12-19 20:01:48 +01:00
.classpath [infrastructure] add external null-annotations (#1775) 2020-11-03 21:33:48 +01:00
.project mavenize openHAB and integrate mavenized ESH repository (#467) 2019-01-28 13:07:31 +01:00
bnd.bnd Add DynamicImport-Package for scripted automation (#663) 2019-03-30 19:55:01 +01:00
NOTICE Updated NOTICE files to openHAB (#578) 2019-02-15 10:46:18 +01:00
pom.xml applied spotless 2021-06-27 23:22:02 +02:00