Feature summary
Add support for Jackson3
Problem statement
We're currently using the Adyen library in a service that uses SpringBoot 3. We would like to update our service to SpringBoot4. That change includes going from Jackson2 to Jackson3.
As of now the Adyen library does not support Jackson3.
Proposed solution
Create a new artifact that uses Jackson3 instead of Jackson2. This would support both options.
Alternatives considered
We considered running Jackson2 and Jackson3 at the same time. That is not a valid solution for us.
Additional context
No response
Feature summary
Add support for Jackson3
Problem statement
We're currently using the Adyen library in a service that uses SpringBoot 3. We would like to update our service to SpringBoot4. That change includes going from Jackson2 to Jackson3.
As of now the Adyen library does not support Jackson3.
Proposed solution
Create a new artifact that uses Jackson3 instead of Jackson2. This would support both options.
Alternatives considered
We considered running Jackson2 and Jackson3 at the same time. That is not a valid solution for us.
Additional context
No response