-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[WIP] Upgrade Karaf from 4.4.6 to 4.4.7 #17515
Open
holgerfriedrich
wants to merge
2
commits into
openhab:main
Choose a base branch
from
holgerfriedrich:k447
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
holgerfriedrich
requested review from
a team,
hmerk,
cweitkamp,
kaikreuzer,
mherwege,
marcelrv,
ssalonen,
antroids,
BjoernLange,
wborn,
paulianttila and
peuter
as code owners
October 6, 2024 10:36
holgerfriedrich
added
awaiting external dependency
Depends on a new version of an external dependency
work in progress
A PR that is not yet ready to be merged
labels
Oct 6, 2024
holgerfriedrich
force-pushed
the
k447
branch
3 times, most recently
from
November 6, 2024 23:07
237c2d7
to
b4060b5
Compare
holgerfriedrich
force-pushed
the
k447
branch
from
November 11, 2024 20:12
b4060b5
to
15af594
Compare
* Sync runtime dependencies with Karaf 4.4.7, most notably: * PaxWeb 8.0.29 * Jetty 9.4.56.v20240826 * BouncyCastle 1.78.1 * CXF 3.6.4 * Jackson 2.17.2 * JNA 5.15.0 * JAXB 2.3.9 * commons-io 2.17.0 * commons-lang3 3.17.0 * commons-logging 1.3.4 * ASM 9.7.1 * Resolve itest runbundles Signed-off-by: Holger Friedrich <[email protected]>
* gson 2.11.0 * guava 3.33.1 * jdt 3.37.0 * Fix newly introduced compilation and test issues in bindings Signed-off-by: Holger Friedrich <[email protected]>
holgerfriedrich
force-pushed
the
k447
branch
from
November 24, 2024 09:31
15af594
to
c39224b
Compare
holgerfriedrich
requested review from
jochen314,
ccutrer,
david-pace and
GerdZanker
as code owners
November 24, 2024 09:31
david-pace
approved these changes
Nov 24, 2024
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.
Looks good for boschshc
👍
ccutrer
approved these changes
Nov 24, 2024
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.
LGTM for mqtt.homeassistant and jinja
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
awaiting external dependency
Depends on a new version of an external dependency
work in progress
A PR that is not yet ready to be merged
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.
Still WIP. Depends on Karaf 4.4.7 release.
Relates to 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.