-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
Description
Feature Request: Jackson 3 Support
Description
Would it be possible to add support for Jackson 3.x in the kubernetes-client library? Currently the project uses Jackson 2.20.0, but with Jackson 3 being available, it would be beneficial to support the newer version for projects that are migrating to Jackson 3.
Use Case
- Projects upgrading to Jackson 3 for performance improvements and new features
- Better compatibility with newer Spring Boot versions that may adopt Jackson 3
Additional Context
Jackson 3 offers performance improvements and new features that would benefit the Kubernetes client ecosystem.
manusa