-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'openhab:main' into pythonscripting
- Loading branch information
Showing
258 changed files
with
41,664 additions
and
15,845 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
!jdk.vm.ci.services | ||
</bnd.importpackage> | ||
<!-- Remember to check if the fix https://github.com/openhab/openhab-core/pull/4437 still works when upgrading GraalJS --> | ||
<graaljs.version>24.1.1</graaljs.version> | ||
<graaljs.version>24.1.2</graaljs.version> | ||
<oh.version>${project.version}</oh.version> | ||
<ohjs.version>[email protected]</ohjs.version> | ||
</properties> | ||
|
@@ -46,6 +46,14 @@ | |
<excludes> | ||
<exclude>org.lastnpe.eea:eea-all</exclude> | ||
<exclude>org.apache.karaf.features:framework</exclude> | ||
<!-- we use OSGI-ified version, so we don't need the following --> | ||
<exclude>org.graalvm.sdk:collections</exclude> | ||
<exclude>org.graalvm.sdk:jniutils</exclude> | ||
<exclude>org.graalvm.sdk:nativeimage</exclude> | ||
<exclude>org.graalvm.sdk:word</exclude> | ||
<exclude>org.graalvm.shadowed:icu4j</exclude> | ||
<exclude>org.graalvm.truffle:truffle-compiler</exclude> | ||
<exclude>org.graalvm.truffle:truffle-runtime</exclude> | ||
</excludes> | ||
</artifactSet> | ||
<createDependencyReducedPom>false</createDependencyReducedPom> | ||
|
@@ -109,6 +117,7 @@ | |
</execution> | ||
</executions> | ||
</plugin> | ||
<!-- embed the JS resources into the bundle --> | ||
<plugin> | ||
<groupId>org.codehaus.mojo</groupId> | ||
<artifactId>build-helper-maven-plugin</artifactId> | ||
|
@@ -141,6 +150,7 @@ | |
</build> | ||
|
||
<dependencies> | ||
<!-- Graal Polyglot Framework --> | ||
<dependency> | ||
<groupId>org.graalvm.polyglot</groupId> | ||
<artifactId>polyglot</artifactId> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
This content is produced and maintained by the openHAB project. | ||
|
||
* Project home: https://www.openhab.org | ||
|
||
== Declared Project Licenses | ||
|
||
This program and the accompanying materials are made available under the terms | ||
of the Eclipse Public License 2.0 which is available at | ||
https://www.eclipse.org/legal/epl-2.0/. | ||
|
||
== Source Code | ||
|
||
https://github.com/openhab/openhab-addons | ||
|
||
== Credits | ||
Icon set coming from the noon project: | ||
Hazel, Ash : Imogen Oh | ||
Birch, Oak : monkik | ||
Cypress, Alder : Levi | ||
Poplar, Rumex : Laymik | ||
Willow : PizzaOter | ||
Hornbeam, Linden : Cannavale | ||
Olive : BnB Studio | ||
Chestnut : Muhammad Fadli Rusady | ||
Plantain : Lars Meiertoberens | ||
Grasses : Neneng Yuliani Lestari | ||
Ragweed, Wormwood : bsd studio |
Oops, something went wrong.