k8ssandra / management-api-for-apache-cassandra

RESTful / Secure Management Sidecar for Apache Cassandra
Apache License 2.0
70 stars 51 forks source link

Shade Jackson libraries in agents #425

Closed emerkle826 closed 8 months ago

emerkle826 commented 8 months ago

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.