-
-
Notifications
You must be signed in to change notification settings - Fork 428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to Karaf 4.4.4 #3814
Upgrade to Karaf 4.4.4 #3814
Conversation
wborn
commented
Sep 27, 2023
- Sync runtime dependencies with Karaf 4.4.4, most notably:
- Jetty 9.4.52.v20230823
- JNA 5.13.0
- SLF4J 2.0.6
- Pax Logging 2.2.3
- Pax Web 8.0.22
- Resolve itest runbundles
- Use new Pax Web features to simplify dependency management
- Add specs features because Pax Web now depends on "asm"
* Sync runtime dependencies with Karaf 4.4.4, most notably: * Jetty 9.4.52.v20230823 * JNA 5.13.0 * SLF4J 2.0.6 * Pax Logging 2.2.3 * Pax Web 8.0.22 * Resolve itest runbundles * Use new Pax Web features to simplify dependency management * Add specs features because Pax Web now depends on "asm" Signed-off-by: Wouter Born <github@maindrain.net>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
I have triggered a Jenkins build. |
* Add specs features because Pax Web now depends on "asm". Depends on openhab/openhab-core#3814. Signed-off-by: Wouter Born <github@maindrain.net>
This pull request has been mentioned on openHAB Community. There might be relevant details there: |
This pull request has been mentioned on openHAB Community. There might be relevant details there: https://community.openhab.org/t/philips-hue-clip-2-api-v2-discussion-thread/142111/316 |
@@ -72,20 +72,10 @@ | |||
|
|||
<feature name="openhab.tp-httpclient" version="${project.version}"> | |||
<capability>openhab.tp;feature=httpclient;version=${jetty.version}</capability> | |||
<feature dependency="true">pax-web-jetty-extras</feature> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change seems to have broken the Hue binding which is now complaining about a missing ALPN feature.
https://community.openhab.org/t/philips-hue-clip-2-api-v2-discussion-thread/142111/315?u=andrewfg
This pull request has been mentioned on openHAB Community. There might be relevant details there: https://community.openhab.org/t/philips-hue-clip-2-api-v2-discussion-thread/142111/319 |
The pax-web-jetty-http2-jdk9 feature should not have been removed in openhab#3814. Signed-off-by: Wouter Born <github@maindrain.net>
The pax-web-jetty-http2-jdk9 feature should not have been removed in #3814. Signed-off-by: Wouter Born <github@maindrain.net>
This pull request has been mentioned on openHAB Community. There might be relevant details there: https://community.openhab.org/t/philips-hue-clip-2-api-v2-discussion-thread/142111/330 |
This pull request has been mentioned on openHAB Community. There might be relevant details there: https://community.openhab.org/t/openhab-4-1-milestone-discussion/149502/82 |
This pull request has been mentioned on openHAB Community. There might be relevant details there: |
Karaf does not automatically install the feature after `dependency="true"` was added in openhab#3814. Signed-off-by: Wouter Born <github@maindrain.net>
Karaf does not automatically install the feature after `dependency="true"` was added in #3814. Signed-off-by: Wouter Born <github@maindrain.net>
Karaf does not automatically install the feature after `dependency="true"` was added in #3814. Signed-off-by: Wouter Born <github@maindrain.net>
Karaf does not automatically install the feature after `dependency="true"` was added in openhab#3814. Signed-off-by: Wouter Born <github@maindrain.net> Signed-off-by: Ciprian Pascu <contact@ciprianpascu.ro>