Wouter Born and Kai Kreuzer
d627a6b7e6
Downgrade Jollyday again to fix Java 11 build issues ( #1195 )
...
Jollyday requires JAXB 2.3 on Java 11 whereas only 2.2 is available during compilation for Java 8 compatibility.
See also:
* https://github.com/openhab/openhab2-addons/issues/6334
* https://github.com/openhab/openhab-core/pull/1170
* https://github.com/openhab/openhab-core/pull/1169
Signed-off-by: Wouter Born <github@maindrain.net >
2019-11-08 15:18:58 +01:00
Kai Kreuzer and Christoph Weitkamp
b006232cc0
Updated netty patch level ( #1190 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org >
2019-11-07 20:38:47 +01:00
Wouter Born and Kai Kreuzer
e943ec8970
Upgrade to Xtext 2.19, LSP4J 0.8.0 and fix LSP server ( #1171 )
...
Every connection to the LSP server failed because it always threw a org.eclipse.smarthome.model.ide.SitemapIdeSetup NoClassDefFoundError.
Which is caused by the SitemapIdeSetup residing in a package that is split between both the org.openhab.core.model.item.ide and the org.openhab.core.model.sitemap.ide bundles.
The SitemapIdeSetup class is also using classes from the org.eclipse.smarthome.model package which is also a package split between the org.openhab.core.model.items and org.openhab.core.model.sitemap bundles.
After renaming the packages used for the sitemap classes the NoClassDefFoundError is resolved and LSP works properly again.
Many imports were updated for the sitemap model package changes.
Fixes #1030
Signed-off-by: Wouter Born <github@maindrain.net >
2019-11-07 16:26:59 +01:00
J-N-K and Kai Kreuzer
07d10dba3d
move MQTT client from Paho to HiveMQ ( #1125 )
...
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de >
2019-11-05 07:51:59 +01:00
Christoph Weitkamp and Kai Kreuzer
92a0017e49
Bump jollyday version to 0.5.9 ( #1170 )
...
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de >
2019-10-29 20:39:11 +01:00
Christoph Weitkamp and Kai Kreuzer
a3d91bebfc
[automation] Added EphemerisConditions for NGRE ( #915 )
...
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de >
2019-10-20 01:37:56 +02:00
J-N-K and Kai Kreuzer
d7f8eaeec8
fixes for tp-features ( #1128 )
...
* fixes for tp-features
* re-enable verification for tp-features
* fix jax-ws feature
* extend jackson feature
* use jackson feature for swagger-jaxrs-provider
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de >
2019-10-17 12:46:13 +02:00
Christoph Weitkamp and Kai Kreuzer
64ae35a0a3
Removed default configuration for ephemeris service from feature file ( #1135 )
...
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de >
2019-10-16 12:36:48 +02:00
J-N-K and Kai Kreuzer
cc0fe9882e
add a feature for netty ( #1126 )
...
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de >
2019-10-13 23:20:32 +02:00
Christoph Weitkamp and Wouter Born
91617d8af8
Fixed POM XML Shema Definition path ( #1119 )
...
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de >
2019-10-12 08:52:16 +02:00
Christoph Weitkamp and Kai Kreuzer
2bb5cb7f64
[ephemeris] Adopted configuration for Ephemeris service ( #919 )
...
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de >
2019-10-04 21:33:43 -07:00
lolodomo and Christoph Weitkamp
cf4b752ae1
[rest] New audio API ( #1020 )
...
* New Audio REST API
Signed-off-by: Laurent Garnier <lg.hc@free.fr >
2019-09-15 08:50:15 +02:00
pali and Kai Kreuzer
fa416be057
[bin2json] Binary to JSON converter initial contribution ( #611 )
...
Signed-off-by: Pauli Anttila <pauli.anttila@gmail.com >
2019-09-01 12:57:58 +02:00
Kai Kreuzer and Wouter Born
8df8229f14
Removed repos as they are now inherited from the parent pom ( #1011 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org >
2019-08-30 11:43:17 +02:00
Christoph Weitkamp and Kai Kreuzer
2198eea37f
Added feature for jackson ( #969 )
...
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de >
2019-08-17 22:27:14 +02:00
Wouter Born and Christoph Weitkamp
657d63f4f9
Sync Jetty version with version used by Karaf 4.2.6 ( #934 )
...
Resolves the Jetty bundle duplicates as reported in #892 .
Signed-off-by: Wouter Born <github@maindrain.net >
2019-07-22 10:48:20 +02:00
Kai Kreuzer
b6aae6907f
Revert "openHAB JAX-RS publisher ( #905 )"
...
This reverts commit ad81f040de .
2019-07-17 11:55:29 +02:00
Christoph Weitkamp and Kai Kreuzer
165df518de
Bump tec.uom libraries ( #923 )
...
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de >
2019-07-14 21:37:07 +02:00
Markus Rathgeb and Christoph Weitkamp
522af08531
provide Java EE modules ( #920 )
...
Also-by: Jan N. Klug <jan.n.klug@rub.de >
Signed-off-by: Markus Rathgeb <maggu2810@gmail.com >
2019-07-12 17:59:15 +02:00
Markus Rathgeb and Christoph Weitkamp
ad81f040de
openHAB JAX-RS publisher ( #905 )
...
* add project for publisher
* add unmodified com.eclipsesource.jaxrs.publisher sources
* modify and use modified publisher
* drop tracker usage (only for custom whitelist by fragments)
* add the new code to new classes and namespace
Also-by: Kai Kreuzer <kai@openhab.org >
Signed-off-by: Markus Rathgeb <maggu2810@gmail.com >
2019-07-01 21:08:03 +02:00
Hakan Tandogan and Wouter Born
3e3cbeac60
[ephemeris] upgrade jollyday library to the latest released version ( #870 )
...
Signed-off-by: Hakan Tandogan <hakan@tandogan.com >
2019-06-13 10:27:01 +02:00
Kai Kreuzer and Markus Rathgeb
d0dfbe3f44
Ephemeris service ( #506 )
...
Also-by: Gaël L'hopital <gael@lhopital.org >
Signed-off-by: Kai Kreuzer <kai@openhab.org >
2019-06-11 10:20:04 +02:00
David Gräff and Markus Rathgeb
efdcf79300
Update paho to 1.2.1 service release ( #784 )
...
Fixes unreleased resources, disconnecting problems and many more
Signed-off-by: David Gräff <david.graeff@web.de >
2019-05-08 10:10:47 +02:00
Markus Rathgeb and Wouter Born
3c32c049b1
drop remaining tycho and p2 stuff ( #791 )
...
* remove tycho based pom
* remove mega old parent POM for external repos
* remove p2 repository (generation)
Signed-off-by: Markus Rathgeb <maggu2810@gmail.com >
2019-05-06 00:04:47 +02:00
Markus Rathgeb and Wouter Born
b7b5dfc9fa
POM Code Convention ( #790 )
...
There is a recommended ordering for all Maven POM files.
See: https://maven.apache.org/developers/conventions/code.html
The POM files has been "fixed" by using the "sortpom-maven-plugin".
The blank lines has been kept to keep the element separation for
readability.
The plugin also fixes indentation etc.
Have a look at: https://github.com/Ekryd/sortpom/wiki
The profile has been set to "recommended_2008_06" that states:
The POM Code Convention that was chosen by Maven developers in 2008
Command that has been executed:
mvn \
com.github.ekryd.sortpom:sortpom-maven-plugin:sort \
-Dsort.keepBlankLines=true \
-Dsort.predefinedSortOrder=recommended_2008_06
Signed-off-by: Markus Rathgeb <maggu2810@gmail.com >
2019-05-05 17:47:41 +02:00
Markus Rathgeb and Kai Kreuzer
01681454d6
remove manual set capabilities in Karaf features ( #788 )
...
As we moved away from the manifest first approach the manifests are
generated by Bnd and contain the capabilities already.
So, there is no need anymore to maintain it in the Karaf features
manually.
Signed-off-by: Markus Rathgeb <maggu2810@gmail.com >
2019-05-03 09:09:28 +02:00
Markus Rathgeb and Kai Kreuzer
d2c7db63db
use upstream nrjavaserial 3.15.0 on runtime ( #761 )
...
* add nrjavaserial without liblockdev
* use only one feature for a nrjavaserial implementation
Fixes: https://github.com/openhab/openhab-core/issues/750
Signed-off-by: Markus Rathgeb <maggu2810@gmail.com >
2019-04-29 19:11:32 +02:00
Markus Rathgeb and Kai Kreuzer
32845ef36d
differ between min. karaf version (OSGi) und karaf compilation tooling ( #740 )
...
Related to: https://github.com/openhab/openhab-core/pull/723#issuecomment-483595667
Signed-off-by: Markus Rathgeb <maggu2810@gmail.com >
2019-04-16 22:41:27 +02:00
Wouter Born and Kai Kreuzer
0c07ac99d6
Update Karaf to 4.2.4 in openHAB add-ons Parent POM ( #723 )
...
For Karaf 4.2.3 release notes, see:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12344587
For Karaf 4.2.4 release notes, see:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12344856&projectId=12311140
Signed-off-by: Wouter Born <github@maindrain.net >
2019-04-15 23:29:35 +02:00
J-N-K and Kai Kreuzer
167211d640
bump SAT version to 0.6.1 ( #679 )
...
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de >
2019-03-26 13:05:37 +01:00
Wouter Born and Christoph Weitkamp
cbb96945f0
Ignore and remove Eclipse project specific settings ( #677 )
...
Signed-off-by: Wouter Born <github@maindrain.net >
2019-03-26 13:04:09 +01:00
Wouter Born and GitHub
71b241ae21
Update ohdr.version to 1.0.42 ( #666 )
...
Signed-off-by: Wouter Born <github@maindrain.net >
2019-03-16 00:50:24 +01:00
Wouter Born and Kai Kreuzer
2c7ca348ef
Upgrade Xtext to 2.17 for full Java 11 support ( #650 )
...
* Upgrade Xtext to 2.17 for full Java 11 support
Signed-off-by: Wouter Born <github@maindrain.net >
2019-03-15 09:13:24 +01:00
Markus Rathgeb and Wouter Born
f00b005ab9
bump Gson to 2.8.2 ( #648 )
...
As long as we depend on the internal Gson packages, we need to use the
Gson bundle provided by Eclipse Orbit instead of the official one.
Related to: https://github.com/openhab/openhab-core/pull/641
Signed-off-by: Markus Rathgeb <maggu2810@gmail.com >
2019-03-13 23:23:37 +01:00
Wouter Born and Kai Kreuzer
48d873a32b
Use openHAB license headers ( #632 )
...
Signed-off-by: Wouter Born <github@maindrain.net >
2019-03-06 16:10:00 +01:00
Markus Rathgeb and Kai Kreuzer
58d73f9f5c
add jackson 1.x to compat1x feature ( #616 )
...
Fixes: https://github.com/openhab/openhab-core/issues/614
Signed-off-by: Markus Rathgeb <maggu2810@gmail.com >
2019-03-01 15:31:17 +01:00
Markus Rathgeb and Kai Kreuzer
0456b56e1d
bump to OHDR 1.0.40 ( #603 )
...
* bump p2 repo for tycho builds from Oxygen to Photon
* bump ohdr to 1.0.40
Signed-off-by: Markus Rathgeb <maggu2810@gmail.com >
2019-02-25 09:52:11 +01:00
Markus Rathgeb and Kai Kreuzer
ee29031708
bump jUPnP ( #602 )
...
The version 2.5.2 contains the provided JUPnPService capability
information.
Signed-off-by: Markus Rathgeb <maggu2810@gmail.com >
2019-02-25 09:21:16 +01:00
Kai Kreuzer and Markus Rathgeb
fb0470c6d1
removed dashboard bundle as it has moved to https://github.com/openhab/openhab-webui ( #586 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org >
2019-02-20 05:37:41 +00:00
Patrick Fink and Kai Kreuzer
c5047f23af
Remove outdated release profiles ( #554 )
...
Signed-off-by: Patrick Fink <mail@pfink.de >
2019-02-09 21:18:44 +01:00
Kai Kreuzer and Markus Rathgeb
4d9de63ca6
added missing versions for features and fixed assembly of jetty certificate bundle ( #547 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org >
2019-02-08 18:17:16 +00:00
Kai Kreuzer and Markus Rathgeb
0904bfcc4b
a few small fixes in feature definitions ( #546 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org >
2019-02-08 13:43:41 +00:00
Kai Kreuzer and Markus Rathgeb
208d362859
added commons-net to openhab-base feature ( #545 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org >
2019-02-08 12:04:25 +00:00
Kai Kreuzer and Markus Rathgeb
80d19dcc6b
fix project name ( #543 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org >
2019-02-07 17:03:51 +00:00
Kai Kreuzer and GitHub
ec088c78a0
improved addons parent pom ( #536 )
...
* improved addons parent pom
- removed reference to openhab-core bom
- added required dependencies to core bundles
- removed Artifactory snapshot release
Signed-off-by: Kai Kreuzer <kai@openhab.org >
2019-02-06 15:16:55 +01:00
Kai Kreuzer and Markus Rathgeb
981a447e99
(Temporarily) removed DS requirements generation to make addon repos compile ( #530 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org >
2019-02-05 08:57:11 +00:00
Florian and Markus Rathgeb
b078aab598
Remove pluginRepository repo.reficio.org as it is offline ( #525 )
...
Fixes #524
Signed-off-by: Florian <florian.schmidt.welzow@t-online.de >
2019-02-04 14:24:37 +00:00
Markus Rathgeb and Kai Kreuzer
436e1d5ac9
use release version of p2-maven-plugin ( #495 )
...
Signed-off-by: Markus Rathgeb <maggu2810@gmail.com >
2019-01-31 11:29:19 +01:00
Kai Kreuzer and Markus Rathgeb
5e2e7b1e16
removed bundles from p2 repo that are not needed in the TP and which have special dependencies ( #491 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org >
2019-01-30 08:30:35 +00:00
Kai Kreuzer and Markus Rathgeb
c0ef794924
fixed version check and content-type of archive ( #485 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org >
2019-01-29 11:04:09 +00:00