-
Task
-
Resolution: Done
-
Optional
-
6.0.1.Final
-
None
The class JsonBindingProvider currently uses the ProxyInputStream class only to implement an EmptyInputStream.
Including the resteasy-json-binding-provider dependency does not include the Apache Commons, so when using it, it fails with NoClassDefFoundError.
So to fix it I guess would be better to not rely on Apache commons only for this case
- is blocked by
-
RESTEASY-3138 Remove dependency on commons-io
- Resolved