Upgrade Karaf from 4.4.6 to 4.4.7#17515
Merged
wborn merged 2 commits intoopenhab:mainfrom Jan 26, 2025
Merged
Conversation
237c2d7 to
b4060b5
Compare
b4060b5 to
15af594
Compare
15af594 to
c39224b
Compare
ccutrer
approved these changes
Nov 24, 2024
Member
ccutrer
left a comment
There was a problem hiding this comment.
LGTM for mqtt.homeassistant and jinja
610ab0c to
4c56e22
Compare
4c56e22 to
6067c74
Compare
6067c74 to
a34620d
Compare
4d19097 to
6c053c7
Compare
david-pace
requested changes
Jan 18, 2025
Member
david-pace
left a comment
There was a problem hiding this comment.
Found an assertion that should be slightly adapted in our boschshc tests.
.../src/test/java/org/openhab/binding/boschshc/internal/devices/bridge/BoschHttpClientTest.java
Outdated
Show resolved
Hide resolved
* Sync runtime dependencies with Karaf 4.4.7, most notably: * PaxWeb 8.0.30 * Jetty 9.4.57.v20241219 * BouncyCastle 1.78.1 * CXF 3.6.4 * Jackson 2.18.2 * JNA 5.16.0 * JAXB 2.3.9 * commons-io 2.17.0 * commons-lang3 3.17.0 * commons-logging 1.3.4 * ASM 9.7.1 * PaxLogging 2.2.8 * Resolve itest runbundles Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
* gson 2.11.0 * guava 3.33.1 * ecj 3.39.0 * Fix newly introduced compilation and test issues in bindings Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
david-pace
approved these changes
Jan 24, 2025
Member
david-pace
left a comment
There was a problem hiding this comment.
Thank you for enhancing the unit test, looks good for boschshc 👍
wborn
approved these changes
Jan 26, 2025
Collaborator
|
This pull request has been mentioned on openHAB Community. There might be relevant details there: https://community.openhab.org/t/oh-5-0-snapshot-builds-failing/162137/2 |
chilobo
pushed a commit
to chilobo/openhab-addons
that referenced
this pull request
Feb 10, 2025
* Upgrade Karaf from 4.4.6 to 4.4.7 * Sync runtime dependencies with Karaf 4.4.7, most notably: * PaxWeb 8.0.30 * Jetty 9.4.57.v20241219 * BouncyCastle 1.78.1 * CXF 3.6.4 * Jackson 2.18.2 * JNA 5.16.0 * JAXB 2.3.9 * commons-io 2.17.0 * commons-lang3 3.17.0 * commons-logging 1.3.4 * ASM 9.7.1 * PaxLogging 2.2.8 * Resolve itest runbundles * Adapt to core change, xtext dependencies * gson 2.11.0 * guava 3.33.1 * ecj 3.39.0 * Fix newly introduced compilation and test issues in bindings Signed-off-by: Holger Friedrich <mail@holger-friedrich.de> Signed-off-by: Christian Koch <78686276+chilobo@users.noreply.github.com>
PascalTurbo
pushed a commit
to PascalTurbo/openhab-addons
that referenced
this pull request
Feb 11, 2025
* Upgrade Karaf from 4.4.6 to 4.4.7 * Sync runtime dependencies with Karaf 4.4.7, most notably: * PaxWeb 8.0.30 * Jetty 9.4.57.v20241219 * BouncyCastle 1.78.1 * CXF 3.6.4 * Jackson 2.18.2 * JNA 5.16.0 * JAXB 2.3.9 * commons-io 2.17.0 * commons-lang3 3.17.0 * commons-logging 1.3.4 * ASM 9.7.1 * PaxLogging 2.2.8 * Resolve itest runbundles * Adapt to core change, xtext dependencies * gson 2.11.0 * guava 3.33.1 * ecj 3.39.0 * Fix newly introduced compilation and test issues in bindings Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
phenix1990
pushed a commit
to phenix1990/openhab-addons
that referenced
this pull request
Jul 31, 2025
* Upgrade Karaf from 4.4.6 to 4.4.7 * Sync runtime dependencies with Karaf 4.4.7, most notably: * PaxWeb 8.0.30 * Jetty 9.4.57.v20241219 * BouncyCastle 1.78.1 * CXF 3.6.4 * Jackson 2.18.2 * JNA 5.16.0 * JAXB 2.3.9 * commons-io 2.17.0 * commons-lang3 3.17.0 * commons-logging 1.3.4 * ASM 9.7.1 * PaxLogging 2.2.8 * Resolve itest runbundles * Adapt to core change, xtext dependencies * gson 2.11.0 * guava 3.33.1 * ecj 3.39.0 * Fix newly introduced compilation and test issues in bindings Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Depends on Karaf 4.4.7 upgrade of core, openhab/openhab-core#4406.
I updated a few commons libs in the addons as well to keep it in sync with core. Hope this does not break something.