apple / pkl

A configuration as code language with rich validation and tooling.
https://pkl-lang.org
Apache License 2.0
9.85k stars 258 forks source link

Drop java 11, bump GraalVM to 23.0 #439

Closed bioball closed 2 months ago

bioball commented 2 months ago

Note: I enabled build native jobs here because this PRB introduces changes there. I'm planning on getting rid of them again before merging.

A remaining TODO here is to tune our specialization limits (see commit for details)

After dropping Java 11, we can start using records, and also switch our Java code generators to use records.