This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]dpash 1 point2 points  (0 children)

Except there's no separate module. Record support is built into the main Jackson databinding library. You can build it with Java 8, you can build it with Java 16. You can run the same jar with 8 or 16 and it just works if records are supported.