Skip to content

Commit

Permalink
fix #4589 - fix tests with Java 21 (list first/last)
Browse files Browse the repository at this point in the history
  • Loading branch information
frantuma committed Jan 19, 2024
1 parent 87f6dca commit 5186247
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class BidimensionalArray {


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

}
Expand Down

0 comments on commit 5186247

Please sign in to comment.