Add mechanism to run JDK 17 (Records) tests optionally, similar to jackson-databind
#671
Labels
2.18
Issues planned at earliest for 2.18
jackson-databind
#671
(note: offshoot from #517)
Currently we cannot add test cases for Record-handling, in Jackson 2.x, due to JDK baseline being Java 8 still.
But there is a way to do this; used f.ex by
jackson-databind
.This is relatively simple by:
src/test-jdk17/java/
It'd be good to be able to add specific Records-with-XML test cases.
The text was updated successfully, but these errors were encountered: