-
Bug
-
Resolution: Done
-
Blocker
-
None
-
None
JSONB provider is used even if Jackson2 provider should be used
Conditions in isReadable and isWriteable methods of JsonBindingProvider needs to be updated
Steps to reproduce:
- use WF master
- Start Jackson2Test#testFormattedJacksonString against WF master
- Eg: mvn surefire:test@default-test -Dmaven.test.redirectTestOutputToFile=false -Dtest=Jackson2Test#testFormattedJacksonString
- RESTEasy select JsonBindingProvider provider, but RESTEasy should select Jackson2 provider
- Test fails
- Basically, this condition returns true, but it should return false
This issue causes many testsuite errors, if TS is run against WF-master
This issue tends to be 3.6 blocker (cc: rhn-support-asoldano)
This issue was discussed also in RESTEASY-1714
Workaround:
Exclude jsonb in jboss-deployment-structure.xml
cc: kanovotn
- is duplicated by
-
RESTEASY-1918 Jackson2 is not using with WildFly13 ee8 mode.
- Resolved
- is incorporated by
-
WFLY-10632 Upgrade RESTEasy to 3.6.0.Final
- Closed
- is related to
-
RESTEASY-1714 Enable JSON-B binding provider by default
- Resolved
-
RESTEASY-1930 VariantAcceptTest and NullEntityProxyTest failing with JSON-B instead of Jackson2
- Resolved
-
JBEAP-15017 Documentation: Describe resteasy.preferJacksonOverJsonB parameter
- Closed
- relates to
-
WFLY-10264 Resteasy JSON provider fails in EE7 module
- Closed