Kai Kreuzer
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
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
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
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
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
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
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
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
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
Markus Rathgeb
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
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
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
Kai Kreuzer
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
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
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
80d19dcc6b
fix project name ( #543 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2019-02-07 17:03:51 +00:00
Kai Kreuzer
cf06a9e2ab
removed some ESH references ( #480 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2019-01-29 05:48:09 +00:00
Christoph Weitkamp
be829d6057
Update californium dependencies to version 1.0.7 ( #475 )
...
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2019-01-28 23:41:10 +01:00
Markus Rathgeb
a37cceab67
mavenize openHAB and integrate mavenized ESH repository ( #467 )
...
* mavenize openHAB and integrate mavenized ESH repository
Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
2019-01-28 13:07:31 +01:00
Kai Kreuzer
7e1e3de9eb
moved esh addons from distro to core
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-04-22 19:33:06 +02:00
Markus Rathgeb
f3696aa823
use ESH Karaf target platform
...
Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
2016-04-17 20:09:54 +02:00
Markus Rathgeb
c5870a9349
drop shk, use KAT, bump Xtext
...
Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
2016-04-13 21:20:52 +02:00
Markus Rathgeb
7b0651ccde
drop multiple karaf version declarations
...
Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
2016-04-13 18:31:57 +02:00
Kai Kreuzer
04cfa9cee3
applied updated and neutral copyright header
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-03-27 22:14:00 +02:00
Kai Kreuzer
98cdac709c
added new jmdns version and repo
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-02-22 20:10:39 +01:00
Kai Kreuzer
af116347c5
upgraded jupnp to 2.1.0.RC1
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-01-30 22:52:50 +01:00
Kai Kreuzer
ded1a0c51a
updated year to 2016
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-01-08 22:17:05 +01:00
Davy Vanherbergen
72e7b19369
Add certificate generation to base runtime so that it available on first start for demo package.
...
Signed-off-by: Davy Vanherbergen <davy.vanherbergen@gmail.com>
2016-01-06 21:59:08 +01:00
Kai Kreuzer
f792eab15e
renamed certificate feature
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-01-06 01:02:40 +01:00
Davy Vanherbergen
d737515219
Update to new ESH feature
...
Signed-off-by: Davy Vanherbergen <davy.vanherbergen@gmail.com>
2016-01-04 18:27:49 +01:00
Kai Kreuzer
4e88685bd8
added possibility to select an installation package
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-01-01 22:59:35 +01:00
Kai Kreuzer
2b810a75c8
Changed dashboard feature name and added configs to UIs
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2015-12-30 23:35:27 +01:00
Kai Kreuzer
78a586b378
changed groupId to org.openhab.core
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2015-12-27 23:48:19 +01:00
Kai Kreuzer
a5b86617a6
initial commit of openhab core components
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2015-12-26 23:22:23 +01:00