[weld-issues] [JBoss JIRA] (WELD-2189) weld-environment-common and weld-servlet-core share common package preventing Jigsaw modularization

2016-07-03 Thread Antoine Sabot-Durand (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Antoine Sabot-Durand updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Weld /  WELD-2189 
 
 
 
  weld-environment-common and weld-servlet-core share common package preventing Jigsaw modularization  
 
 
 
 
 
 
 
 
 

Change By:
 
 Antoine Sabot-Durand 
 
 
 
 
 
 
 
 
 
 {{weld-environment-common}} and {{weld-servlet-core}} artifacts share the {{org.jboss.weld.environment}} package making their jigsaw modularization impossible since Java 9 checks for package unicity  in  across  modules 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.11#64026-sha1:78f6ec4) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

___
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues

[weld-issues] [JBoss JIRA] (WELD-2189) weld-environment-common and weld-servlet-core share common package preventing Jigsaw modularization

2016-07-03 Thread Antoine Sabot-Durand (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Antoine Sabot-Durand commented on  WELD-2189 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: weld-environment-common and weld-servlet-core share common package preventing Jigsaw modularization  
 
 
 
 
 
 
 
 
 
 
This can be solved by emptying the package in one of the artifact (for instance by moving AbstractContainer, Container and ContainerContext in a sub package) 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.11#64026-sha1:78f6ec4) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

___
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues

[weld-issues] [JBoss JIRA] (WELD-2189) weld-environment-common and weld-servlet-core share common package preventing Jigsaw modularization

2016-07-03 Thread Antoine Sabot-Durand (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Antoine Sabot-Durand updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Weld /  WELD-2189 
 
 
 
  weld-environment-common and weld-servlet-core share common package preventing Jigsaw modularization  
 
 
 
 
 
 
 
 
 

Change By:
 
 Antoine Sabot-Durand 
 
 
 
 
 
 
 
 
 
 {{weld-environment-common}} and {{weld-servlet-core}}  artifacts  share the {{org.jboss.weld.environment}} package making their jigsaw modularization impossible since Java 9 checks for package unicity in modules 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.11#64026-sha1:78f6ec4) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

___
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues

[weld-issues] [JBoss JIRA] (WELD-2189) weld-environment-common and weld-servlet-core share common package preventing Jigsaw modularization

2016-07-03 Thread Antoine Sabot-Durand (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Antoine Sabot-Durand created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Weld /  WELD-2189 
 
 
 
  weld-environment-common and weld-servlet-core share common package preventing Jigsaw modularization  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Affects Versions:
 

 3.0.0.Alpha16 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Components:
 

 Servlet Container Support 
 
 
 

Created:
 

 03/Jul/16 4:29 PM 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Antoine Sabot-Durand 
 
 
 
 
 
 
 
 
 
 
weld-environment-common and weld-servlet-core share the org.jboss.weld.environment package making their jigsaw modularization impossible since Java 9 checks for package unicity in modules 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment