Bump jackson and jrjackson dependencies - #19249
Conversation
🤖 GitHub commentsJust comment with:
|
|
This pull request does not have a backport label. Could you fix it @donoghuc? 🙏
|
| jrjackson: 0.5.0 | ||
| jackson: 2.21.2 | ||
| jackson-databind: 2.21.2 | ||
| jrjackson: 0.5.0.1 |
There was a problem hiding this comment.
This is unreleased guyboertje/jrjackson#101 Might change to 0.5.1...
This comment has been minimized.
This comment has been minimized.
| jackson-databind: 2.21.2 | ||
| jrjackson: 0.5.0.1 | ||
| jackson: 2.21.4 | ||
| jackson-databind: 2.21.4 |
There was a problem hiding this comment.
❤️
I remember the versions are reflected in notice.txt file -
Line 984 in 9be3f33
Can you also please update?
There was a problem hiding this comment.
oops. yep. updated. once the jrjackson version number is finalized i'll update it.
This comment has been minimized.
This comment has been minimized.
|
run exhaustive tests |
This comment has been minimized.
This comment has been minimized.
TL;DRThe current Buildkite failures are caused by the newly-pinned Remediation
Investigation detailsRoot CauseThis PR pins gem.add_runtime_dependency "jrjackson", "= #{ALL_VERSIONS.fetch('jrjackson')}" #(Apache 2.0 license)With that gem installed, Logstash's JSON wrapper loads require "jrjackson_jars"The installed Evidence
Local reproduction on commit Verification
What is this? | From workflow: PR Buildkite Detective Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not. |
|
Filed guyboertje/jrjackson#102 to address the missing file in 0.5.1 gem |
|
run exhaustive tests |
💛 Build succeeded, but was flaky
Failed CI StepsHistory
|
|
@Mergifyio backport 9.4 |
✅ Backports have been createdDetails
|
|
@Mergifyio backport 9.5 |
✅ Backports have been createdDetails
|
* Bump jackson and jrjackson dependencies * Update jackson and jrjackson versions in NOTICE.TXT * finalized version * take up 0.5.2 (cherry picked from commit bb92531)
|
@Mergifyio backport 9.3, 8.19 |
❌ No backport have been createdDetails
GitHub error:
Cherry-pick of bb92531 has failed: To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
|
@Mergifyio backport 9.3 |
✅ Backports have been createdDetails
Cherry-pick of bb92531 has failed: To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
* Bump jackson and jrjackson dependencies (#19249) * Bump jackson and jrjackson dependencies * Update jackson and jrjackson versions in NOTICE.TXT * finalized version * take up 0.5.2 (cherry picked from commit bb92531) * update lockfile --------- Co-authored-by: Cas Donoghue <cas.donoghue@gmail.com>
* Bump jackson and jrjackson dependencies (#19249) * Bump jackson and jrjackson dependencies * Update jackson and jrjackson versions in NOTICE.TXT * finalized version * take up 0.5.2 (cherry picked from commit bb92531) * update lockfile --------- Co-authored-by: Cas Donoghue <cas.donoghue@gmail.com>
) * Bump jackson and jrjackson dependencies (#19249) * Bump jackson and jrjackson dependencies * Update jackson and jrjackson versions in NOTICE.TXT * finalized version * take up 0.5.2 (cherry picked from commit bb92531) # Conflicts: # NOTICE.TXT * fix mergeconflict and update lockfile --------- Co-authored-by: Cas Donoghue <cas.donoghue@gmail.com>
* Bump jackson and jrjackson dependencies (#19249) * Bump jackson and jrjackson dependencies * Update jackson and jrjackson versions in NOTICE.TXT * finalized version * take up 0.5.2 (cherry picked from commit bb92531) # Conflicts: # NOTICE.TXT * fix mergeconflict and update lockfile --------- Co-authored-by: Cas Donoghue <cas.donoghue@gmail.com>
Release notes
Update jackson-databind to 2.21.4
What does this PR do?
Updates jackson dep stack to latest patched version.
NOTE:
Depends on guyboertje/jrjackson#101 and a release there.