[hibernate-commits] [hibernate/hibernate-validator] 946634: HV-1665 Make AP isolating and incremental. Update ...

GitHub noreply at github.com
Sun Dec 9 05:44:22 EST 2018


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-validator
  Commit: 946634e07c93e567ccb6ca40a058f187aa603e08
      https://github.com/hibernate/hibernate-validator/commit/946634e07c93e567ccb6ca40a058f187aa603e08
  Author: marko-bekhta <marko.prykladna at gmail.com>
  Date:   2018-12-09 (Sun, 09 Dec 2018)

  Changed paths:
    A annotation-processor/src/main/resources/META-INF/services/gradle/incremental.annotation.processors
    M documentation/src/main/asciidoc/ch13.asciidoc

  Log Message:
  -----------
  HV-1665 Make AP isolating and incremental. Update the doc on AP and Gradle

As per Gradle doc on incremental AP(https://docs.gradle.org/nightly/userguide/java_plugin.html#making_an_annotation_processor_incremental)
it should be enough to register AP in META-INF/gradle/incremental.annotation.processors
with corresponding category separated by a comma.
Also added a small section to documentation on AP and Gradle.



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the hibernate-commits mailing list