Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-3765

Make the embedded module maven deps very clear

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Major
    • 5.0.0.Alpha6
    • None
    • Embedded
    • None

    Description

      The embedded module pom should be as precise as possible about dependencies so it is crystal clear what needs to be on the embedding app's classpath.

      1) Any dependency should have an exclude to exclude all transitives. So all deps should have to be declared in order to compile.

      2) Any dependency that at runtime is only used via the embedded process side modular classloader should use scope 'provided'. These should also be grouped together in the pom. At runtime these dependencies do not need to be available to the embedding app's classloader; the embedding app creates a modular classloader configured with an appropriate module path and these deps are loaded that way. The maven 'provided' notion basically aligns with this concept.

      Attachments

        Activity

          People

            bstansbe@redhat.com Brian Stansberry
            bstansbe@redhat.com Brian Stansberry
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: