-
Task
-
Resolution: Done
-
Blocker
-
None
-
3
-
False
-
False
-
-
2021 Week 46-48 (from Nov 15)
The following change in Quarkus:
Caused the upgrade to 2.5.0.CR1 to fail
quarkus-jackson only bring pure "jackson-databind" plus interfaces for customization (i.e. ObjectMapperCustomizer), and it won't prevent mixing resteasy with JSON B support (that would be quarkus-resteasy-jackson, which remains optional)
so the proposed fix is to (temporarily?) depend on quarkus-jackson to avoid further breakage on 1.14. We can re-evaluate the choice as soon as 2.5.0 support is merged.