Skip to content

Comments

Upgrade Karaf from 4.4.6 to 4.4.7#17515

Merged
wborn merged 2 commits intoopenhab:mainfrom
holgerfriedrich:k447
Jan 26, 2025
Merged

Upgrade Karaf from 4.4.6 to 4.4.7#17515
wborn merged 2 commits intoopenhab:mainfrom
holgerfriedrich:k447

Conversation

@holgerfriedrich
Copy link
Member

@holgerfriedrich holgerfriedrich commented Oct 6, 2024

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.

  • 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

Copy link
Member

@david-pace david-pace left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good for boschshc 👍

Copy link
Member

@ccutrer ccutrer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM for mqtt.homeassistant and jinja

Copy link
Member

@david-pace david-pace left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found an assertion that should be slightly adapted in our boschshc tests.

* 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>
@holgerfriedrich holgerfriedrich added awaiting other PR Depends on another PR and removed work in progress A PR that is not yet ready to be merged awaiting external dependency Depends on a new version of an external dependency labels Jan 24, 2025
@holgerfriedrich holgerfriedrich changed the title [WIP] Upgrade Karaf from 4.4.6 to 4.4.7 Upgrade Karaf from 4.4.6 to 4.4.7 Jan 24, 2025
Copy link
Member

@david-pace david-pace left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for enhancing the unit test, looks good for boschshc 👍

@wborn wborn removed the awaiting other PR Depends on another PR label Jan 26, 2025
@wborn wborn merged commit f479a38 into openhab:main Jan 26, 2025
1 of 2 checks passed
@wborn wborn added this to the 5.0 milestone Jan 26, 2025
@holgerfriedrich holgerfriedrich deleted the k447 branch January 26, 2025 14:48
@openhab-bot
Copy link
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants