[ 
https://issues.apache.org/jira/browse/CXF-7600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16492530#comment-16492530
 ] 

ASF GitHub Bot commented on CXF-7600:
-------------------------------------

reta commented on issue #420: CXF-7600: Add Automatic-Module-Name MANIFEST 
entry for Java 9 compatibility
URL: https://github.com/apache/cxf/pull/420#issuecomment-392492633
 
 
   @cschneider Right, most of our dependencies are not full-fledged Java 
modules (and I think it will take a long time for it to happen). Adding 
`Automatic-Module-Name` is a first step towards embracing JPMS by introducing 
consistent module names (instead of relying on the name derived from JAR file). 
   
   To give you an idea, the example I posted in the description contains the 
declaration to dependent `Jetty` modules:
   
   ```
   requires jetty.server;
   requires jetty.servlet;
   requires jetty.util;
   ```
   
   Those are deducted from JAR file names.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility
> -----------------------------------------------------------------
>
>                 Key: CXF-7600
>                 URL: https://issues.apache.org/jira/browse/CXF-7600
>             Project: CXF
>          Issue Type: Improvement
>          Components: Build system
>    Affects Versions: 3.2.1
>            Reporter: Dennis Kieselhorst
>            Assignee: Andriy Redko
>            Priority: Major
>
> See mailinglist discussion: 
> https://lists.apache.org/thread.html/790a276b4a7b3d977f5cb1abdc764a0529324b286fba915d19352afb@%3Cdev.cxf.apache.org%3E
> Similar issues: IO-551, LANG-1338, CODEC-242



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to