-
Notifications
You must be signed in to change notification settings - Fork 52
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
Shade Jackson libraries in agents #425
Labels
done
Issues in the state 'done'
Comments
adejanovski
added
in-progress
Issues in the state 'in-progress'
and removed
ready
Issues in the state 'ready'
labels
Nov 16, 2023
adejanovski
added
ready
Issues in the state 'ready'
and removed
in-progress
Issues in the state 'in-progress'
labels
Nov 16, 2023
Merged
adejanovski
added
ready-for-review
Issues in the state 'ready-for-review'
and removed
ready
Issues in the state 'ready'
labels
Nov 16, 2023
adejanovski
added
review
Issues in the state 'review'
and removed
ready-for-review
Issues in the state 'ready-for-review'
labels
Nov 16, 2023
adejanovski
added
ready-for-review
Issues in the state 'ready-for-review'
and removed
review
Issues in the state 'review'
labels
Nov 16, 2023
adejanovski
added
review
Issues in the state 'review'
and removed
ready-for-review
Issues in the state 'ready-for-review'
labels
Nov 16, 2023
adejanovski
added
ready-for-review
Issues in the state 'ready-for-review'
and removed
review
Issues in the state 'review'
labels
Nov 16, 2023
adejanovski
added
review
Issues in the state 'review'
and removed
ready-for-review
Issues in the state 'ready-for-review'
labels
Nov 16, 2023
adejanovski
added
ready-for-review
Issues in the state 'ready-for-review'
and removed
review
Issues in the state 'review'
labels
Nov 16, 2023
adejanovski
added
review
Issues in the state 'review'
and removed
ready-for-review
Issues in the state 'ready-for-review'
labels
Nov 16, 2023
adejanovski
added
ready-for-review
Issues in the state 'ready-for-review'
and removed
review
Issues in the state 'review'
labels
Nov 16, 2023
adejanovski
added
review
Issues in the state 'review'
and removed
ready-for-review
Issues in the state 'ready-for-review'
labels
Nov 16, 2023
adejanovski
added
done
Issues in the state 'done'
and removed
review
Issues in the state 'review'
labels
Nov 16, 2023
emerkle826
added a commit
that referenced
this issue
Nov 16, 2023
* [CHANGE] [#425](#425) Shade Jackson libraries in agents * [BUGFIX] [#413](#413) UBI8 images do not terminate correctly * [BUGFIX] [#360](#360) Support Cassandra 5.0-alpha1 * [BUGFIX] [#415](#415) Some jvm_* metrics aren't labelled correctly * [BUGFIX] [#422](#422) Metrics endpoint fails to start for some DSE images * [FEATURE] [#398](#398) Make Management API port configurable * [FEATURE] [#419](#419) Add DSE 6.8.40 to the build matrix * [FEATURE] [#397](#397) Add Cassandra 4.0.11, 4.1.3 5.0-alpha2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In light of #422, it would be safer to shade all of the Jackson libraries we use in the Management API agents so that we do not have to rely on the versions shipped with Cassandra/DSE. Shading the snakeyaml library will fix things related to #422, but shading the Jackson libraries used will hopefully avoid future library conflicts.
The text was updated successfully, but these errors were encountered: