-
Bug
-
Resolution: Done
-
Minor
-
3.6.2.Final, 4.0.0.Beta6, 4.0.0.CR1
-
None
-
Workaround Exists
-
-
Low
-
- Add missing annotation @Provider to StreamingOutputProvider, ByteArrayProvider and FileRangeWriter
The providers org.jboss.resteasy.plugins.providers.StreamingOutputProvider, org.jboss.resteasy.plugins.providers.ByteArrayProvider and org.jboss.resteasy.plugins.providers.FileRangeWriter are not annotated with @javax.ws.rs.ext.Provider.
This can break custom provider registration logic which assumes all providers are annotated.
The documentation explicitly suggests providers are supposed to be annotated:
Content_Marshalling_with__Provider_classes