Skip to content

Commit 70471a3

Browse files
committed
Update release notes wrt #16
1 parent 3649040 commit 70471a3

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

base/src/main/java/com/fasterxml/jackson/jakarta/rs/cfg/JakartaRSFeature.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ public enum JakartaRSFeature implements ConfigFeature
2929
* stream up until reading EOF (-1).
3030
* <a href="https://github.com/FasterXML/jackson-jaxrs-providers/issues/108">Issue #108</a>
3131
* If set to true, always consume all input content. This has a side-effect of failing on trailing content.
32+
*<p>
33+
* Feature is enabled by default.
34+
* Note that this means that behavior in earlier versions
35+
* (2.14 and before) differs from 2.15 and later.
36+
*
37+
* @since 2.15
3238
*/
3339
READ_FULL_STREAM(true),
3440

release-notes/CREDITS-2.x

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ PJ Fanning (@pjfanning)
1010
reader/writer caches
1111
(2.14.2)
1212

13+
Steven Schlansker (@stevenschlansker)
14+
15+
* Contributed #16: Add `JakartaRsFeature.READ_FULL_STREAM` to consume all content, on by default
16+
(2.15.0)

release-notes/VERSION-2.x

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ Sub-modules:
1212

1313
2.15.0 (not yet released)
1414

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

1718
2.14.2 (28-Jan-2023)
1819

0 commit comments

Comments
 (0)