Skip to content

Commit 5186247

Browse files
committed
fix #4589 - fix tests with Java 21 (list first/last)
1 parent 87f6dca commit 5186247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/swagger-core/src/test/java/io/swagger/v3/core/resolving/resources/BidimensionalArray.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class BidimensionalArray {
1919

2020

2121
@ArraySchema(maxItems = 2)
22-
@JsonIgnoreProperties({"empty"})
22+
@JsonIgnoreProperties({"empty", "first", "last"})
2323
public static interface Foo<T> extends List<T> {
2424

2525
}

0 commit comments

Comments
 (0)