This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new 4c46bc4  Restore checkstyle running on tests
4c46bc4 is described below

commit 4c46bc4cf62d0881b372e9d58bf21981ce4b8fe1
Author: Daniel Kulp <[email protected]>
AuthorDate: Tue Jan 16 10:43:21 2018 -0500

    Restore checkstyle running on tests
---
 parent/pom.xml                                                         | 3 ++-
 .../apache/cxf/microprofile/client/CxfTypeSafeClientBuilderTest.java   | 2 +-
 .../java/org/apache/cxf/systest/jaxrs/JAXRSClientServerBookTest.java   | 1 +
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index d01ff33..b20b70a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -170,7 +170,7 @@
         <cxf.xbean.version>3.5</cxf.xbean.version>
         <cxf.xerces.version>2.11.0</cxf.xerces.version>
         <cxf.xmlbeans.version>2.6.0</cxf.xmlbeans.version>
-        <cxf.xmlschema.version>2.2.2</cxf.xmlschema.version>
+        <cxf.xmlschema.version>2.2.3-SNAPSHOT</cxf.xmlschema.version>
         <cxf.xpp3.bundle.version>1.1.4c_6</cxf.xpp3.bundle.version>
         <cxf.validation.api.version>1.1.0.Final</cxf.validation.api.version>
         <!-- the Export-Package is the same as the Maven artifact
@@ -378,6 +378,7 @@
                             <id>validate</id>
                             <phase>validate</phase>
                             <configuration>
+                                
<includeTestSourceDirectory>true</includeTestSourceDirectory>
                                 
<configLocation>${cxf.resources.base.path}cxf-checkstyle${cxf.checkstyle.extension}.xml</configLocation>
                                 <consoleOutput>true</consoleOutput>
                                 <failsOnError>true</failsOnError>
diff --git 
a/rt/rs/microprofile-client/src/test/java/org/apache/cxf/microprofile/client/CxfTypeSafeClientBuilderTest.java
 
b/rt/rs/microprofile-client/src/test/java/org/apache/cxf/microprofile/client/CxfTypeSafeClientBuilderTest.java
index 3ece08c..16fb8a9 100644
--- 
a/rt/rs/microprofile-client/src/test/java/org/apache/cxf/microprofile/client/CxfTypeSafeClientBuilderTest.java
+++ 
b/rt/rs/microprofile-client/src/test/java/org/apache/cxf/microprofile/client/CxfTypeSafeClientBuilderTest.java
@@ -20,8 +20,8 @@ package org.apache.cxf.microprofile.client;
 
 import java.net.URL;
 
-import javax.ws.rs.core.Response;
 import javax.ws.rs.WebApplicationException;
+import javax.ws.rs.core.Response;
 
 import org.apache.cxf.microprofile.client.mock.EchoClientReqFilter;
 import org.apache.cxf.microprofile.client.mock.ExceptionMappingClient;
diff --git 
a/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/JAXRSClientServerBookTest.java
 
b/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/JAXRSClientServerBookTest.java
index b81dbe6..96a23a8 100644
--- 
a/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/JAXRSClientServerBookTest.java
+++ 
b/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/JAXRSClientServerBookTest.java
@@ -84,6 +84,7 @@ import org.apache.http.util.EntityUtils;
 import org.junit.BeforeClass;
 import org.junit.Test;
 
+//CHECKSTYLE.OFF:JavaNCSS
 public class JAXRSClientServerBookTest extends AbstractBusClientServerTestBase 
{
     public static final String PORT = BookServer.PORT;
     public static final String PORT2 = 
allocatePort(JAXRSClientServerBookTest.class);

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to