Project Amber has brought a number of new features to Java in recent years. While each of these features are self-contained, they are also designed to work together. Specifically, records, sealed classes, and pattern matching work together to enable easie... (more…)
Read more »
Have you ever System-d dot out an Object and got its class name @ its hexadecimal hashcode? (more…)
Read more »
Enhance the Stream API to support custom intermediate operations. This will allow stream pipelines to transform data in ways that are not easily achievable with the existing built-in intermediate operations. This is a preview API. (more…)
Read more »
Written by Mark Sailes, Senior Serverless Solutions Architect, AWS. At AWS re:Invent 2022, AWS announced SnapStart for AWS Lambda functions running on Java Corretto 11. This feature enables customers to achieve up to 10x faster function startup performanc... (more…)
Read more »
Provide a standard API for parsing, generating, and transforming Java class
files. This is a preview API. (more…)
Read more »