Cody Cutrer and GitHub
36802db90e
[mqtt.homeassistant] Remove newStyleChannels temporary back-compat ( #17908 )
...
This includes removing deprecated channel IDs controlled by the same flag.
Signed-off-by: Cody Cutrer <cody@cutrer.us >
2024-12-31 21:08:28 +01:00
Jacob Laursen and lsiepel
d00d654976
Simplify DateTimeType handling for Ruuvi Gateway MQTT
...
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk >
2024-12-19 11:56:36 +01:00
Wouter Born and GitHub
2f7b727d14
Resolve runbundles for reverting LinkedTransferQueue high CPU usage workaround ( #17914 )
...
Related to openhab/openhab-core#4499
Signed-off-by: Wouter Born <github@maindrain.net >
2024-12-17 13:26:36 +01:00
Holger Friedrich and GitHub
639a1cb263
Prepare for OH 5.0.0 ( #17906 )
...
* Switch to 5.0.0-SNAPSHOT
* Fix spotless after unleash
* resolve itest runbundles
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de >
2024-12-15 20:30:05 +01:00
openhab-bot
f80fd3d18c
[unleash-maven-plugin] Preparation for next development cycle.
2024-12-15 13:46:58 +00:00
Jacob Laursen and GitHub
5cd8140d73
Remove obsoleted test methods ( #17871 )
...
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk >
2024-12-09 21:43:05 +01:00
Cody Cutrer and GitHub
5829b9056b
[mqtt.homeassistant] Update Jinjava to 2.7.4 ( #17858 )
...
* [mqtt.homeassistant] Update Jinjava to 2.7.4
Which includes support for break/continue, which is what Zigbee2MQTT's
new event component uses in their template.
Signed-off-by: Cody Cutrer <cody@cutrer.us >
* update bndrun file
Signed-off-by: Cody Cutrer <cody@cutrer.us >
---------
Signed-off-by: Cody Cutrer <cody@cutrer.us >
2024-12-08 00:06:58 +01:00
Cody Cutrer and GitHub
5d89c9a885
[mqtt.homeassistant] Implement WaterHeater ( #17859 )
...
* [mqtt.homeassistant] Implement WaterHeater
Signed-off-by: Cody Cutrer <cody@cutrer.us >
2024-12-07 16:34:05 +01:00
Cody Cutrer and GitHub
35630e1074
[mqtt.homeassistant] Fix thing consistency for existing things when a device adds or removes components ( #17851 )
...
* [mqtt.homeassistant] gracefully handle a component's discovery info being deleted
Signed-off-by: Cody Cutrer <cody@cutrer.us >
2024-12-05 22:31:58 +01:00
Andrew Fiddian-Green and GitHub
036c1231c4
Add UoM support for RSSI channels ( #17845 )
...
* Enhance received signal strength indications
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch >
2024-12-05 20:37:15 +01:00
Wouter Born and GitHub
053ebb8bf0
Resolve runbundles for Jollyday upgrade ( #17834 )
...
Signed-off-by: Wouter Born <github@maindrain.net >
2024-12-03 22:12:42 +01:00
Wouter Born and GitHub
0d58d7ec62
Update bnd to 7.1.0 ( #17822 )
...
For release notes, see:
https://github.com/bndtools/bnd/wiki/Changes-in-7.1.0
Signed-off-by: Wouter Born <github@maindrain.net >
2024-11-30 21:32:58 +01:00
Holger Friedrich and GitHub
68a02d538a
Upgrade XStream to 1.4.21 ( #17763 )
...
* Upgrade XStream from 1.4.20 to 1.4.21, fixes CVE-2024-47072.
See changelog at https://x-stream.github.io/changes.html#1.4.21
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de >
2024-11-19 11:03:33 +01:00
Cody Cutrer and GitHub
31f6cda174
[mqtt.homeassistant] fix newStyleChannels ( #17491 )
...
* [mqtt.homeassistant] fix newStyleChannels
* further simplify channel IDs
Signed-off-by: Cody Cutrer <cody@cutrer.us >
2024-10-07 23:28:50 +02:00
Wouter Born and GitHub
4730f64fbb
Resolve runbundles for Xtext and Jollyday upgrades ( #17509 )
...
Related to:
* openhab/openhab-core#4398
* openhab/openhab-core#4403
Signed-off-by: Wouter Born <github@maindrain.net >
2024-10-06 09:03:47 +02:00
Jacob Laursen and GitHub
f3a0d0b832
[wemo] Disable more unstable tests ( #17502 )
...
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk >
2024-10-03 21:41:31 +02:00
lsiepel and GitHub
b8905e5b69
Disable wemo test ( #17479 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2024-09-29 10:24:45 +02:00
Cody Cutrer and GitHub
bcfbd6480a
[mqtt.homeassistant] Update Jinjava to 2.7.3 ( #17412 )
...
* [mqtt.homeassistant] Update Jinjava to 2.7.3
Signed-off-by: Cody Cutrer <cody@cutrer.us >
2024-09-23 16:57:21 +02:00
Holger Friedrich and GitHub
54fd13b0c1
Reduce SAT warnings ( #17406 )
...
* Reduce SAT warnings
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de >
2024-09-13 17:20:11 +02:00
Cody Cutrer and GitHub
110fd9b1ca
[mqtt.homeassistant] Use Jinjava directly ( #17378 )
...
* [mqtt.homeassistant] Use Jinjava directly
Signed-off-by: Cody Cutrer <cody@cutrer.us >
2024-09-09 14:54:08 +02:00
Holger Friedrich and GitHub
52cc195056
Upgrade to JmDNS 3.5.12 ( #17389 )
...
Adapt itests to core, see openhab/openhab-core#4337 .
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de >
2024-09-08 19:16:43 +02:00
Wouter Born and GitHub
d1613548df
[groovyscripting] Fix default preset scope not applied ( #17383 )
...
This allows for removing many imports from scripts which results in less code.
Fixes #17247
Signed-off-by: Wouter Born <github@maindrain.net >
2024-09-08 14:55:31 +02:00
jimtng and GitHub
9c5689df90
[mqtt.generic] Support chaining transformations without an intersection symbol ( #17290 )
...
* [mqtt.generic] Support chaining transformations without an intersection symbol
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au >
2024-09-01 12:54:37 +02:00
Wouter Born and GitHub
fcef4639ca
Fix itests on machines with lots of processors ( #17263 )
...
When this JVM variable is not set Jetty creates selectors based on the number of available processors (`Runtime.getRuntime().availableProcessors()`).
Jetty will also throw an exception when there is a mismatch between the max thread pool size and the number of selectors.
This causes issues with the default thread pool size of 10 on machines with more than 10 available processors.
See also [`SelectorManager.defaultSelectors(Executor)`](https://github.com/jetty/jetty.project/blob/70015831e5195ba74da6383c4ab7c90c56bb08af/jetty-io/src/main/java/org/eclipse/jetty/io/SelectorManager.java#L71-L80 ).
Signed-off-by: Wouter Born <github@maindrain.net >
2024-08-15 22:37:21 +02:00
Cody Cutrer and GitHub
73a3f151c9
[mqtt] Simplify homeassistant thing types, and use AbstractStorageBasedTypeProvider ( #16600 )
...
* [mqtt.homeassistant] don't dynamically generate channel types
Signed-off-by: Cody Cutrer <cody@cutrer.us >
2024-08-12 21:23:24 +02:00
Wouter Born and GitHub
18e3f21878
Resolve runbundles for Jollyday upgrade ( #17232 )
...
Related to: openhab/openhab-core#4343
Signed-off-by: Wouter Born <github@maindrain.net >
2024-08-11 20:16:18 +02:00
joerg1985 and GitHub
937ccf6753
[astro] Use the existing ChannelUID instance to check the linked state ( #17126 )
...
Signed-off-by: Jörg Sautter <joerg.sautter@gmx.net >
2024-07-23 21:55:14 +02:00
Kai Kreuzer and GitHub
dd1c041488
Resolve itests ( #17019 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org >
2024-07-08 03:14:30 +02:00
lsiepel and GitHub
71a208b91b
Apply Spotless after release ( #17016 )
...
* Spotless
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2024-07-07 23:20:16 +02:00
openhab-bot
4b5e4646ac
[unleash-maven-plugin] Preparation for next development cycle.
2024-07-07 18:09:31 +00:00
lsiepel and GitHub
27ada6dfed
Remove apache in itest ( #16953 )
...
Signed-off-by: Leo Siepel <leosiepel@gmail.com >
2024-06-29 00:19:56 +02:00
Alexander Falkenstern and GitHub
c8365610ef
[systeminfo] Rename Systeminfo* to SystemInfo* ( #16823 )
...
Signed-off-by: Alexander Falkenstern <alexander.falkenstern@gmail.com >
2024-05-31 10:11:51 +02:00
Alexander Falkenstern and GitHub
5a73c99b17
[systeminfo] Bump OSHI to 6.5.0 ( #16821 )
...
Signed-off-by: Alexander Falkenstern <alexander.falkenstern@gmail.com >
2024-05-29 23:57:34 +02:00
Holger Friedrich and GitHub
f8cbca62b7
Upgrade Jollyday to 0.28.1 ( #16798 )
...
* Upgrade Jollyday from 0.27.0 to 0.28.1.
* Upgrade jackson from 2.16.0 to 2.28.1
* Upgrade threeten-extra from 1.7.2 to 1.8.0
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de >
2024-05-24 21:41:02 +02:00
Holger Friedrich and GitHub
d36b123e0c
Upgrade Karaf from 4.4.5 to 4.4.6 ( #16676 )
...
* Sync runtime dependencies with Karaf 4.4.6, most status
t notably:
* Jetty 9.4.54.v20240208, addresses CVE-2024-22201
* Pax Logging 2.2.7
* Pax Web 8.0.27
* ASM 9.7
* Resolve itest runbundles
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de >
2024-05-20 23:39:42 +02:00
Holger Friedrich and GitHub
cf21184c1b
Update plugins ( #16683 )
...
* update multiple dependencies
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de >
2024-04-29 12:24:45 +02:00
Wouter Born and GitHub
0b9ea4d3f1
Resolve runbundles for Jollyday upgrade ( #16632 )
...
Related to openhab/openhab-core#4178
Signed-off-by: Wouter Born <github@maindrain.net >
2024-04-14 22:21:17 +02:00
lolodomo and GitHub
79739c6930
Move to JUPnP v3.0.1 ( #16598 )
...
Signed-off-by: Laurent Garnier <lg.hc@free.fr >
2024-04-02 22:09:25 +02:00
Cody Cutrer and GitHub
d90a4a1ca2
[mqtt.homie] build a per-thing thing type ( #15893 )
...
* [mqtt.homie] build a per-thing thing type
Signed-off-by: Cody Cutrer <cody@cutrer.us >
2024-04-01 17:31:35 +02:00
Mark Herwege and GitHub
08f210e5d8
[systeminfo] Add CPU frequency channels ( #16012 )
...
Signed-off-by: Mark Herwege <mark.herwege@telenet.be >
2024-03-18 11:58:54 +01:00
Wouter Born and GitHub
c8d398874b
[avmfritz] Disable unstable AVMFritzDiscoveryServiceOSGiTest ( #16537 )
...
See: https://github.com/openhab/openhab-addons/issues/16536
Signed-off-by: Wouter Born <github@maindrain.net >
2024-03-18 08:26:07 +01:00
Holger Friedrich and GitHub
3d65b3003f
Upgrade to Karaf 4.4.5 ( #16493 )
...
For release notes, see:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12353604&projectId=12311140
* [dynamodb] Disable tests
Tests are disabled due to compatibility issue of DynamoDBLocal and Jetty upgrade #16493 .
To be resolved in subsequent commit.
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de >
2024-03-17 20:28:10 +01:00
Wouter Born and GitHub
e3a2b60014
Resolve runbundles for jUPnP upgrade ( #16423 )
...
Related to openhab/openhab-core#4098
Signed-off-by: Wouter Born <github@maindrain.net >
2024-02-18 22:59:51 +01:00
Wouter Born and GitHub
afb20ca473
Resolve runbundles for Jollyday upgrade ( #16267 )
...
Related to https://github.com/openhab/openhab-core/pull/4033
Signed-off-by: Wouter Born <github@maindrain.net >
2024-01-14 16:41:34 +01:00
Wouter Born and GitHub
a2868bb0dc
Use diamond operator and remove redundant type arguments ( #16249 )
...
Signed-off-by: Wouter Born <github@maindrain.net >
2024-01-09 23:46:15 +01:00
Wouter Born and GitHub
64c08e55fe
Resolve runbundles for JmDNS upgrade ( #16215 )
2024-01-05 21:07:48 +01:00
Jacob Laursen and GitHub
f4596f581e
Update license headers to 2024 ( #16168 )
...
* Update copyright year in configuration
* Update license headers
* Manually update nibeheatpump headers (.cpp/.h/.ino)
* Manually update smsmodem header
* Manually update hueemulation header
* Manually update addon-header.xml header
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk >
2024-01-01 18:14:57 +01:00
Holger Friedrich and GitHub
09cedf00e3
Upgrade Netty to 4.1.104.Final and Jackson to 2.16.0 ( #16102 )
...
* Update Jackson to 2.16.0
See openhab/openhab-core#3956
* Upgrade Netty to 4.1.104.Final
See openhab/openhab-core#3955
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de >
2023-12-23 23:52:47 +01:00
Holger Friedrich and GitHub
533cc666ab
Apply spotless after release ( #16097 )
...
* Apply spotless after release
* itests: resolve bundles
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de >
2023-12-22 23:30:38 +01:00
openhab-bot
83e0485219
[unleash-maven-plugin] Preparation for next development cycle.
2023-12-22 14:37:48 +00:00