[jira] [Commented] (CXF-7708) Options mark-generated and suppress-generated-date don't effect on generating Java classes

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

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

ASF GitHub Bot commented on CXF-7708:
-

deki closed pull request #411: CXF-7708: fix groovy verification for jdk9 and 
jdk10
URL: https://github.com/apache/cxf/pull/411
 
 
   

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/maven-plugins/codegen-plugin/pom.xml 
b/maven-plugins/codegen-plugin/pom.xml
index 683e833a630..80d0d9035c1 100644
--- a/maven-plugins/codegen-plugin/pom.xml
+++ b/maven-plugins/codegen-plugin/pom.xml
@@ -190,12 +190,17 @@
 
 src/it/settings.xml
 
${project.build.directory}/it
-
 
 
 
+
+   
+   javax.xml.bind
+   jaxb-api
+   ${cxf.jaxb.version}
+
+
 
 
 


 


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


> Options mark-generated and suppress-generated-date don't effect on generating 
> Java classes
> --
>
> Key: CXF-7708
> URL: https://issues.apache.org/jira/browse/CXF-7708
> Project: CXF
>  Issue Type: Bug
>  Components: Tooling
>Affects Versions: 3.2.4
>Reporter: Dmitry Volodin
>Assignee: Dennis Kieselhorst
>Priority: Minor
> Fix For: 3.2.5
>
>
> The CXF-7618 implements option suppress-generated-date but this option as 
> well as mark-generated are not propagating to the WSDLToJavaContainer as 
> command line arguments are note the same as generator arguments.
> This is fix for this issue, however we don't have separate tests for 
> cxf-codegen-plugin as well as wsdl2java command line tool.



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


[jira] [Commented] (CXF-7708) Options mark-generated and suppress-generated-date don't effect on generating Java classes

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

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

ASF GitHub Bot commented on CXF-7708:
-

dmvolod opened a new pull request #411: CXF-7708: fix groovy verification for 
jdk9 and jdk10
URL: https://github.com/apache/cxf/pull/411
 
 
   Fixed and tested on JDK 8,9 and 10. @deki please review.


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


> Options mark-generated and suppress-generated-date don't effect on generating 
> Java classes
> --
>
> Key: CXF-7708
> URL: https://issues.apache.org/jira/browse/CXF-7708
> Project: CXF
>  Issue Type: Bug
>  Components: Tooling
>Affects Versions: 3.2.4
>Reporter: Dmitry Volodin
>Assignee: Dennis Kieselhorst
>Priority: Minor
> Fix For: 3.2.5
>
>
> The CXF-7618 implements option suppress-generated-date but this option as 
> well as mark-generated are not propagating to the WSDLToJavaContainer as 
> command line arguments are note the same as generator arguments.
> This is fix for this issue, however we don't have separate tests for 
> cxf-codegen-plugin as well as wsdl2java command line tool.



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


[jira] [Commented] (CXF-7708) Options mark-generated and suppress-generated-date don't effect on generating Java classes

2018-04-22 Thread Dmitry Volodin (JIRA)

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

Dmitry Volodin commented on CXF-7708:
-

[~deki], thanks, sorry, will look at this issue.

> Options mark-generated and suppress-generated-date don't effect on generating 
> Java classes
> --
>
> Key: CXF-7708
> URL: https://issues.apache.org/jira/browse/CXF-7708
> Project: CXF
>  Issue Type: Bug
>  Components: Tooling
>Affects Versions: 3.2.4
>Reporter: Dmitry Volodin
>Assignee: Dennis Kieselhorst
>Priority: Minor
> Fix For: 3.2.5
>
>
> The CXF-7618 implements option suppress-generated-date but this option as 
> well as mark-generated are not propagating to the WSDLToJavaContainer as 
> command line arguments are note the same as generator arguments.
> This is fix for this issue, however we don't have separate tests for 
> cxf-codegen-plugin as well as wsdl2java command line tool.



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


[jira] [Commented] (CXF-7708) Options mark-generated and suppress-generated-date don't effect on generating Java classes

2018-04-22 Thread Dennis Kieselhorst (JIRA)

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

Dennis Kieselhorst commented on CXF-7708:
-

[~dmvolod]

Unfortunately the build with JDK 9 now fails 
([https://builds.apache.org/view/A-D/view/CXF/job/CXF-Master-JDK9/357/console]):
{noformat}
[INFO] Building: mark-generated/pom.xml
[INFO] run post-build script verify.groovy
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by 
org.codehaus.groovy.reflection.CachedClass 
(file:/home/jenkins/jenkins-slave/workspace/CXF-Master-JDK9/.repository/org/codehaus/groovy/groovy-all/2.4.8/groovy-all-2.4.8.jar)
 to method java.lang.Object.finalize()
WARNING: Please consider reporting this to the maintainers of 
org.codehaus.groovy.reflection.CachedClass
WARNING: Use --illegal-access=warn to enable warnings of further illegal 
reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO]   mark-generated/pom.xml ... FAILED (8.5 
s)
[INFO]   The post-build script did not succeed. startup failed:
Script1.groovy: 20: unable to resolve class javax.xml.bind.DatatypeConverter
 @ line 20, column 1.
   import javax.xml.bind.DatatypeConverter 
   ^
{noformat}

> Options mark-generated and suppress-generated-date don't effect on generating 
> Java classes
> --
>
> Key: CXF-7708
> URL: https://issues.apache.org/jira/browse/CXF-7708
> Project: CXF
>  Issue Type: Bug
>  Components: Tooling
>Affects Versions: 3.2.4
>Reporter: Dmitry Volodin
>Assignee: Dennis Kieselhorst
>Priority: Minor
> Fix For: 3.2.5
>
>
> The CXF-7618 implements option suppress-generated-date but this option as 
> well as mark-generated are not propagating to the WSDLToJavaContainer as 
> command line arguments are note the same as generator arguments.
> This is fix for this issue, however we don't have separate tests for 
> cxf-codegen-plugin as well as wsdl2java command line tool.



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


[jira] [Commented] (CXF-7708) Options mark-generated and suppress-generated-date don't effect on generating Java classes

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

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

ASF GitHub Bot commented on CXF-7708:
-

deki closed pull request #405: CXF-7708 Options mark-generated and 
suppress-generated-date don't effect on generating Java classes
URL: https://github.com/apache/cxf/pull/405
 
 
   

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/maven-plugins/codegen-plugin/pom.xml 
b/maven-plugins/codegen-plugin/pom.xml
index 907a543109a..698aae30e8d 100644
--- a/maven-plugins/codegen-plugin/pom.xml
+++ b/maven-plugins/codegen-plugin/pom.xml
@@ -183,10 +183,14 @@
 verify
 
 
+
+
+
wsdl-artifact-resolution/pom.xml
+mark-generated/pom.xml
+
 src/it/settings.xml
 
${project.build.directory}/it
-
-!jdk-cxf-with-toolchain
+verify
 
 
 
diff --git 
a/maven-plugins/codegen-plugin/src/it/mark-generated/Cxf7708Service-1.0.0.wsdl 
b/maven-plugins/codegen-plugin/src/it/mark-generated/Cxf7708Service-1.0.0.wsdl
new file mode 100644
index 000..96831031d81
--- /dev/null
+++ 
b/maven-plugins/codegen-plugin/src/it/mark-generated/Cxf7708Service-1.0.0.wsdl
@@ -0,0 +1,269 @@
+
+
+http://schemas.xmlsoap.org/wsdl/"; 
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; 
xmlns:tns="http://cxf.apache.org/w2j/hello_world_soap_http"; 
xmlns:x1="http://cxf.apache.org/w2j/hello_world_soap_http/types"; 
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
targetNamespace="http://cxf.apache.org/w2j/hello_world_soap_http"; 
name="HelloWorld">
+
+http://www.w3.org/2001/XMLSchema"; 
xmlns:x1="http://cxf.apache.org/w2j/hello_world_soap_http/types"; 
targetNamespace="http://cxf.apache.org/w2j/hello_world_soap_http/types"; 
elementFormDefault="qualified">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+porttype documentation
+
+porttype op documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 

[jira] [Commented] (CXF-7708) Options mark-generated and suppress-generated-date don't effect on generating Java classes

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

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

ASF GitHub Bot commented on CXF-7708:
-

dmvolod commented on issue #405: CXF-7708 Options mark-generated and 
suppress-generated-date don't effect on generating Java classes
URL: https://github.com/apache/cxf/pull/405#issuecomment-383047785
 
 
   @deki , i've added it and fix current build process. Please review.


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


> Options mark-generated and suppress-generated-date don't effect on generating 
> Java classes
> --
>
> Key: CXF-7708
> URL: https://issues.apache.org/jira/browse/CXF-7708
> Project: CXF
>  Issue Type: Bug
>  Components: Tooling
>Affects Versions: 3.2.4
>Reporter: Dmitry Volodin
>Assignee: Dennis Kieselhorst
>Priority: Minor
> Fix For: 3.2.5
>
>
> The CXF-7618 implements option suppress-generated-date but this option as 
> well as mark-generated are not propagating to the WSDLToJavaContainer as 
> command line arguments are note the same as generator arguments.
> This is fix for this issue, however we don't have separate tests for 
> cxf-codegen-plugin as well as wsdl2java command line tool.



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


[jira] [Commented] (CXF-7708) Options mark-generated and suppress-generated-date don't effect on generating Java classes

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

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

ASF GitHub Bot commented on CXF-7708:
-

deki commented on issue #405: CXF-7708 Options mark-generated and 
suppress-generated-date don't effect on generating Java classes
URL: https://github.com/apache/cxf/pull/405#issuecomment-382382232
 
 
   Ok the build now fails but I had to disable the toolchain test due to 
CXF-7714.


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


> Options mark-generated and suppress-generated-date don't effect on generating 
> Java classes
> --
>
> Key: CXF-7708
> URL: https://issues.apache.org/jira/browse/CXF-7708
> Project: CXF
>  Issue Type: Bug
>  Components: Tooling
>Affects Versions: 3.2.4
>Reporter: Dmitry Volodin
>Assignee: Dennis Kieselhorst
>Priority: Minor
> Fix For: 3.2.5
>
>
> The CXF-7618 implements option suppress-generated-date but this option as 
> well as mark-generated are not propagating to the WSDLToJavaContainer as 
> command line arguments are note the same as generator arguments.
> This is fix for this issue, however we don't have separate tests for 
> cxf-codegen-plugin as well as wsdl2java command line tool.



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


[jira] [Commented] (CXF-7708) Options mark-generated and suppress-generated-date don't effect on generating Java classes

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

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

ASF GitHub Bot commented on CXF-7708:
-

deki commented on issue #405: CXF-7708 Options mark-generated and 
suppress-generated-date don't effect on generating Java classes
URL: https://github.com/apache/cxf/pull/405#issuecomment-382269932
 
 
   I think the jdk6 testcase is no longer valid for 3.2.x but we should 
probably have one for toolchains. I try to modify it and switch the 
invoker-plugin to break the build afterwards...


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


> Options mark-generated and suppress-generated-date don't effect on generating 
> Java classes
> --
>
> Key: CXF-7708
> URL: https://issues.apache.org/jira/browse/CXF-7708
> Project: CXF
>  Issue Type: Bug
>  Components: Tooling
>Affects Versions: 3.2.4
>Reporter: Dmitry Volodin
>Assignee: Dennis Kieselhorst
>Priority: Minor
> Fix For: 3.2.5
>
>
> The CXF-7618 implements option suppress-generated-date but this option as 
> well as mark-generated are not propagating to the WSDLToJavaContainer as 
> command line arguments are note the same as generator arguments.
> This is fix for this issue, however we don't have separate tests for 
> cxf-codegen-plugin as well as wsdl2java command line tool.



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


[jira] [Commented] (CXF-7708) Options mark-generated and suppress-generated-date don't effect on generating Java classes

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

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

ASF GitHub Bot commented on CXF-7708:
-

dmvolod commented on issue #405: CXF-7708 Options mark-generated and 
suppress-generated-date don't effect on generating Java classes
URL: https://github.com/apache/cxf/pull/405#issuecomment-382266791
 
 
   Yes, working on it for codegen plugin, but looks like no enforce plugin 
configured for build and integration test fails don't broke build pipeline. 
Also it contains jdk6 test which is always fails and i don't know is it actual 
or 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


> Options mark-generated and suppress-generated-date don't effect on generating 
> Java classes
> --
>
> Key: CXF-7708
> URL: https://issues.apache.org/jira/browse/CXF-7708
> Project: CXF
>  Issue Type: Bug
>  Components: Tooling
>Affects Versions: 3.2.4
>Reporter: Dmitry Volodin
>Assignee: Dennis Kieselhorst
>Priority: Minor
> Fix For: 3.2.5
>
>
> The CXF-7618 implements option suppress-generated-date but this option as 
> well as mark-generated are not propagating to the WSDLToJavaContainer as 
> command line arguments are note the same as generator arguments.
> This is fix for this issue, however we don't have separate tests for 
> cxf-codegen-plugin as well as wsdl2java command line tool.



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


[jira] [Commented] (CXF-7708) Options mark-generated and suppress-generated-date don't effect on generating Java classes

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

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

ASF GitHub Bot commented on CXF-7708:
-

deki commented on issue #405: CXF-7708 Options mark-generated and 
suppress-generated-date don't effect on generating Java classes
URL: https://github.com/apache/cxf/pull/405#issuecomment-382257703
 
 
   Ok, would it be possible for one of you to add a unit test, please?


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


> Options mark-generated and suppress-generated-date don't effect on generating 
> Java classes
> --
>
> Key: CXF-7708
> URL: https://issues.apache.org/jira/browse/CXF-7708
> Project: CXF
>  Issue Type: Bug
>  Components: Tooling
>Affects Versions: 3.2.4
>Reporter: Dmitry Volodin
>Assignee: Dennis Kieselhorst
>Priority: Minor
> Fix For: 3.2.5
>
>
> The CXF-7618 implements option suppress-generated-date but this option as 
> well as mark-generated are not propagating to the WSDLToJavaContainer as 
> command line arguments are note the same as generator arguments.
> This is fix for this issue, however we don't have separate tests for 
> cxf-codegen-plugin as well as wsdl2java command line tool.



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


[jira] [Commented] (CXF-7708) Options mark-generated and suppress-generated-date don't effect on generating Java classes

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

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

ASF GitHub Bot commented on CXF-7708:
-

dmvolod commented on issue #405: CXF-7708 Options mark-generated and 
suppress-generated-date don't effect on generating Java classes
URL: https://github.com/apache/cxf/pull/405#issuecomment-381353639
 
 
   The reason why the tests did not fall was that they covered only the process 
of transformation and not the wsdl2java or cxf-codegen-plugin itself. Yes, it's 
better to add unit tests for this.


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


> Options mark-generated and suppress-generated-date don't effect on generating 
> Java classes
> --
>
> Key: CXF-7708
> URL: https://issues.apache.org/jira/browse/CXF-7708
> Project: CXF
>  Issue Type: Bug
>  Components: Tooling
>Affects Versions: 3.2.4
>Reporter: Dmitry Volodin
>Assignee: Dennis Kieselhorst
>Priority: Minor
> Fix For: 3.2.5
>
>
> The CXF-7618 implements option suppress-generated-date but this option as 
> well as mark-generated are not propagating to the WSDLToJavaContainer as 
> command line arguments are note the same as generator arguments.
> This is fix for this issue, however we don't have separate tests for 
> cxf-codegen-plugin as well as wsdl2java command line tool.



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


[jira] [Commented] (CXF-7708) Options mark-generated and suppress-generated-date don't effect on generating Java classes

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

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

ASF GitHub Bot commented on CXF-7708:
-

deki commented on issue #405: CXF-7708 Options mark-generated and 
suppress-generated-date don't effect on generating Java classes
URL: https://github.com/apache/cxf/pull/405#issuecomment-381350270
 
 
   Hmm I wonder why does the unittest not fail? If this is a different case, 
could you please add one for it so that we are covered in future?


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


> Options mark-generated and suppress-generated-date don't effect on generating 
> Java classes
> --
>
> Key: CXF-7708
> URL: https://issues.apache.org/jira/browse/CXF-7708
> Project: CXF
>  Issue Type: Bug
>  Components: Tooling
>Affects Versions: 3.2.5
>Reporter: Dmitry Volodin
>Priority: Minor
> Fix For: 3.2.5
>
>
> The CXF-7618 implements option suppress-generated-date but this option as 
> well as mark-generated are not propagating to the WSDLToJavaContainer as 
> command line arguments are note the same as generator arguments.
> This is fix for this issue, however we don't have separate tests for 
> cxf-codegen-plugin as well as wsdl2java command line tool.



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


[jira] [Commented] (CXF-7708) Options mark-generated and suppress-generated-date don't effect on generating Java classes

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

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

ASF GitHub Bot commented on CXF-7708:
-

typekpb commented on issue #405: CXF-7708 Options mark-generated and 
suppress-generated-date don't effect on generating Java classes
URL: https://github.com/apache/cxf/pull/405#issuecomment-381302408
 
 
   Well, I've noticed that with the latest version of cxf it didn't work. So
   would be very thankful for the fix.
   
   On Fri, Apr 13, 2018, 18:14 Dennis Kieselhorst 
   wrote:
   
   > @typekpb  fyi
   >
   > —
   > You are receiving this because you were mentioned.
   > Reply to this email directly, view it on GitHub
   > , or mute
   > the thread
   > 

   > .
   >
   


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


> Options mark-generated and suppress-generated-date don't effect on generating 
> Java classes
> --
>
> Key: CXF-7708
> URL: https://issues.apache.org/jira/browse/CXF-7708
> Project: CXF
>  Issue Type: Bug
>  Components: Tooling
>Affects Versions: 3.2.5
>Reporter: Dmitry Volodin
>Priority: Minor
>
> The CXF-7618 implements option suppress-generated-date but this option as 
> well as mark-generated are not propagating to the WSDLToJavaContainer as 
> command line arguments are note the same as generator arguments.
> This is fix for this issue, however we don't have separate tests for 
> cxf-codegen-plugin as well as wsdl2java command line tool.



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


[jira] [Commented] (CXF-7708) Options mark-generated and suppress-generated-date don't effect on generating Java classes

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

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

ASF GitHub Bot commented on CXF-7708:
-

deki commented on issue #405: CXF-7708 Options mark-generated and 
suppress-generated-date don't effect on generating Java classes
URL: https://github.com/apache/cxf/pull/405#issuecomment-381185833
 
 
   @typekpb fyi


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


> Options mark-generated and suppress-generated-date don't effect on generating 
> Java classes
> --
>
> Key: CXF-7708
> URL: https://issues.apache.org/jira/browse/CXF-7708
> Project: CXF
>  Issue Type: Bug
>  Components: Tooling
>Affects Versions: 3.2.5
>Reporter: Dmitry Volodin
>Priority: Minor
>
> The CXF-7618 implements option suppress-generated-date but this option as 
> well as mark-generated are not propagating to the WSDLToJavaContainer as 
> command line arguments are note the same as generator arguments.
> This is fix for this issue, however we don't have separate tests for 
> cxf-codegen-plugin as well as wsdl2java command line tool.



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


[jira] [Commented] (CXF-7708) Options mark-generated and suppress-generated-date don't effect on generating Java classes

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

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

ASF GitHub Bot commented on CXF-7708:
-

dmvolod opened a new pull request #405: CXF-7708 Options mark-generated and 
suppress-generated-date don't effect on generating Java classes
URL: https://github.com/apache/cxf/pull/405
 
 
   on generating Java classes


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


> Options mark-generated and suppress-generated-date don't effect on generating 
> Java classes
> --
>
> Key: CXF-7708
> URL: https://issues.apache.org/jira/browse/CXF-7708
> Project: CXF
>  Issue Type: Bug
>  Components: Tooling
>Affects Versions: 3.2.5
>Reporter: Dmitry Volodin
>Priority: Minor
>
> The CXF-7618 implements option suppress-generated-date but this option as 
> well as mark-generated are not propagating to the WSDLToJavaContainer as 
> command line arguments are note the same as generator arguments.
> This is fix for this issue, however we don't have separate tests for 
> cxf-codegen-plugin as well as wsdl2java command line tool.



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