RFR: CODETOOLS-7903008: JMH: Support incremental annotation processing for Gradle Java plugin [v3]

Taylor Wicksell github.com+301239+twicksell at openjdk.java.net
Wed Aug 25 22:08:00 UTC 2021


> This change adds support for Gradle's [incremental annotation processing](https://docs.gradle.org/current/userguide/java_plugin.html#sec:incremental_annotation_processing). Without this support, developers using the JMH annotation processor in their Gradle projects will see their compilation time increased due to Gradle invalidating its incremental compilation cache.

Taylor Wicksell has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains one new commit since the last revision:

  Adds support for Gradle's incremental annotation processing

-------------

Changes:
  - all: https://git.openjdk.java.net/jmh/pull/43/files
  - new: https://git.openjdk.java.net/jmh/pull/43/files/436b4281..05914fec

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jmh&pr=43&range=02
 - incr: https://webrevs.openjdk.java.net/?repo=jmh&pr=43&range=01-02

  Stats: 8 lines in 1 file changed: 0 ins; 0 del; 8 mod
  Patch: https://git.openjdk.java.net/jmh/pull/43.diff
  Fetch: git fetch https://git.openjdk.java.net/jmh pull/43/head:pull/43

PR: https://git.openjdk.java.net/jmh/pull/43


More information about the jmh-dev mailing list