Holger Friedrich
Holger Friedrich
Calimero library is the base library we use for KNX communication. Currently the last official Calimero release is at v2.5.1, released in late 2022. In the meantime, calimero library evolved,...
Test coverage analysis is based on jacoco tool. This is the same approach as in mybmw binding. Run the test coverage analysis: mvn clean verify -P test-coverage
For release notes, see: https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12353604&projectId=12311140 Refs: https://github.com/openhab/openhab-core/pull/4133
Build of tpm2-tools now succeeds also when compiler warnings occur Backround: Building in RaspiOS (bookworm) does not succeed due to warnings issued about tpm2-tools. Warnings are handled as error and...
This updates all base libraries of persistence.java. Goal is to support compiling and running with Java 21 (currently we compile this directory with target release Java 17). - Upgrade openjpa...
Update nearly all plugins listed by ```mvn versions:display-plugin-updates -nsu -B -Dversions.outputLineWidth=120 | grep -- '->' | sort -u``` * set minimum Maven version to 3.6.3 * build-helper-maven-plugin, 3.4.0 to 3.5.0,...
OpenWeather announced to shut down the One Call 2.5 API in June 2024 You can find the announcement and migration guide to the current One Call API 3.0 here: https://openweathermap.org/one-call-transfer...
This as an attempt to store passwords for KNX secure protected by a TPM module. The password is stored encrypted and can only be decrypted with this specific TPM. The...
* Sync runtime dependencies with Karaf 4.4.6, most notably: * Jetty 9.4.54.v20240208, addresses CVE-2024-22201 * Pax Logging 2.2.7 * Pax Web 8.0.27 * ASM 9.7 Refs: openhab/openhab-core#4181