Change the default value of addGeneratedAnnotationDate from true to false for the next major version.
This makes builds reproducible and cacheable by default, removing the non-deterministic timestamp from @Generated annotations.
Files to update
MappingConfigConstants.java: DEFAULT_ADD_GENERATED_ANNOTATION_DATE = false
docs/codegen-options.md: update default value column
- Tests: update expected outputs that currently include the date
Change the default value of
addGeneratedAnnotationDatefromtruetofalsefor the next major version.This makes builds reproducible and cacheable by default, removing the non-deterministic timestamp from
@Generatedannotations.Files to update
MappingConfigConstants.java:DEFAULT_ADD_GENERATED_ANNOTATION_DATE = falsedocs/codegen-options.md: update default value column