FasterXML / jackson-jaxrs-providers

Multi-module project that contains Jackson-based "old" JAX-RS (ones under `javax.ws.rs`) providers for JSON, XML, YAML, Smile, CBOR formats
Apache License 2.0
109 stars 77 forks source link

Add `JaxRsFeature.READ_FULL_STREAM` to consume all content, on by default #170

Closed stevenschlansker closed 1 year ago

stevenschlansker commented 1 year ago

Fixes #108

cowtowncoder commented 1 year ago

Would have been nice to have a test; will see if I can add something. But first things first; let's add this in.

cowtowncoder commented 1 year ago

Thank you again @stevenschlansker !