I'm trying to migrate a Jersey 1.0 Client application to Jersey 2.0. So far everything work except with the content-type : /application/fastinfoset
I used Jeysey 2.21.1 BOM so jersey fastinfoset is included in the dependencies.
My problem is that I didn't find how to register FastInfoSet.
I obtain MessageReaderBody exception.