Skip to content

Commit

Permalink
Update release notes wrt #16
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Mar 10, 2023
1 parent 3649040 commit 70471a3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ public enum JakartaRSFeature implements ConfigFeature
* stream up until reading EOF (-1).
* <a href="https://github.com/FasterXML/jackson-jaxrs-providers/issues/108">Issue #108</a>
* If set to true, always consume all input content. This has a side-effect of failing on trailing content.
*<p>
* Feature is enabled by default.
* Note that this means that behavior in earlier versions
* (2.14 and before) differs from 2.15 and later.
*
* @since 2.15
*/
READ_FULL_STREAM(true),

Expand Down
4 changes: 4 additions & 0 deletions release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ PJ Fanning (@pjfanning)
reader/writer caches
(2.14.2)

Steven Schlansker (@stevenschlansker)

* Contributed #16: Add `JakartaRsFeature.READ_FULL_STREAM` to consume all content, on by default
(2.15.0)
3 changes: 2 additions & 1 deletion release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ Sub-modules:

2.15.0 (not yet released)

-
#16: Add `JakartaRsFeature.READ_FULL_STREAM` to consume all content, on by default
(contributed by Steven S)

2.14.2 (28-Jan-2023)

Expand Down

0 comments on commit 70471a3

Please sign in to comment.