Upgrade Karaf from 4.4.6 to 4.4.7#2798
Merged
florian-h05 merged 1 commit intoopenhab:mainfrom Jan 26, 2025
Merged
Conversation
ffd42cd to
5ef0b17
Compare
5ef0b17 to
e20c8df
Compare
b444520 to
68ac897
Compare
68ac897 to
beaea21
Compare
b62e686 to
ba8b287
Compare
6d83f5c to
9c022f3
Compare
* Sync runtime dependencies with Karaf 4.4.7, most notably: * BouncyCastle 1.78.1 * Jackson 2.18.2 Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
wborn
approved these changes
Jan 26, 2025
Member
Author
|
@florian-h05 I cannot retrigger builds on the webui repo. Can you please take care of this one? The other corresponding PRs in core/addons/distro have been merged.... Thanks! |
florian-h05
approved these changes
Jan 26, 2025
Member
Author
|
@florian-h05 I did not yet figure out what broke the codeql action. It broke already a few days ago, see the previous merges. |
Contributor
|
That's interesting. |
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 core upgrade, openhab/openhab-core#4406.
BouncyCastle crypto library was still on jdk15on version in habot - I upgraded it to jdk18on 1.78.1 to keep it in sync with core. Hope this does not break something.