File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
src/main/java/com/fasterxml/jackson/core/filter Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -253,3 +253,7 @@ Pavan Kalyan (pavan-kalyan@github)
253253Jendrik Johannes (jjohannes @github )
254254 * Contributed #618 : Publish Gradle Module Metadata
255255 (2.12 .0 )
256+
257+ Jonathan Haber (jhaber @github )
258+ * Contributed #573 : More customizable TokenFilter inclusion (using `Tokenfilter.Inclusion`)
259+ (2.12 .0 )
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ JSON library.
1818
1919#500 : Allow "optional-padding" for `Base64Variant `
2020 (contributed by Pavan K )
21+ #573 : More customizable TokenFilter inclusion (using `Tokenfilter .Inclusion `)
22+ (contributed by Jonathan H )
2123#618 : Publish Gradle Module Metadata
2224 (contributed by Jendrik J )
2325#619 : Add `StreamReadCapability ` for further format - based /format - agnostic
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ public class TokenFilter
1717{
1818
1919 /**
20- * Enumeration that controls how TokenFilter return values are interpreted
20+ * Enumeration that controls how TokenFilter return values are interpreted.
2121 *
22- * @since 2.11
22+ * @since 2.12
2323 */
2424 public enum Inclusion {
2525 /**
You can’t perform that action at this time.
0 commit comments