[ 
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 @@
                             </pomIncludes>
                             <settingsFile>src/it/settings.xml</settingsFile>
                             
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
-                            <!-- CXF-7708 temporarily disabled as it fails 
with JDK 9
                             <postBuildHookScript>verify</postBuildHookScript>
-                            -->
                         </configuration>
                     </execution>
                 </executions>
+                <dependencies>
+                   <dependency>
+                       <groupId>javax.xml.bind</groupId>
+                       <artifactId>jaxb-api</artifactId>
+                       <version>${cxf.jaxb.version}</version>
+                    </dependency>
+                </dependencies>
             </plugin>
         </plugins>
     </build>


 

----------------------------------------------------------------
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:
[email protected]


> 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)

Reply via email to