Describe the Feature Request
DGS currently depends on Jackson 2.x. With Spring Boot 4 having fully migrated to Jackson 3, it is increasingly difficult to use DGS in modern Spring applications without version conflicts. I would like to request official DGS support for Jackson 3.
Describe Preferred Solution
Provide DGS builds that are compatible with Jackson 3’s new package structure and APIs so that DGS works seamlessly in Spring Boot 4 environments.
Describe Alternatives
Forcing Jackson 2 into a Spring Boot 4 project, which adds complexity and risk since we need to use both.
Custom JSON handling, which reduces the benefits of using DGS.
Describe the Feature Request
DGS currently depends on Jackson 2.x. With Spring Boot 4 having fully migrated to Jackson 3, it is increasingly difficult to use DGS in modern Spring applications without version conflicts. I would like to request official DGS support for Jackson 3.
Describe Preferred Solution
Provide DGS builds that are compatible with Jackson 3’s new package structure and APIs so that DGS works seamlessly in Spring Boot 4 environments.
Describe Alternatives
Forcing Jackson 2 into a Spring Boot 4 project, which adds complexity and risk since we need to use both.
Custom JSON handling, which reduces the benefits of using DGS.