eclipse-ee4j / eclipse-ee4j/jersey
How to disable JaxRSFeature.READ_FULL_STREAM?
Open
- Dominant language
- Java
- Stars
- 730
- Forks
- 382
- PR merge metrics
- No merged PRs in 30d
Description
Ref to https://github.com/eclipse-ee4j/jersey/commit/e79aa535afe6f2c9fb7b0a39e4d0cc02d198c99a#diff-2ef29e24080600307e208ebcf3399be243501ea767e94224d4923f1f95828eaeR489-R491
In Jesey 2.41, JaxRSFeature.READ_FULL_STREAM is set to true by default. Due to this change, we have an interoperability problem that we cannot fix or avoid. So we want to disable this feature by default.
How can we disable this feature?
I googled a lot, but I cannot find a solution...
We don't register any sub ProviderBase classes manually to ResourceConfig.
Thank you.
Contributor guide
Assessment
This issue has not been assessed yet.