Uploaded image for project: 'Drools'
  1. Drools
  2. DROOLS-3716

drools-constraint-parser module cannot be built with JDK 11

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.19.0.Final
    • 7.18.0.Final
    • core engine
    • None
    • 2019 Week 08-10
    • 1
    • NEW
    • NEW

    Description

      When building drools-constraint-parser with JDK 11, it fails on compilation errors, not having annotation classes on classpath.

      This should be added to the dependencies list of the module:

      <dependency>
      <groupId>javax.annotation</groupId>
      <artifactId>javax.annotation-api</artifactId>
      </dependency>

      Attachments

        Activity

          People

            tzimanyi@redhat.com Tibor Zimányi
            tzimanyi@redhat.com Tibor Zimányi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: