Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-1495

Missing dependency on javax.enterprise.concurrent.api

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 8.0.0.Alpha2
    • None
    • EE
    • None

      JavaEEDependencyProcessor adds the dependencies on

      ModuleIdentifier.create("javax.enterprise.api"),
      ModuleIdentifier.create("javax.enterprise.concurrent.api"),
      

      whereas the ee module only adds

      <module name="javax.enterprise.api" export="true"/>
      

      With a modular build this leads to module not found

            tdiesler@redhat.com Thomas Diesler
            tdiesler@redhat.com Thomas Diesler
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: