-
-
Notifications
You must be signed in to change notification settings - Fork 456
Upgrade to Karaf 4.2.1 #396
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
Conversation
poms/pom.xml
Outdated
| <karaf.version>4.1.5</karaf.version> | ||
| <jetty.version>9.3.21.v20170918</jetty.version> | ||
| <karaf.version>4.2.1</karaf.version> | ||
| <jetty.version>9.4.10.v20180503</jetty.version> |
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.
Your test distro actually shows that Karaf bundles version 9.4.11:
70 │ Active │ 30 │ 9.4.11.v20180605 │ org.eclipse.jetty.client
71 │ Active │ 30 │ 9.4.11.v20180605 │ org.eclipse.jetty.continuation
72 │ Active │ 30 │ 9.4.11.v20180605 │ org.eclipse.jetty.deploy
73 │ Active │ 80 │ 9.4.10.v20180503 │ org.eclipse.jetty.http
74 │ Active │ 30 │ 9.4.11.v20180605 │ org.eclipse.jetty.http
75 │ Active │ 30 │ 9.4.11.v20180605 │ org.eclipse.jetty.io
76 │ Active │ 30 │ 9.4.11.v20180605 │ org.eclipse.jetty.jaas
77 │ Active │ 30 │ 9.4.11.v20180605 │ org.eclipse.jetty.jmx
78 │ Active │ 30 │ 9.4.11.v20180605 │ org.eclipse.jetty.jndi
79 │ Active │ 30 │ 9.4.11.v20180605 │ org.eclipse.jetty.plus
80 │ Active │ 80 │ 9.4.10.v20180503 │ org.eclipse.jetty.proxy
81 │ Active │ 30 │ 9.4.11.v20180605 │ org.eclipse.jetty.rewrite
82 │ Active │ 30 │ 9.4.11.v20180605 │ org.eclipse.jetty.security
83 │ Active │ 30 │ 9.4.11.v20180605 │ org.eclipse.jetty.security.jaspi
84 │ Active │ 30 │ 9.4.11.v20180605 │ org.eclipse.jetty.server
85 │ Active │ 30 │ 9.4.11.v20180605 │ org.eclipse.jetty.servlet
86 │ Active │ 30 │ 9.4.11.v20180605 │ org.eclipse.jetty.servlets
87 │ Active │ 30 │ 9.4.11.v20180605 │ org.eclipse.jetty.util
88 │ Active │ 30 │ 9.4.11.v20180605 │ org.eclipse.jetty.util.ajax
89 │ Active │ 30 │ 9.4.11.v20180605 │ org.eclipse.jetty.webapp
90 │ Active │ 80 │ 9.4.10.v20180503 │ org.eclipse.jetty.websocket.api
91 │ Active │ 80 │ 9.4.10.v20180503 │ org.eclipse.jetty.websocket.client
92 │ Active │ 80 │ 9.4.10.v20180503 │ org.eclipse.jetty.websocket.common
93 │ Active │ 30 │ 9.4.11.v20180605 │ org.eclipse.jetty.xml
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 for spotting that! I got the version from the dependency upgrade list in the release notes but didn't expect to find two issues about upgrading Jetty. 😉
Signed-off-by: Wouter Born <eclipse@maindrain.net>
|
This pull request has been mentioned on openHAB Community. There might be relevant details there: |
Signed-off-by: Wouter Born <eclipse@maindrain.net> GitOrigin-RevId: ba9a562
The openhab-core related changes regaring upgrading to Karaf 4.2.1.
Should be merged simultaneously with: openhab/openhab-distro#761.