File tree 3 files changed +12
-1
lines changed
base/src/main/java/com/fasterxml/jackson/jakarta/rs/cfg 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,12 @@ public enum JakartaRSFeature implements ConfigFeature
29
29
* stream up until reading EOF (-1).
30
30
* <a href="https://github.com/FasterXML/jackson-jaxrs-providers/issues/108">Issue #108</a>
31
31
* 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
32
38
*/
33
39
READ_FULL_STREAM (true ),
34
40
Original file line number Diff line number Diff line change @@ -10,3 +10,7 @@ PJ Fanning (@pjfanning)
10
10
reader/writer caches
11
11
(2.14.2 )
12
12
13
+ Steven Schlansker (@stevenschlansker)
14
+
15
+ * Contributed #16 : Add `JakartaRsFeature.READ_FULL_STREAM` to consume all content, on by default
16
+ (2.15.0 )
Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ Sub-modules:
12
12
13
13
2.15.0 (not yet released )
14
14
15
- -
15
+ #16 : Add `JakartaRsFeature.READ_FULL_STREAM` to consume all content, on by default
16
+ (contributed by Steven S )
16
17
17
18
2.14.2 (28-Jan-2023 )
18
19
You can’t perform that action at this time.
0 commit comments