Christoph Weitkamp
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
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
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
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
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
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
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
2198eea37f
Added feature for jackson ( #969 )
...
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2019-08-17 22:27:14 +02:00
Wouter Born
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
165df518de
Bump tec.uom libraries ( #923 )
...
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2019-07-14 21:37:07 +02:00
Markus Rathgeb
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
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
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
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
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
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
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
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
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
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
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
Wouter Born
48d873a32b
Use openHAB license headers ( #632 )
...
Signed-off-by: Wouter Born <github@maindrain.net>
2019-03-06 16:10:00 +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
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
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
Patrick Fink
c5047f23af
Remove outdated release profiles ( #554 )
...
Signed-off-by: Patrick Fink <mail@pfink.de>
2019-02-09 21:18:44 +01: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
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
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
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
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
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
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
Kai Kreuzer
db57804dab
switched from zip to tar.gz as this is available on Linux by default ( #483 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2019-01-29 09:02: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
45a7ce27cb
Removed addons from core ( #469 )
...
* removed addons from core
* removed homebuilder folder
* removed io.sound bundle
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2019-01-21 12:50:14 +01:00
Kai Kreuzer
10acf5cf46
Changed license from EPL v1 to EPL v2 ( #466 )
...
* updated license headers
* added NOTICE files
* moved about.html to NOTICE files
* changed main project license
* updated build.properties
* added files to check to prevent error about missing about.html
* removed license info on p2 feature
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2019-01-16 22:59:49 +01:00
Kai Kreuzer
eb8abdc894
updated to 2019 ( #464 )
...
* updated to 2019
* updated checkstyle check to 2019
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2019-01-07 22:53:19 +01:00
openhab-bot
61e21d4866
[unleash-maven-plugin] Preparation for next development cycle.
2018-12-16 21:49:16 +00:00
Kai Kreuzer
db06b85ac5
added oauth2 client ( #440 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-12-06 10:31:17 +01:00
Kai Kreuzer
d7b8f1eaa9
fixed version of Guava to use to 18.0 ( #435 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-11-23 17:59:56 +01:00
Kai Kreuzer
bceac2551b
defined JNA feature that can be used by addons ( #432 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-11-18 10:53:42 +01:00
Kai Kreuzer
84d97270fd
added openHAB version of nrjavaserial to feature ( #430 )
...
* added openHAB version of nrjavaserial to feature
* updated and used property
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-11-10 22:25:27 +01:00
Kai Kreuzer
24d32f877c
temporarily remove ui.start bundle from distro again ( #424 )
...
* temporarily remove ui.start bundle from distro again
* correctly unregister services again
* also unset the handlerRef field
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-11-03 22:59:25 +01:00
Kai Kreuzer
39f0e17002
Introduced new ui.start bundle, which brings custom lifecycle status … ( #419 )
...
* Introduced new ui.start bundle, which brings custom lifecycle status HTTP pages as well as an 404 error page.
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-10-31 09:16:10 +01:00
Kai Kreuzer
50a5309078
Revert "Integrate ESH authentication features in openHAB ( #412 )" ( #414 )
...
This reverts commit a4b5fab128
.
2018-10-11 07:26:34 -04:00
Kai Kreuzer
a4b5fab128
Integrate ESH authentication features in openHAB ( #412 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-10-10 00:39:37 +02:00
Kai Kreuzer
502cafc698
mandatorily depend on orbit version of gson 2.7 ( #403 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-09-23 10:53:35 +02:00
Wouter Born
8091914a4b
Apply POM Code Convention ( #392 )
...
Applies the POM Code Covention as used in OH2/ESH projects.
See also: https://maven.apache.org/developers/conventions/code.html
The executed command is:
mvn \
com.github.ekryd.sortpom:sortpom-maven-plugin:sort \
-Dsort.keepBlankLines=true \
-Dsort.predefinedSortOrder=recommended_2008_06
Signed-off-by: Wouter Born <eclipse@maindrain.net>
2018-09-10 13:45:11 +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
8abb0916d0
include rfc2217 support in serial API ( #373 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-07-24 12:53:30 +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
CloudBees DEV@Cloud
cabe7c4528
[unleash-maven-plugin] Preparation for next development cycle.
2018-05-28 01:54:21 +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
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
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
Martin van Wingerden
5a21ca6b02
Updated copyrights to 2018 ( #271 )
...
Signed-off-by: Martin van Wingerden <martinvw@mtin.nl>
2018-01-03 09:26:13 +01:00
CloudBees DEV@Cloud
5c6bfba450
[unleash-maven-plugin] Preparation for next development cycle.
2017-12-17 23:40:22 +01:00
VelinYordanov
0cbb237e7b
Changed the poms hierarchy ( #225 )
...
Signed-off-by: VelinYordanov <velin.iordanov@gmail.com>
2017-12-10 01:04:42 +01:00
Kai Kreuzer
ed718d8174
added a feature for the Home Builder ( #241 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-12-03 08:31:40 +01:00
Kai Kreuzer
14dc90a128
Updated to Karaf 4.1.3 and Jetty 9.3.22 and used new ESH features ( #230 )
...
Updated to Karaf 4.1.3 and Jetty 9.3.22 and used new ESH features
2017-11-18 23:33:19 +01:00
Kai Kreuzer
29721e0a7b
updated features to latest ESH changes reg. jUPnP + Jetty HTTP Client ( #228 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-11-10 18:47:37 +01:00
Martin van Wingerden
6bb1ba1057
Updated outdated copyrights ( #197 )
...
Signed-off-by: Martin van Wingerden <martinvw@mtin.nl>
2017-08-20 09:56:41 +02:00
Kai Kreuzer
1bdc5a1448
Moved Jetty client to a separate feature ( #183 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-08-11 17:19:14 +02:00
Kai Kreuzer
93300599d5
removed dependency on a fixed version of Karaf bundles ( #181 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-08-09 15:33:07 +02:00
Kai Kreuzer
932979c2db
added commons httpclient to compat feature ( #169 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-07-19 11:56:42 +07:00
Martin van Wingerden
6fcb85b311
Version bump to version 2.2.0-SNAPSHOT ( #160 )
...
Signed-off-by: Martin van Wingerden <martinvw@mtin.nl>
2017-06-29 08:45:25 +02:00
Kai Kreuzer
a1676fdd96
moved to coap transport feature of ESH ( #157 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-06-16 13:36:15 +02:00
Kai Kreuzer
a8a5142b49
fixed name of coap transport ( #154 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-06-03 22:12:37 +02:00
Kai Kreuzer
62324222f0
added coap transport feature ( #153 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-06-02 16:49:55 +02:00
Kai Kreuzer
020b6e29ae
Delete pom.xml
...
this is outdated and has been moved to openhab-distro
2017-05-30 12:56:40 +02:00
Kai Kreuzer
b8a43c0757
added jsr223 rule support bundle to rule engine feature ( #146 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-05-08 15:49:06 +02:00
Kai Kreuzer
c8486db1a0
restructured poms ( #131 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-04-07 03:42:23 -07:00
Kai Kreuzer
222f0d3125
added jetty-proxy ( #120 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-02-18 07:47:46 +01:00
Kai Kreuzer
ceef9a9fe0
moved on to 2.1.0-SNAPSHOT
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-01-20 10:48:55 +01:00
Kai Kreuzer
a2967889de
fixed feature verification dependencies
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-01-15 23:03:13 +01:00
Kai Kreuzer
25375e6dc4
adapted feature installer to new remote repo locations, moved package definitions to distro and improved setup page ( #110 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-01-09 11:09:38 +01:00
Kai Kreuzer
616a8cbafe
removed start-level from transformation features again as this is now defined on the ESH features directly ( #106 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-12-30 22:42:51 +01:00
Kai Kreuzer
28c35c5b54
also removed io.transport.serial from p2 repo ( #105 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-12-28 13:16:55 +01:00
Kai Kreuzer
99b64815c9
replaced io.transport.serial bundle by nrjavaserial bundle in the target platform ( #104 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-12-28 13:10:41 +01:00
Kai Kreuzer
619035d367
removed rest-docs from standard package ( #93 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-12-16 23:06:07 +01:00
Kai Kreuzer
8270ba382f
changed start level of transformation services ( #89 )
...
fixes https://github.com/openhab/openhab-distro/issues/333
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-12-08 15:10:31 +01:00
Kai Kreuzer
78272298ce
added multimedia actions to new rule engine ( #88 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-11-30 12:39:06 +01:00
Kai Kreuzer
cfa1535e83
replaced mapdb by json database ( #87 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-11-29 17:34:44 +01:00
Kai Kreuzer
3c758711ad
don't overwrite cfg once it exists ( #86 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-11-26 13:48:21 +01:00
Kai Kreuzer
8c5fc34d32
added all transformation services to expert package ( #82 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-11-24 20:42:46 +01:00
Kai Kreuzer
053c073d9e
Refactoring of package handling ( #81 )
...
* adapted FeatureInstaller to adapt addons info in ConfigAdmin, so that this info is stored in a file
* removed experimental features
* removed package selection from UI as it is meant to be only set once
* introduced new packages: minimal, simple and expert
* introduced a setup page on the dashboard, if no package is set (and thus openHAB is uninitialized)
* added auto-refresh of dashboard to have new entries appear automatically
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-11-24 20:09:52 +01:00
Kai Kreuzer
8576afe8ea
corrected sonos service id ( #78 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-11-21 16:41:37 +01:00
Kai Kreuzer
c16c570159
added configuration to features ( #71 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-10-22 14:15:14 +02:00
Kai Kreuzer
3e1ca652d7
added web audio feature ( #69 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-10-13 17:37:29 +02:00
Kai Kreuzer
9128539c0a
added io.sound to p2 repo
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-10-10 14:13:04 +02:00
Kai Kreuzer
62f71f820a
added rest-voice feature ( #66 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-10-08 10:18:35 +02:00
Kai Kreuzer
b273cb304c
added missing feature dependency ( #64 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-10-01 06:20:14 +02:00
Kai Kreuzer
7087ea3582
Added new enhanced sound fragment, which brings mp3 support on top of ESH. ( #63 )
...
Remove the old audio action as all features should now be covered through ESH itself.
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-09-30 23:00:30 +02:00
Kai Kreuzer
42d866c42a
added rest-mdns feature to the base package ( #61 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-09-06 21:56:41 +02:00
Kai Kreuzer
597d82186d
Revert "added java sound to the base feature" ( #60 )
2016-08-30 16:12:45 +02:00
Kai Kreuzer
6dfda5c90e
added java sound to the base feature ( #57 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-08-29 23:10:07 +02:00
Kai Kreuzer
ae2d55f9d4
replaced classic icon set by ESH version of it ( #50 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-06-20 10:20:08 +02:00
Kai Kreuzer
c55513a8c0
switched to snapshot
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-05-21 14:00:58 +02:00
Kai Kreuzer
8bd77e32c5
Releasing 2.0.0.b3
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-05-21 13:51:10 +02:00
Kai Kreuzer
c9845400db
changed groupId of ui bundles and fragments and updated paper ui fragment (removed md-icons, corrected default path and enabled control ui) ( #45 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-05-18 22:00:25 +02:00
Kai Kreuzer
ba87f39c21
updated features
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-05-04 17:54:27 +02:00
Kai Kreuzer
1d5df6f2d1
added mactts feature and added esh-addons to verification ( #43 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-04-26 21:48:05 +02:00
Kai Kreuzer
a1bc0ce877
removed rule engine (to be added as experimental feature to distro for now) ( #40 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-04-25 18:16:04 +02: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
c24e2da913
changed version of uploaded p2 repo to 2.0.0.x
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-02-22 20:51:15 +01: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
ae4046990f
added script for publishing of p2 repo to bintray
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-02-22 19:45:35 +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
Kai Kreuzer
ce67d9e5f0
removed the core.init bundle as it is no longer required
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-01-08 20:53:38 +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