apple / pkl

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

Rename JavaCodegenOptions to JavaCodeGeneratorOptions #801

Closed translatenix closed 1 week ago

translatenix commented 1 week ago

The new name is consistent with existing names JavaCodeGenerator and CliJavaCodeGeneratorOptions. Backward compatibility is ensured by turning JavaCodegenOptions into a (deprecated) type alias.

Second commit: Deprecate CliJavaCodeGeneratorOptions.toJavaCodegenOptions() I suspect this method was a public API by accident.