[jboss-jira] [JBoss JIRA] (WFCORE-3765) Make the embedded module maven deps very clear

Jeff Mesnil (JIRA) issues at jboss.org
Fri May 4 07:07:02 EDT 2018


     [ https://issues.jboss.org/browse/WFCORE-3765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff Mesnil updated WFCORE-3765:
--------------------------------
    Fix Version/s: 5.0.0.Alpha6
                       (was: 5.0.0.Alpha5)


> Make the embedded module maven deps very clear
> ----------------------------------------------
>
>                 Key: WFCORE-3765
>                 URL: https://issues.jboss.org/browse/WFCORE-3765
>             Project: WildFly Core
>          Issue Type: Task
>          Components: Embedded
>            Reporter: Brian Stansberry
>            Assignee: Brian Stansberry
>             Fix For: 5.0.0.Alpha6
>
>
> 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.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list