Skip to content

Commit d15b34e

Browse files
committed
Add release notes wrt #204
1 parent 0da3e6e commit d15b34e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

release-notes/VERSION-2.x

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ NOTE: Annotations module will never contain changes in patch versions,
1313

1414
2.14.0 (not yet released)
1515

16-
No changes since 2.13
16+
#204: Allow explicit `JsonSubTypes` repeated names check
17+
(contributed by Igor S)
1718

1819
2.13.0 (30-Sep-2021)
1920

src/main/java/com/fasterxml/jackson/annotation/JsonSubTypes.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,13 @@
2727
*/
2828
public Type[] value();
2929

30-
3130
/**
3231
* Subtypes of the annotated type may have logical type name and names properties.
3332
* When set to true, logical type name and names are going to be checked
3433
* for repeated values. Repeated values are considered a definition violation
3534
* during that check.
35+
*
36+
* @since 2.14
3637
*/
3738
public boolean failOnRepeatedNames() default false;
3839

0 commit comments

Comments
 (0)