openhab-bot
9d8a3a36b3
New Crowdin translations ( #374 )
2018-08-31 09:06:42 +02:00
Kai Kreuzer
2bd9e2da24
updated repo.version to 2.4.x ( #387 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-08-23 21:29:27 +02:00
Kai Kreuzer
11acfbad82
Removed circular dependency in Home Builder and switched tiles to DS annotations ( #386 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-08-20 21:14:50 +02:00
Kai Kreuzer
25345a721d
updated repo.version which is used for the openhab-core repo location in the target platform ( #384 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-08-20 10:03:41 +02:00
Wouter Born
fe1a0b9f40
Remove unused bundle properties ( #385 )
...
Signed-off-by: Wouter Born <eclipse@maindrain.net>
2018-08-17 21:51:26 +02:00
Kai Kreuzer
e8a1b679ad
Revert "readded params that existed in the config previously ( #379 )" ( #381 )
...
This reverts commit c9cd17cbf3
.
2018-08-10 10:33:39 +02:00
Kai Kreuzer
c9cd17cbf3
readded params that existed in the config previously ( #379 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-08-08 19:26:56 +02:00
Kai Kreuzer
7addfb1bee
added missing segment in bundle name ( #378 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-08-08 12:43:34 +02:00
Kai Kreuzer
ce1ed6451e
added missing smarthome dependencies ( #377 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-08-07 20:36:52 +02:00
Kai Kreuzer
fcf9a9ac43
updated deps to 1.0.30 ( #376 )
...
* updated deps to 1.0.30
Signed-off-by: Kai Kreuzer <kai@openhab.org>
* added commons-net to compat layer
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-08-01 16:25:37 +02:00
Kai Kreuzer
84e7940a73
Change to dependencies 1.0.29 ( #375 )
...
related to https://github.com/openhab/openhab-deps-repo/pull/6
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-07-27 14:57:36 +02:00
Kai Kreuzer
8abb0916d0
include rfc2217 support in serial API ( #373 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-07-24 12:53:30 +02:00
openhab-bot
deb888476b
New Crowdin translations ( #349 )
2018-07-23 14:10:52 +02:00
Hilbrand Bouwkamp
ad3f6df25a
Changed constructors DecimalType to work the same as ESH DecimalType ( #372 )
...
The constructors of DecimalType in ESH use BigDecimal.valueOf instead of new BigDecimal. Using valueOf is better because the new constuctors causes undesired rounding. For example the value 0.32 becomes: 0.320000000000000006661338147750939242541790008544921875. With valueOf this doesn't happen.
This change will make it work the same as the ESH DecimalType
Closes #371
Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
2018-07-23 13:11:05 +02:00
Wouter Born
33c7f838fc
Add Automatic-Module-Name entry to manifests ( #369 )
...
Signed-off-by: Wouter Born <eclipse@maindrain.net>
2018-07-21 16:07:17 +02:00
Kai Kreuzer
750ee5201f
upgraded to official nrjavaserial 3.14.0 release ( #366 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-07-15 22:32:06 +02:00
Kai Kreuzer
659898736f
updated to new dependencies with JUPnP 2.4 ( #365 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-06-27 14:19:46 +02:00
Kai Kreuzer
70d727da4c
include swagger feature directly in rest-docs ( #362 )
...
also move out the rule engine from openhab-core and put it in openhab-distro instead
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-06-15 16:10:55 +02:00
Chris Carman
f748afdd19
Don't lose stacktrace when rethrowing ( #359 )
...
* Don't lose stacktrace when rethrowing
Don't destroy the stacktrace information of a caught exception that's about to be rethrown.
2018-06-14 17:37:43 +02:00
Kai Kreuzer
0eec30045e
removed ignored groovy test ( #358 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-06-09 20:46:08 +02:00
Martin van Wingerden
3aa49789a4
Update version number regex ( #355 )
...
Fixes #354
Signed-off-by: Martin van Wingerden <martinvw@mtin.nl>
2018-06-02 14:40:39 +02:00
CloudBees DEV@Cloud
7c94229959
[unleash-maven-plugin] Preparation for next development cycle.
2018-05-28 01:54:21 +02:00
CloudBees DEV@Cloud
cabe7c4528
[unleash-maven-plugin] Preparation for next development cycle.
2018-05-28 01:54:21 +02:00
Patrick Fink
c4cf6eeb61
Add openHAB ESH repository ( #352 )
...
Signed-off-by: Patrick Fink <mail@pfink.de>
2018-05-28 00:24:07 +02:00
Patrick Fink
d59709fea2
Use newest version of maven-deploy-plugin ( #351 )
...
Signed-off-by: Patrick Fink <mail@pfink.de>
2018-05-27 22:54:07 +02:00
Wouter Born
aa6f0e0a1b
Update Home Builder documentation links ( #350 )
...
Signed-off-by: Wouter Born <eclipse@maindrain.net>
2018-05-26 13:17:02 +02:00
Kai Kreuzer
75c1796d92
adapted links to documentation to new website layout ( #347 )
...
* adapted links to documentation to new website layout
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-05-24 22:36:07 +02:00
openhab-bot
6a4f410fa1
New translations dashboard.properties (Hebrew) ( #348 )
2018-05-22 22:06:31 +02:00
openhab-bot
6c5050e8ac
New Crowdin translations ( #331 )
...
* New translations dashboard.properties (Czech)
* New translations en-UK.json (Czech)
* New translations dashboard.properties (Hungarian)
* New translations en-UK.json (Hungarian)
* New translations dashboard.properties (Hebrew)
* New translations dashboard.properties (Hebrew)
* New translations en-UK.json (Hebrew)
* New translations en-UK.json (Hebrew)
* New translations dashboard.properties (Hebrew)
* New translations en-UK.json (Hebrew)
* New translations dashboard.properties (Hebrew)
* New translations dashboard.properties (Russian)
* New translations dashboard.properties (Polish)
* New translations dashboard.properties (Tagalog)
* New translations dashboard.properties (Turkish)
* New translations dashboard.properties (Czech)
* New translations dashboard.properties (Hungarian)
* New translations dashboard.properties (Hebrew)
* New translations dashboard.properties (Dutch)
* New translations dashboard.properties (French)
* New translations dashboard.properties (German)
2018-05-21 19:44:29 +02:00
Kai Kreuzer
c247f1683d
updated links to documentation website ( #346 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-05-21 14:08:56 +02:00
Kai Kreuzer
3658071d04
updated dependencies to 1.0.26 ( #345 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-05-21 07:49:05 +02:00
Kai Kreuzer
fb11962fb8
made http transport part of core installation ( #344 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-05-18 09:58:25 +02:00
Kai Kreuzer
2a97a2f8c6
directly added http client feature to http transport ( #342 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-05-15 06:48:24 +02:00
Kai Kreuzer
9a4c8d74ae
replace ESH p2 update site dependency by plain Maven dependencies ( #341 )
...
* replace ESH p2 update site dependency by plain Maven dependencies
* added special dependencies for core bundles
* added dependencies to feature projects as well
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-05-14 14:33:24 +02:00
Patrick Fink
c8a8f87a43
Remove obsolete esh.releaseVersion property ( #340 )
...
Signed-off-by: Patrick Fink <mail@pfink.de>
2018-05-13 19:15:56 +02:00
Kai Kreuzer
47bfddeecd
added new methods for breaking ESH change ( #339 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-05-03 19:21:40 +02:00
Svilen
0d14e401df
Update to latest SAT version ( #338 )
...
Signed-off-by: Svilen Valkanov <svilen.valkanov@musala.com>
2018-04-27 14:24:13 +02:00
Kai Kreuzer
ee3ef06233
grouped features for serial support ( #337 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-04-23 09:07:42 +02:00
Patrick Fink
9546e6c85f
Update unleash-maven-plugin to version 2.8.0 ( #334 )
...
Signed-off-by: Patrick Fink <mail@pfink.de>
2018-04-14 18:42:51 +02:00
Kai Kreuzer
c02826f882
added proper logging in error case ( #333 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-04-13 15:40:31 +02:00
Stefan Triller
95fa29ee8a
Null annotations: Disable unchecked conversion warning ( #330 )
...
Sync maven settings with IDE settings again.
Signed-off-by: Stefan Triller <stefan.triller@telekom.de>
2018-04-10 14:02:16 +02:00
Kai Kreuzer
cfbdb1d026
updated to latest deps version ( #329 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-04-10 12:41:32 +02:00
Kai Kreuzer
6258d3c981
updated to 1.0.24 dependencies with zigbee libs ( #327 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-04-03 21:48:09 +02:00
Kai Kreuzer
55afd3e74e
only regard ESH main type when mapping to OH types ( #326 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-04-01 21:50:44 +02:00
Kai Kreuzer
80c3597970
moved release repo in profile ( #321 )
...
* moved release repo in profile
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-03-28 21:18:16 +02:00
Kai Kreuzer
9b0bf26c09
added support for QuantityType in the compatibility layer ( #319 )
...
This specifically makes the QuantityType backward compatible and makes it treated as a simple DecimalType in any 1.x add-ons, such as specifically the persistence services.
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-03-26 14:29:19 +02:00
Kai Kreuzer
bd654a60e6
removed reference to release repo ( #317 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-03-16 12:17:08 +01:00
Kai Kreuzer
dee3ceea14
upgrade to Karaf 4.1.5 ( #316 )
...
* upgrade to Karaf 4.1.5
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-03-15 21:02:34 +01:00
openhab-bot
aa899d7f4d
New Crowdin translations ( #280 )
...
* New translations
2018-03-13 06:59:30 +01:00
Kai Kreuzer
74621dbcc8
updated to latest version of 3rd party dependencies ( #313 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-03-13 06:51:00 +01:00