Commit Graph

15 Commits (main)

Author SHA1 Message Date
lsiepel 9440628914
Fix markdown bindings A-B (#19012)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2025-07-26 20:53:55 +02:00
lsiepel 90b3d12aa3
Spotless after release (#19002)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
2025-07-21 20:21:58 +02:00
openhab-bot d779c17335 [unleash-maven-plugin] Preparation for next development cycle. 2025-07-21 09:29:14 +00:00
openhab-bot 4179b89983
New Crowdin updates (#18981)
* New translations jeelink.properties (German)

* New translations nanoleaf.properties (German)

* New translations openweathermap.properties (German)

* New translations mielecloud.properties (German)

* New translations openhabcloud.properties (German)

* New translations mqtt.properties (German)

* New translations dynamodb.properties (German)

* New translations homekit.properties (German)

* New translations denonmarantz.properties (German)

* New translations heos.properties (German)

* New translations homematic.properties (German)

* New translations pilight.properties (German)

* New translations jsscripting.properties (German)

* New translations yamahamusiccast.properties (German)

* New translations awattar.properties (German)

* New translations fineoffsetweatherstation.properties (German)

* New translations chatgpt.properties (German)

* New translations pythonscripting.properties (German)
2025-07-17 15:59:09 +02:00
Holger Hees 40d4d61de2
[pythonscripting] change python helper lib version to final release (#18956) 2025-07-14 20:54:22 +02:00
Holger Hees 70a9998058
[pythonscripting] cleanups for the final release (#18862)
* cleanups

Signed-off-by: Holger Hees <holger.hees@gmail.com>
2025-06-29 19:50:31 +02:00
Holger Hees 698624ed13
[pythonscripting] Updated README, helper lib and value type mapping fix (#18822)
* updated README

Signed-off-by: Holger Hees <holger.hees@gmail.com>
2025-06-20 23:34:45 +02:00
Wouter Born 2c264e3e87
Fix unresolved property values in feature.xml files. (#18824)
These properties do not exist outside the Maven projects causing the distro build to fail.

Signed-off-by: Wouter Born <github@maindrain.net>
2025-06-20 20:29:56 +02:00
Cody Cutrer a752eaadea
[jsscripting][pythonscripting] Use fully OSGI-ified Graal dependencies (#18795)
* use fully OSGI-ified Graal dependencies
* add js-scriptengine dep
* [jsscripting] Set OSGi DynamicImport-Package header to allow host class loading from JS
* [jsscripting] Remove not-needed feature dependencies, use POM property for version
* [jsscripting] Remove not-needed dependencies from POM, noEmbedDependencies.profile not needed anymore
* [pythonscripting] Use POM property for feature dependency versions
* [pythonscripting] Remove/Change scope of dependencies in POM, noEmbedDependencies.profile not needed anymore
* Upgrade to GraalVM 24.2.1

Signed-off-by: Cody Cutrer <cody@cutrer.us>
Co-authored-by: Florian Hotze <dev@florianhotze.com>
2025-06-19 22:43:19 +02:00
Holger Hees 4ea61d38dd
[pythonscripting] Fix python timedelta to java duration mapping (#18671)
* fix python timedelta to java duration mapping

* fix duration accuracy
2025-05-10 19:25:01 +02:00
Holger Hees 6ff50c5a32
Fix datetime to Instant mapping (#18663) 2025-05-09 12:09:30 +02:00
Holger Hees ee3d3af814
[pythonscripting] Fix helper lib deployment on Windows (#18659)
* refactoring helper lib deployment
* fix resourceSeparator handling
* disable warning about missing truffleatach library
2025-05-09 08:44:37 +02:00
Wouter Born 0f9e925875
[pythonscripting] Add documentation polish (#18621)
* Fix capitalization to make it more consistent
* Start sentences on new lines for easier reviewing diffs
* Fix openhab-python link

Signed-off-by: Wouter Born <github@maindrain.net>
2025-04-29 10:34:20 +02:00
Holger Hees 0c4cb9cfef
Python transform shortcut (#18616)
Signed-off-by: Holger Hees <holger.hees@gmail.com>
2025-04-28 18:53:16 +02:00
Holger Hees 114453738a
[pythonscripting] Initial contribution (#18499)
Signed-off-by: Holger Hees <holger.hees@gmail.com>
2025-04-28 13:55:10 +02:00