JEP-395 in Java 16 brought us records to store and model immutable data, allowing developers to replace POJO's in many cases.
In this lightning talk we'll cover the benefits of records, when to migrate towards them and when to retain POJO's. And how does the Lombok @Value fit into all of this?
We'll also cover the various ways to migrate your old code, or prepare them for a later migration easing the amount of work while gaining the maximum amount of benefits from records.Level:Beginner