Uploaded image for project: 'Groovy'
  1. Groovy
  2. GROOVY-11442

Could not find class for Transformation Processor

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Information Provided
    • 4.0.22
    • None
    • ast builder
    • None

    Description

      In this project: https://github.com/wise-coders/groovyfx., a fork of [GroovyFX]http://groovyfx.org/ (see [source code]https://github.com/groovyfx-project/groovyfx). 
      Upgrading to OpenJDK 17 and Gradle 7.6 I get this error (which did not happen under Java 8):
      ```
      Could not find class for Transformation Processor groovyx.javafx.beans.FXBindableASTTransformation declared by groovyx.javafx.beans.FXBindable
      ```
      The [FXBindableASTTransformation]https://github.com/groovyfx-project/groovyfx/blob/master/src/main/groovy/groovyx/javafx/beans/FXBindableASTTransformation.java is used as annotation in [FXBindable]https://github.com/groovyfx-project/groovyfx/blob/master/src/main/groovy/groovyx/javafx/beans/FXBindable.java.
      How can I prevent this error?

      You can test it by executing
      ```
      cd groovyfx
      gradlew build
      gradlew runAccordionDemo
      ```

      Attachments

        Activity

          People

            Unassigned Unassigned
            dprutean Pruteanu Dragos
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: