openhab-bot and GitHub
2909945998
New Crowdin updates ( #3038 )
...
* New translations ephemeris.properties (Danish)
* New translations automation.properties (Hungarian)
2022-07-14 18:10:38 +02:00
J-N-K and GitHub
2ad0b731bf
Log a warning when item for trigger/condition is missing or removed ( #3007 )
...
* Log a warning when item for trigger/condition is missing or removed
Signed-off-by: Jan N. Klug <github@klug.nrw >
2022-07-10 19:15:16 +02:00
Wouter Born and GitHub
9984237ce8
Add default translations for automation module types ( #3035 )
...
These were generated using openhab/openhab-core#2966 .
Signed-off-by: Wouter Born <github@maindrain.net >
2022-07-10 09:27:40 +02:00
Patrick Fink and GitHub
2b8bccb8fd
Add missing & refactor existing button toggle profiles ( #3027 )
...
* Add missing & refactor existing button toggle profiles
* ToggleProfileTest improvements
Signed-off-by: Patrick Fink <mail@pfink.de >
2022-07-09 19:53:30 +02:00
Wouter Born and GitHub
03b13bd31e
Move Eclipse m2e configuration to a profile ( #3034 )
...
This prevents the following warnings when executing: `mvn i18n:generate-default-translations`
[WARNING] The POM for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is missing, no dependency information available
[WARNING] Failed to retrieve plugin descriptor for org.eclipse.m2e:lifecycle-mapping:1.0.0: Plugin org.eclipse.m2e:lifecycle-mapping:1.0.0 or one of its dependencies could not be resolved: org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 was not found in https://openhab.jfrog.io/openhab/libs-snapshot during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of openhab-snapshot has elapsed or updates are forced
Signed-off-by: Wouter Born <github@maindrain.net >
2022-07-09 17:38:12 +02:00
openhab-bot and GitHub
205b5bad84
New translations firmware.properties (Danish) ( #3031 )
2022-07-08 18:42:09 +02:00
Kai Kreuzer and GitHub
2e7fd9d72a
Upgrade to JmDNS 3.5.8 ( #3029 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org >
2022-07-04 21:52:34 +02:00
openhab-bot and GitHub
d92a2c6945
New Crowdin updates ( #3028 )
...
* New translations units.properties (Portuguese)
* New translations DefaultSystemChannels.properties (Norwegian)
* New translations tags.properties (Norwegian)
* New translations SystemProfiles.properties (Norwegian)
* New translations audio.properties (Norwegian)
* New translations voice.properties (Norwegian)
* New translations ephemeris.properties (Norwegian)
* New translations inbox.properties (Norwegian)
* New translations restauth.properties (Norwegian)
* New translations addons.properties (Norwegian)
* New translations persistence.properties (Norwegian)
* New translations jsonStorage.properties (Norwegian)
* New translations chart.properties (Norwegian)
* New translations i18n.properties (Norwegian)
* New translations network.properties (Norwegian)
* New translations lsp.properties (Norwegian)
* New translations sitemap.properties (Norwegian)
* New translations hli.properties (Norwegian)
* New translations marketplace.properties (Norwegian)
* New translations magic.properties (Norwegian)
* New translations validation.properties (Norwegian)
* New translations SystemThingStatusInfos.properties (Norwegian)
* New translations units.properties (Portuguese, Brazilian)
2022-07-04 15:31:54 +02:00
J-N-K and GitHub
37429e9b41
Remove OH2 leftover in Karaf Add-On service ( #3026 )
...
OH1 add-ons are not present in the OH3 distribution as they are not supported anyway, so we do not to filter them.
Signed-off-by: Jan N. Klug <github@klug.nrw >
2022-07-03 14:07:41 +02:00
J-N-K and GitHub
c5d9c90971
Fix symlinks not followed ( #3023 )
...
Reported on the forum https://community.openhab.org/t/custom-icons-disappears-in-openhab-3-3/136957/4
Signed-off-by: Jan N. Klug <github@klug.nrw >
2022-06-29 21:55:00 +02:00
J-N-K and GitHub
f79f8c348e
Improve UID error message ( #3022 )
...
Signed-off-by: Jan N. Klug <github@klug.nrw >
2022-06-29 21:54:31 +02:00
Wouter Born and GitHub
ca1711a2ea
Upgrade i18n-maven-plugin to 3.3.0 ( #3019 )
...
Signed-off-by: Wouter Born <github@maindrain.net >
2022-06-28 21:11:05 +02:00
Kai Kreuzer and GitHub
61fd47c853
Apply spotless and resolver ( #3018 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org >
2022-06-27 13:41:28 +02:00
openhab-bot
8944bdbbe4
[unleash-maven-plugin] Preparation for next development cycle.
2022-06-26 16:37:00 +00:00
Wouter Born and GitHub
6b224b7002
GitHub Actions workflow improvements ( #3015 )
...
* Upgrade actions to latest versions
* Upgrade Maven to 3.8.6
* Use Temurin JDK instead of Zulu JDK
The Temurin JDK is preinstalled in the [Ubuntu image](https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-Readme.md#java ) whereas the Zulu JDK first need to be downloaded.
It should also perform better because the Temurin JDK is linked to glibc 2.12 whereas the Zulu JDK is linked to glibc 2.5.
Signed-off-by: Wouter Born <github@maindrain.net >
2022-06-26 17:15:26 +02:00
Kai Kreuzer and GitHub
2cf875fdd8
Fix ConcurrentModificationException in WatchQueueReader ( #3016 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org >
2022-06-26 17:14:51 +02:00
openhab-bot and GitHub
cdeda77322
New Crowdin updates ( #3013 )
2022-06-24 18:19:02 +02:00
J-N-K and GitHub
453857770a
Fix grep console not working ( #3012 )
...
Signed-off-by: Jan N. Klug <github@klug.nrw >
2022-06-22 22:38:48 +02:00
J-N-K and GitHub
0562ffe95e
Fix config validation for integer values ( #3010 )
...
Signed-off-by: Jan N. Klug <github@klug.nrw >
2022-06-22 20:14:14 +02:00
Wouter Born and GitHub
5545004e09
Fix null analysis error in ThingMigrationOSGiTest ( #3008 )
...
Signed-off-by: Wouter Born <github@maindrain.net >
2022-06-20 22:10:24 +02:00
Wouter Born and GitHub
916b6e9db1
Remove redundant @NonNullByDefault In Integration test ( #3009 )
...
Nullness default is redundant with a default specified for the enclosing type AutomationIntegrationJsonTest.
Signed-off-by: Wouter Born <github@maindrain.net >
2022-06-20 22:09:30 +02:00
J-N-K and GitHub
c2ec97cfaf
Add ability to name timers / scheduled jobs ( #2911 )
...
Signed-off-by: Jan N. Klug <github@klug.nrw >
2022-06-18 15:04:35 +02:00
J-N-K and GitHub
e2958331e8
Refactor thing update handling of ThingManagerImpl ( #2940 )
...
Also code clean-up.
Signed-off-by: Jan N. Klug <github@klug.nrw >
2022-06-18 14:53:58 +02:00
J-N-K and GitHub
d74277f798
Use ThingStorageEntity instead of ThingImpl/BridgeImpl for storage ( #2914 )
...
Signed-off-by: Jan N. Klug <github@klug.nrw >
2022-06-18 14:31:45 +02:00
Wouter Born and GitHub
2b4e5af21e
Revert "Exclude org.osgi.service.prefs to fix build ( #3001 )" ( #3005 )
...
This reverts commit af0566af95 .
2022-06-17 12:50:35 +02:00
J-N-K and GitHub
cdf876c17e
Fix SSE topic filters ( #2986 )
...
Signed-off-by: Jan N. Klug <github@klug.nrw >
2022-06-16 21:17:25 +02:00
J-N-K and GitHub
84d5d38606
Fix dangling SSE subscriptions ( #2983 )
...
Unlike the sitemap SSE subscriptions generic event subscriptions did not implement a connection lost monitor.
Signed-off-by: Jan N. Klug <github@klug.nrw >
2022-06-16 19:41:05 +02:00
Wouter Born and GitHub
af0566af95
Exclude org.osgi.service.prefs to fix build ( #3001 )
...
Someone added a dependency on a non-existing artifact in the new Equinox release and now many builds are broken because Xtext defines a version range for Equinox 😞 , see:
* https://github.com/eclipse-equinox/equinox.bundles/issues/54
* https://github.com/eclipse/xtext/issues/2077
Signed-off-by: Wouter Born <github@maindrain.net >
2022-06-15 22:24:21 +02:00
J-N-K and GitHub
293de9d6db
Allow DSL scripts for script transformation ( #2990 )
...
* Allow DSL scripts for script transformation
Signed-off-by: Jan N. Klug <github@klug.nrw >
2022-06-14 21:15:28 +02:00
openhab-bot and GitHub
663240b040
New translations magic.properties (Polish) ( #2997 )
2022-06-11 15:02:05 +02:00
Kai Kreuzer and GitHub
e69b9a7e7d
Fix DateTime trigger syntax to not break the equals function in the execution script ( #2996 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org >
2022-06-06 21:11:32 +02:00
J-N-K and GitHub
1074e59183
[persistence] Extend PersistenceExtensions with "between" methods ( #2931 )
...
* Extend PersistenceExtensions with "between" methods
Signed-off-by: Jan N. Klug <github@klug.nrw >
2022-06-06 11:46:20 +02:00
J-N-K and GitHub
0d0b64b8f6
Add option for formatting the y-axis labels in charts ( #2937 )
...
Signed-off-by: Jan N. Klug <github@klug.nrw >
2022-06-04 19:02:10 +02:00
lolodomo and GitHub
c61baf7600
[sitemap] Allow default color condition for labelcolor and valuecolor ( #2995 )
...
Closes openhab/openhab-webui#1298
Signed-off-by: Laurent Garnier <lg.hc@free.fr >
2022-06-04 18:22:27 +02:00
J-N-K and GitHub
2ae3137fec
Bump maven-plugin-plugin to 3.6.4 ( #2993 )
...
Needed for Java 17 source level. This also removes build errors with wrong scope and an unused dependency.
Signed-off-by: Jan N. Klug <github@klug.nrw >
2022-06-02 10:50:07 +02:00
J-N-K and GitHub
ffba442225
Bump maven-shade-plugin to 3.3.0 ( #2992 )
...
This is necessary for Java 17 source level.
Signed-off-by: Jan N. Klug <github@klug.nrw >
2022-06-02 10:49:42 +02:00
J-N-K and GitHub
8f3ad5ce12
Bump bnd to 6.3.0 ( #2991 )
...
Signed-off-by: Jan N. Klug <github@klug.nrw >
2022-06-02 08:36:54 +02:00
GiviMAD and GitHub
214fda0a7b
[javasound] Fix invalid cast on non windows os ( #2988 )
...
Signed-off-by: Miguel Álvarez <miguelwork92@gmail.com >
2022-05-30 22:59:34 +02:00
J-N-K and GitHub
d6c269d95a
[i18n] Allow generation of default translations for automation modules ( #2966 )
...
* Allow generation of default translations for automation modules
Signed-off-by: Jan N. Klug <github@klug.nrw >
2022-05-29 18:26:23 +02:00
J-N-K and GitHub
344a9ae018
Fix log levels and duplicate implementation warning in tests ( #2982 )
...
* Fix log levels and duplicate implementation warning in tests
Signed-off-by: Jan N. Klug <github@klug.nrw >
2022-05-26 23:33:08 +02:00
J-N-K and GitHub
40c7772af1
Fix NPE in ItemUIRegistry ( #2955 )
...
Reported on the forum. Also some code-cleanup.
Signed-off-by: Jan N. Klug <github@klug.nrw >
2022-05-26 09:25:30 +02:00
GiviMAD and GitHub
f5da311608
[voice] Fix try all interpreters ( #2980 )
...
* fix try all interpreters
* add test
Signed-off-by: Miguel Álvarez <miguelwork92@gmail.com >
2022-05-26 07:47:28 +02:00
J-N-K and GitHub
dd13da5d32
Add DateTimeTrigger to DSL rule model ( #2963 )
...
Signed-off-by: Jan N. Klug <github@klug.nrw >
2022-05-25 21:50:48 +02:00
J-N-K and GitHub
7027e1e139
[test] Allow intercepting logs and make assertions for log messages ( #2939 )
...
* [test] Allow intercepting logs and make assertions for log messages
Signed-off-by: Jan N. Klug <github@klug.nrw >
2022-05-25 21:13:40 +02:00
J-N-K and GitHub
6c72972b16
Prevent non-profile links for trigger channels ( #2771 )
...
Signed-off-by: Jan N. Klug <github@klug.nrw >
2022-05-25 18:09:59 +02:00
J-N-K and GitHub
6695321089
Bump JuPNP to 2.6.1 ( #2979 )
...
Signed-off-by: Jan N. Klug <github@klug.nrw >
2022-05-24 18:34:26 +02:00
Wouter Born and GitHub
226427d24e
Upgrade SAT to 0.13.0 ( #2978 )
...
See the [0.13.0](https://github.com/openhab/static-code-analysis/milestone/20?closed=1 ) milestone for all changes in this release.
Signed-off-by: Wouter Born <github@maindrain.net >
2022-05-24 14:04:37 +02:00
Wouter Born and GitHub
86ee4dc2b5
Fix null type mismatch errors ( #2976 )
...
This fixes the null type errors in Eclipse which were introduced by #2906 .
Signed-off-by: Wouter Born <github@maindrain.net >
2022-05-23 16:30:08 +02:00
J-N-K and GitHub
ad3a3c1caf
Assume installed addons are compatible ( #2975 )
...
It was reported that after an upgrade from aprevious version installed addons from marketplaces are not shown in the add-ons pages. This is a result of the new compatibility check which excludes incompatible add-ons by default. Already installed add-ons must be excluded from this check otherwise they can't be uninstalled.
Signed-off-by: Jan N. Klug <github@klug.nrw >
2022-05-23 09:04:10 +02:00
J-N-K and GitHub
6edab02c45
Enable stale bot ( #2974 )
...
Issues will be marked as stale after 60 days of inactivity when the "awaiting feedback" label is set. 180 days later the issue will be automatically closed. stale bot is limited to issues, not PR and will not consider issues that are marked with either "security", "pinned" or "PR pending" label.
Signed-off-by: Jan N. Klug <github@klug.nrw >
2022-05-23 09:03:20 +02:00