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

Missing dependency on org.jboss.resteasy modules

XMLWordPrintable

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

      JaxrsDependencyProcessor adds the dependencies on

              addDependency(moduleSpecification, moduleLoader, RESTEASY_ATOM);
              addDependency(moduleSpecification, moduleLoader, RESTEASY_HIBERNATE_VALIDATOR);
              addDependency(moduleSpecification, moduleLoader, RESTEASY_JAXRS);
              addDependency(moduleSpecification, moduleLoader, RESTEASY_JAXB);
              addDependency(moduleSpecification, moduleLoader, RESTEASY_JACKSON);
              addDependency(moduleSpecification, moduleLoader, RESTEASY_JETTISON);
              addDependency(moduleSpecification, moduleLoader, RESTEASY_JSAPI);
              addDependency(moduleSpecification, moduleLoader, RESTEASY_MULTIPART);
              addDependency(moduleSpecification, moduleLoader, RESTEASY_YAML);
              addDependency(moduleSpecification, moduleLoader, JACKSON_CORE_ASL);
              addDependency(moduleSpecification, moduleLoader, RESTEASY_CRYPTO);
      

      whereas the org.jboss.as.jaxrs module only adds

              <module name="org.jboss.resteasy.resteasy-cdi"/>
              <module name="org.jboss.resteasy.resteasy-jaxrs"/>
      

      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:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: