Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Complete
-
Affects Version/s: 4.0.5
-
Component/s: Messaging:WebSocket
-
Labels:None
-
Last commented by a User:true
Description
There's a direct dependency to Jackson in AbstractHttpReceivingTransportHandler, whereas we try to make this dependency optional with "jackson2Present" booleans in our code.
See related SO question.