I encountered problems with JSON binding during migration from Wildfly 10 to Wildfly 18:
After the migration the serialization and deserialization of objects, sent via resteasy, did not work as before. Wildlfy 18 server.log shows the following error:
WFLYRS0018: Explicit usage of Jackson annotation in a JAX-RS deployment;
the system will disable JSON-B processing for the current deployment.
Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore JSON-B.