GoogleCloudPlatform / DataflowTemplates

Cloud Dataflow Google-provided templates for solving in-Cloud data tasks
https://cloud.google.com/dataflow/docs/guides/templates/provided-templates
Apache License 2.0
1.11k stars 931 forks source link

Explicitly enable AutoValue annotation processor #1677

Closed Abacn closed 3 weeks ago

Abacn commented 3 weeks ago

Starting in JDK 23, annotation processors are no longer implicitly enabled from dependencies, this change adds configuration to make AutoValue run on the latest JDK versions.

https://bugs.openjdk.org/browse/JDK-8321314 https://mail.openjdk.org/pipermail/jdk-dev/2024-May/009028.html

Abacn commented 3 weeks ago

R: @cushon @damccorm

ref: cl/642654519