[jira] [Commented] (CXF-7600) Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility

2018-06-04 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on CXF-7600:
-

reta closed pull request #420: CXF-7600: Add Automatic-Module-Name MANIFEST 
entry for Java 9 compatibility
URL: https://github.com/apache/cxf/pull/420
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/core/pom.xml b/core/pom.xml
index 0832a7b7e7c..4019e789bd4 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -31,6 +31,7 @@
 ../parent/pom.xml
 
 
+org.apache.cxf.core
 
org.apache.cxf.bus.osgi.CXFActivator
 
 !org.apache.cxf.internal,
diff --git a/distribution/javadoc/pom.xml b/distribution/javadoc/pom.xml
index c93183f9cc9..aa49e9ff69d 100644
--- a/distribution/javadoc/pom.xml
+++ b/distribution/javadoc/pom.xml
@@ -30,6 +30,9 @@
 3.2.5-SNAPSHOT
 ../../parent
 
+
+org.apache.cxf.javadoc
+
 
 
 org.apache.cxf
diff --git a/distribution/manifest/pom.xml b/distribution/manifest/pom.xml
index 24fd9cd0f0e..53c7916ad94 100644
--- a/distribution/manifest/pom.xml
+++ b/distribution/manifest/pom.xml
@@ -33,6 +33,7 @@
 
 true
 ${project.version}
+org.apache.cxf.manifest
 
 
 
diff --git a/integration/cdi/pom.xml b/integration/cdi/pom.xml
index 077a1e88891..b2e22730a34 100644
--- a/integration/cdi/pom.xml
+++ b/integration/cdi/pom.xml
@@ -32,6 +32,7 @@
 
 
 
+org.apache.cxf.cdi
 
 javax.servlet*;version="${cxf.osgi.javax.servlet.version}",
 javax.enterprise*;version="${cxf.cda.api.osgi.range}",
diff --git a/integration/jca/pom.xml b/integration/jca/pom.xml
index 8096170d4c3..fe63da879d7 100644
--- a/integration/jca/pom.xml
+++ b/integration/jca/pom.xml
@@ -30,6 +30,9 @@
 3.2.5-SNAPSHOT
 ../../parent/pom.xml
 
+
+org.apache.cxf.jca
+
 
 
 junit
diff --git a/integration/spring-boot/autoconfigure/pom.xml 
b/integration/spring-boot/autoconfigure/pom.xml
index f5a243ee123..ea8903ccc03 100644
--- a/integration/spring-boot/autoconfigure/pom.xml
+++ b/integration/spring-boot/autoconfigure/pom.xml
@@ -30,6 +30,9 @@
 3.2.5-SNAPSHOT
 ../../../parent/pom.xml
 
+
+
org.apache.cxf.spring.boot.autoconfigure
+
 
 
 
diff --git a/integration/spring-boot/starter-jaxrs/pom.xml 
b/integration/spring-boot/starter-jaxrs/pom.xml
index 76d528fdcc6..3ca0945dc18 100644
--- a/integration/spring-boot/starter-jaxrs/pom.xml
+++ b/integration/spring-boot/starter-jaxrs/pom.xml
@@ -30,6 +30,9 @@
 3.2.5-SNAPSHOT
 ../../../parent/pom.xml
 
+
+org.apache.cxf.spring.boot.jaxrs
+
 
 
 org.springframework.boot
diff --git a/integration/spring-boot/starter-jaxws/pom.xml 
b/integration/spring-boot/starter-jaxws/pom.xml
index 775ded4aa6e..9e544848550 100644
--- a/integration/spring-boot/starter-jaxws/pom.xml
+++ b/integration/spring-boot/starter-jaxws/pom.xml
@@ -30,6 +30,9 @@
 3.2.5-SNAPSHOT
 ../../../parent/pom.xml
 
+
+org.apache.cxf.spring.boot.jaxws
+
 
 
 org.springframework.boot
diff --git a/integration/tracing/tracing-brave/pom.xml 
b/integration/tracing/tracing-brave/pom.xml
index 0a2ea937e65..5738ca5bdaf 100644
--- a/integration/tracing/tracing-brave/pom.xml
+++ b/integration/tracing/tracing-brave/pom.xml
@@ -32,6 +32,7 @@
 
 
 
+org.apache.cxf.tracing.brave
 
 org.apache.cxf.tracing,
 org.apache.cxf.tracing.brave,
diff --git a/integration/tracing/tracing-htrace/pom.xml 
b/integration/tracing/tracing-htrace/pom.xml
index 47481d08c4f..97fef6c20b6 100644
--- a/integration/tracing/tracing-htrace/pom.xml
+++ b/integration/tracing/tracing-htrace/pom.xml
@@ -32,6 +32,7 @@
 
 
 
+org.apache.cxf.tracing.htrace
 
 org.apache.cxf.tracing
 
diff --git a/integration/tracing/tracing-opentracing/pom.xml 
b/integration/tracing/tracing-opentracing/pom.xml
index ce1274dbea5..c173a72f725 100644
--- a/integration/tracing/tracing-opentracing/pom.xml
+++ b/integration/tracing/tracing-opentracing/pom.xml
@@ -32,6 +32,7 @@
 
 
 
+org.apache.cxf.tracing.opentracing
 
 org.apache.cxf.tracing,
 org.apache.cxf.tracing.opentracing,
diff --git a/maven-plugins/codegen-plugin/pom.xml 
b/maven-plugins/codegen-plugin/pom.xml
index 80d0d9035c1..33799e9b364 100644
--- a/maven-plugins/codegen-plugin/pom.xml
+++ 

[jira] [Commented] (CXF-7600) Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility

2018-06-01 Thread ASF GitHub Bot (JIRA)


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

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-394025516
 
 
   @cschneider What do you think about this PR? Good to go?


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)


[jira] [Commented] (CXF-7600) Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility

2018-05-29 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on CXF-7600:
-

rmannibucau commented on a change in pull request #420: CXF-7600: Add 
Automatic-Module-Name MANIFEST entry for Java 9 compatibility
URL: https://github.com/apache/cxf/pull/420#discussion_r191642247
 
 

 ##
 File path: maven-plugins/wsdl-validator-plugin/pom.xml
 ##
 @@ -29,6 +29,9 @@
 cxf-maven-plugins
 3.2.5-SNAPSHOT
 
+
+org.apache.cxf.plugin.wsdl-validator
 
 Review comment:
   Yes :)


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)


[jira] [Commented] (CXF-7600) Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility

2018-05-29 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on CXF-7600:
-

reta commented on a change in pull request #420: CXF-7600: Add 
Automatic-Module-Name MANIFEST entry for Java 9 compatibility
URL: https://github.com/apache/cxf/pull/420#discussion_r191587339
 
 

 ##
 File path: maven-plugins/wsdl-validator-plugin/pom.xml
 ##
 @@ -29,6 +29,9 @@
 cxf-maven-plugins
 3.2.5-SNAPSHOT
 
+
+org.apache.cxf.plugin.wsdl-validator
 
 Review comment:
   Sure, so `org.apache.cxf.plugin.wsdl.validator` is OK?


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)


[jira] [Commented] (CXF-7600) Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility

2018-05-29 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on CXF-7600:
-

rmannibucau commented on a change in pull request #420: CXF-7600: Add 
Automatic-Module-Name MANIFEST entry for Java 9 compatibility
URL: https://github.com/apache/cxf/pull/420#discussion_r191433130
 
 

 ##
 File path: maven-plugins/wsdl-validator-plugin/pom.xml
 ##
 @@ -29,6 +29,9 @@
 cxf-maven-plugins
 3.2.5-SNAPSHOT
 
+
+org.apache.cxf.plugin.wsdl-validator
 
 Review comment:
   It is allowed - compared to underscores or leading numbers which are not 
supported - but not very well integrated AFAIK in the ecosystem so avoiding it 
is not bad.


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)


[jira] [Commented] (CXF-7600) Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility

2018-05-29 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on CXF-7600:
-

deki commented on a change in pull request #420: CXF-7600: Add 
Automatic-Module-Name MANIFEST entry for Java 9 compatibility
URL: https://github.com/apache/cxf/pull/420#discussion_r191421009
 
 

 ##
 File path: maven-plugins/wsdl-validator-plugin/pom.xml
 ##
 @@ -29,6 +29,9 @@
 cxf-maven-plugins
 3.2.5-SNAPSHOT
 
+
+org.apache.cxf.plugin.wsdl-validator
 
 Review comment:
   I know it was part of my proposal but while reading it again I wonder if 
hyphen is allowed, because for package names it's not.


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)


[jira] [Commented] (CXF-7600) Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility

2018-05-28 Thread ASF GitHub Bot (JIRA)


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

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-392614046
 
 
   @deki @ilgrosso Thanks guys, the plugin modules have been updated, it looks 
better like that I think.


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)


[jira] [Commented] (CXF-7600) Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility

2018-05-28 Thread ASF GitHub Bot (JIRA)


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

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-392614046
 
 
   @deki @ilgrosso Thanks guys, the plugin modules have been updated, I looks 
better like that I think.


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)


[jira] [Commented] (CXF-7600) Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility

2018-05-28 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on CXF-7600:
-

reta commented on a change in pull request #420: CXF-7600: Add 
Automatic-Module-Name MANIFEST entry for Java 9 compatibility
URL: https://github.com/apache/cxf/pull/420#discussion_r191278596
 
 

 ##
 File path: maven-plugins/wadl2java-plugin/pom.xml
 ##
 @@ -29,6 +29,9 @@
 cxf-maven-plugins
 3.2.5-SNAPSHOT
 
+
+org.apache.cxf.wadl2java.plugin
 
 Review comment:
   :+1: 


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)


[jira] [Commented] (CXF-7600) Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility

2018-05-28 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on CXF-7600:
-

reta commented on a change in pull request #420: CXF-7600: Add 
Automatic-Module-Name MANIFEST entry for Java 9 compatibility
URL: https://github.com/apache/cxf/pull/420#discussion_r191278521
 
 

 ##
 File path: maven-plugins/wsdl-validator-plugin/pom.xml
 ##
 @@ -29,6 +29,9 @@
 cxf-maven-plugins
 3.2.5-SNAPSHOT
 
+
+org.apache.cxf.wsdl.validator.plugin
+
 
 Review comment:
   :+1: 


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)


[jira] [Commented] (CXF-7600) Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility

2018-05-28 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on CXF-7600:
-

reta commented on a change in pull request #420: CXF-7600: Add 
Automatic-Module-Name MANIFEST entry for Java 9 compatibility
URL: https://github.com/apache/cxf/pull/420#discussion_r191278476
 
 

 ##
 File path: maven-plugins/java2wadl-plugin/pom.xml
 ##
 @@ -34,6 +34,7 @@
   3.2.5-SNAPSHOT
 
 
+org.apache.cxf.java2wadl.plugin
 
 Review comment:
   :+1: 


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)


[jira] [Commented] (CXF-7600) Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility

2018-05-28 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on CXF-7600:
-

reta commented on a change in pull request #420: CXF-7600: Add 
Automatic-Module-Name MANIFEST entry for Java 9 compatibility
URL: https://github.com/apache/cxf/pull/420#discussion_r191278496
 
 

 ##
 File path: maven-plugins/java2ws-plugin/pom.xml
 ##
 @@ -29,6 +29,9 @@
 cxf-maven-plugins
 3.2.5-SNAPSHOT
 
+
+org.apache.cxf.java2ws.plugin
 
 Review comment:
   :+1: 


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)


[jira] [Commented] (CXF-7600) Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility

2018-05-28 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on CXF-7600:
-

reta commented on a change in pull request #420: CXF-7600: Add 
Automatic-Module-Name MANIFEST entry for Java 9 compatibility
URL: https://github.com/apache/cxf/pull/420#discussion_r191278420
 
 

 ##
 File path: maven-plugins/corba/pom.xml
 ##
 @@ -29,6 +29,9 @@
 cxf-maven-plugins
 3.2.5-SNAPSHOT
 
+
+org.apache.cxf.corbatools.plugin
 
 Review comment:
   :+1: 


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)


[jira] [Commented] (CXF-7600) Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility

2018-05-28 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on CXF-7600:
-

reta commented on a change in pull request #420: CXF-7600: Add 
Automatic-Module-Name MANIFEST entry for Java 9 compatibility
URL: https://github.com/apache/cxf/pull/420#discussion_r191278454
 
 

 ##
 File path: maven-plugins/java2swagger-plugin/pom.xml
 ##
 @@ -33,6 +33,7 @@
   3.2.5-SNAPSHOT
 
 
+org.apache.cxf.java2swagger.plugin
 
 
 Review comment:
   :+1: 


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)


[jira] [Commented] (CXF-7600) Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility

2018-05-28 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on CXF-7600:
-

reta commented on a change in pull request #420: CXF-7600: Add 
Automatic-Module-Name MANIFEST entry for Java 9 compatibility
URL: https://github.com/apache/cxf/pull/420#discussion_r191278398
 
 

 ##
 File path: maven-plugins/codegen-plugin/pom.xml
 ##
 @@ -29,6 +29,9 @@
 cxf-maven-plugins
 3.2.5-SNAPSHOT
 
+
+org.apache.cxf.codegen.plugin
 
 Review comment:
   :+1: 


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)


[jira] [Commented] (CXF-7600) Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility

2018-05-28 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CXF-7600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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)


[jira] [Commented] (CXF-7600) Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility

2018-05-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CXF-7600:
-

rmannibucau 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-392430265
 
 
   @cschneider it is important for users developping in j9 to have stable names 
even is packaging is not yet optimized. Default implicit names doesnt work well 
OOTB and would be broken later otherwise.


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)


[jira] [Commented] (CXF-7600) Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility

2018-05-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CXF-7600:
-

rmannibucau commented on a change in pull request #420: CXF-7600: Add 
Automatic-Module-Name MANIFEST entry for Java 9 compatibility
URL: https://github.com/apache/cxf/pull/420#discussion_r191119163
 
 

 ##
 File path: maven-plugins/wsdl-validator-plugin/pom.xml
 ##
 @@ -29,6 +29,9 @@
 cxf-maven-plugins
 3.2.5-SNAPSHOT
 
+
+org.apache.cxf.wsdl.validator.plugin
+
 
 Review comment:
   - is an issue in module names so looks good IMHO


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)


[jira] [Commented] (CXF-7600) Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility

2018-05-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CXF-7600:
-

rmannibucau commented on a change in pull request #420: CXF-7600: Add 
Automatic-Module-Name MANIFEST entry for Java 9 compatibility
URL: https://github.com/apache/cxf/pull/420#discussion_r191119163
 
 

 ##
 File path: maven-plugins/wsdl-validator-plugin/pom.xml
 ##
 @@ -29,6 +29,9 @@
 cxf-maven-plugins
 3.2.5-SNAPSHOT
 
+
+org.apache.cxf.wsdl.validator.plugin
+
 
 Review comment:
   Minus is an issue in module names so looks good IMHO


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)


[jira] [Commented] (CXF-7600) Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility

2018-05-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CXF-7600:
-

cschneider 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-392428080
 
 
   Are all our dependencies already Java 9 modules? If not I do not see any use 
of making CXF jars modules. Not sure of course as I have not yet used modules 
myself.


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)


[jira] [Commented] (CXF-7600) Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility

2018-05-27 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CXF-7600:
-

deki commented on a change in pull request #420: CXF-7600: Add 
Automatic-Module-Name MANIFEST entry for Java 9 compatibility
URL: https://github.com/apache/cxf/pull/420#discussion_r191108439
 
 

 ##
 File path: maven-plugins/wadl2java-plugin/pom.xml
 ##
 @@ -29,6 +29,9 @@
 cxf-maven-plugins
 3.2.5-SNAPSHOT
 
+
+org.apache.cxf.wadl2java.plugin
 
 Review comment:
   org.apache.cxf.plugin.wadl2java


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)


[jira] [Commented] (CXF-7600) Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility

2018-05-27 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CXF-7600:
-

deki commented on a change in pull request #420: CXF-7600: Add 
Automatic-Module-Name MANIFEST entry for Java 9 compatibility
URL: https://github.com/apache/cxf/pull/420#discussion_r191108402
 
 

 ##
 File path: maven-plugins/java2ws-plugin/pom.xml
 ##
 @@ -29,6 +29,9 @@
 cxf-maven-plugins
 3.2.5-SNAPSHOT
 
+
+org.apache.cxf.java2ws.plugin
 
 Review comment:
   org.apache.cxf.plugin.java2ws


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)


[jira] [Commented] (CXF-7600) Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility

2018-05-27 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CXF-7600:
-

deki commented on a change in pull request #420: CXF-7600: Add 
Automatic-Module-Name MANIFEST entry for Java 9 compatibility
URL: https://github.com/apache/cxf/pull/420#discussion_r191108317
 
 

 ##
 File path: maven-plugins/java2swagger-plugin/pom.xml
 ##
 @@ -33,6 +33,7 @@
   3.2.5-SNAPSHOT
 
 
+org.apache.cxf.java2swagger.plugin
 
 
 Review comment:
   org.apache.cxf.plugin.java2swagger


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)


[jira] [Commented] (CXF-7600) Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility

2018-05-27 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CXF-7600:
-

deki commented on a change in pull request #420: CXF-7600: Add 
Automatic-Module-Name MANIFEST entry for Java 9 compatibility
URL: https://github.com/apache/cxf/pull/420#discussion_r191108228
 
 

 ##
 File path: maven-plugins/codegen-plugin/pom.xml
 ##
 @@ -29,6 +29,9 @@
 cxf-maven-plugins
 3.2.5-SNAPSHOT
 
+
+org.apache.cxf.codegen.plugin
 
 Review comment:
   org.apache.cxf.plugin.codegen


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)


[jira] [Commented] (CXF-7600) Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility

2018-05-27 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CXF-7600:
-

deki commented on a change in pull request #420: CXF-7600: Add 
Automatic-Module-Name MANIFEST entry for Java 9 compatibility
URL: https://github.com/apache/cxf/pull/420#discussion_r191108271
 
 

 ##
 File path: maven-plugins/corba/pom.xml
 ##
 @@ -29,6 +29,9 @@
 cxf-maven-plugins
 3.2.5-SNAPSHOT
 
+
+org.apache.cxf.corbatools.plugin
 
 Review comment:
   org.apache.cxf.plugin.corbatools


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)


[jira] [Commented] (CXF-7600) Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility

2018-05-27 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CXF-7600:
-

deki commented on a change in pull request #420: CXF-7600: Add 
Automatic-Module-Name MANIFEST entry for Java 9 compatibility
URL: https://github.com/apache/cxf/pull/420#discussion_r191108360
 
 

 ##
 File path: maven-plugins/java2wadl-plugin/pom.xml
 ##
 @@ -34,6 +34,7 @@
   3.2.5-SNAPSHOT
 
 
+org.apache.cxf.java2wadl.plugin
 
 Review comment:
   org.apache.cxf.plugin.java2wadl


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)


[jira] [Commented] (CXF-7600) Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility

2018-05-27 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CXF-7600:
-

deki commented on a change in pull request #420: CXF-7600: Add 
Automatic-Module-Name MANIFEST entry for Java 9 compatibility
URL: https://github.com/apache/cxf/pull/420#discussion_r191108512
 
 

 ##
 File path: maven-plugins/wsdl-validator-plugin/pom.xml
 ##
 @@ -29,6 +29,9 @@
 cxf-maven-plugins
 3.2.5-SNAPSHOT
 
+
+org.apache.cxf.wsdl.validator.plugin
+
 
 Review comment:
   org.apache.cxf.plugin.wsdl-validator


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)


[jira] [Commented] (CXF-7600) Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility

2018-05-27 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CXF-7600:
-

ffang 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-392413710
 
 
   Hi @reta,
   
   Thanks a lot!
   It looks good for me!
   Freeman


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)


[jira] [Commented] (CXF-7600) Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility

2018-05-27 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CXF-7600:
-

reta opened a new pull request #420: CXF-7600: Add Automatic-Module-Name 
MANIFEST entry for Java 9 compatibility
URL: https://github.com/apache/cxf/pull/420
 
 
   This PR (work in progress) adds `Automatic-Module-Name` to all CXF modules 
in order to provide the consistent way to deal with CXF in the modern modular 
(JPMS-based) Java applications. The list of modules is included below:
   
   | Module   | Automatic-Module-Name  |
   | - ||
   |cxf-manifest.jar| org.apache.cxf.manifest|
   |cxf-bundle-compatible-3.2.5-SNAPSHOT.jar| org.apache.cxf.bundle|
   |cxf-codegen-plugin-3.2.5-SNAPSHOT.jar| org.apache.cxf.codegen.plugin|
   |cxf-corbatools-maven-plugin-3.2.5-SNAPSHOT.jar| 
org.apache.cxf.corbatools.plugin|
   |cxf-core-3.2.5-SNAPSHOT.jar| org.apache.cxf.core|
   |cxf-distribution-javadoc-3.2.5-SNAPSHOT.jar| org.apache.cxf.javadoc|
   |cxf-integration-cdi-3.2.5-SNAPSHOT.jar| org.apache.cxf.cdi|
   |cxf-integration-jca-3.2.5-SNAPSHOT.jar| org.apache.cxf.jca|
   |cxf-integration-tracing-brave-3.2.5-SNAPSHOT.jar| 
org.apache.cxf.tracing.brave|
   |cxf-integration-tracing-htrace-3.2.5-SNAPSHOT.jar| 
org.apache.cxf.tracing.htrace|
   |cxf-integration-tracing-opentracing-3.2.5-SNAPSHOT.jar| 
org.apache.cxf.tracing.opentracing|
   |cxf-java2swagger-plugin-3.2.5-SNAPSHOT.jar| 
org.apache.cxf.java2swagger.plugin|
   |cxf-java2wadl-plugin-3.2.5-SNAPSHOT.jar| org.apache.cxf.java2wadl.plugin|
   |cxf-java2ws-plugin-3.2.5-SNAPSHOT.jar| org.apache.cxf.java2ws.plugin|
   |cxf-karaf-commands-3.2.5-SNAPSHOT.jar| org.apache.cxf.karaf.commands|
   |cxf-rt-bindings-coloc-3.2.5-SNAPSHOT.jar| org.apache.cxf.binding.coloc|
   |cxf-rt-bindings-corba-3.2.5-SNAPSHOT.jar| org.apache.cxf.binding.corba|
   |cxf-rt-bindings-soap-3.2.5-SNAPSHOT.jar| org.apache.cxf.binding.soap|
   |cxf-rt-bindings-xml-3.2.5-SNAPSHOT.jar| org.apache.cxf.binding.xml|
   |cxf-rt-databinding-aegis-3.2.5-SNAPSHOT.jar| 
org.apache.cxf.databinding.aegis|
   |cxf-rt-databinding-jaxb-3.2.5-SNAPSHOT.jar| org.apache.cxf.databinding.jaxb|
   |cxf-rt-features-clustering-3.2.5-SNAPSHOT.jar| org.apache.cxf.clustering|
   |cxf-rt-features-logging-3.2.5-SNAPSHOT.jar| org.apache.cxf.logging|
   |cxf-rt-features-metrics-3.2.5-SNAPSHOT.jar| org.apache.cxf.metrics|
   |cxf-rt-features-throttling-3.2.5-SNAPSHOT.jar| org.apache.cxf.throttling|
   |cxf-rt-frontend-jaxrs-3.2.5-SNAPSHOT.jar| org.apache.cxf.frontend.jaxrs|
   |cxf-rt-frontend-jaxws-3.2.5-SNAPSHOT.jar| org.apache.cxf.frontend.jaxws|
   |cxf-rt-frontend-js-3.2.5-SNAPSHOT.jar| org.apache.cxf.frontend.js|
   |cxf-rt-frontend-simple-3.2.5-SNAPSHOT.jar| org.apache.cxf.frontend.simple|
   |cxf-rt-javascript-3.2.5-SNAPSHOT.jar| org.apache.cxf.js|
   |cxf-rt-javascript-tests-3.2.5-SNAPSHOT.jar| org.apache.cxf.js.tests|
   |cxf-rt-management-3.2.5-SNAPSHOT.jar| org.apache.cxf.management|
   |cxf-rt-rs-client-3.2.5-SNAPSHOT.jar| org.apache.cxf.rs.client|
   |cxf-rt-rs-extension-providers-3.2.5-SNAPSHOT.jar| 
org.apache.cxf.rs.provider|
   |cxf-rt-rs-extension-reactivestreams-3.2.5-SNAPSHOT.jar| 
org.apache.cxf.rs.reactivestreams|
   |cxf-rt-rs-extension-reactor-3.2.5-SNAPSHOT.jar| org.apache.cxf.rs.reactor|
   |cxf-rt-rs-extension-rx2-3.2.5-SNAPSHOT.jar| org.apache.cxf.rs.rx2|
   |cxf-rt-rs-extension-rx-3.2.5-SNAPSHOT.jar| org.apache.cxf.rs.rx|
   |cxf-rt-rs-extension-search-3.2.5-SNAPSHOT.jar| org.apache.cxf.rs.search|
   |cxf-rt-rs-http-sci-3.2.5-SNAPSHOT.jar| org.apache.cxf.rs.sci|
   |cxf-rt-rs-json-basic-3.2.5-SNAPSHOT.jar| org.apache.cxf.rs.json|
   |cxf-rt-rs-mp-client-3.2.5-SNAPSHOT.jar| org.apache.cxf.rs.client.mp|
   |cxf-rt-rs-security-cors-3.2.5-SNAPSHOT.jar| org.apache.cxf.rs.security.cors|
   |cxf-rt-rs-security-jose-3.2.5-SNAPSHOT.jar| org.apache.cxf.rs.security.jose|
   |cxf-rt-rs-security-jose-jaxrs-3.2.5-SNAPSHOT.jar| 
org.apache.cxf.rs.security.jose.jaxrs|
   |cxf-rt-rs-security-oauth2-3.2.5-SNAPSHOT.jar| 
org.apache.cxf.rs.security.oauth2|
   |cxf-rt-rs-security-oauth2-saml-3.2.5-SNAPSHOT.jar| 
org.apache.cxf.rs.security.oauth2.saml|
   |cxf-rt-rs-security-oauth-3.2.5-SNAPSHOT.jar| 
org.apache.cxf.rs.security.oauth|
   |cxf-rt-rs-security-sso-oidc-3.2.5-SNAPSHOT.jar| 
org.apache.cxf.rs.security.sso.oidc|
   |cxf-rt-rs-security-sso-saml-3.2.5-SNAPSHOT.jar| 
org.apache.cxf.rs.security.sso.saml|
   |cxf-rt-rs-security-xml-3.2.5-SNAPSHOT.jar| org.apache.cxf.rs.security.xml|
   |cxf-rt-rs-service-description-3.2.5-SNAPSHOT.jar| org.apache.cxf.rs.wadl|
   |cxf-rt-rs-service-description-openapi-v3-3.2.5-SNAPSHOT.jar| 
org.apache.cxf.rs.openapi.v3|
   |cxf-rt-rs-service-description-swagger-3.2.5-SNAPSHOT.jar| 
org.apache.cxf.rs.swagger|
   |cxf-rt-rs-service-description-swagger-ui-3.2.5-SNAPSHOT.jar| 
org.apache.cxf.rs.swagger.ui|