You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2021/04/20 02:07:10 UTC

[cxf] 01/03: Update Checkstyle to 8.41.1 (#773)

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

reta pushed a commit to branch 3.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit a0b7be62d175d9fce45e2e0e59e65d8689fc8cf7
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Mon Apr 19 18:39:26 2021 -0400

    Update Checkstyle to 8.41.1 (#773)
    
    (cherry picked from commit 5cbed0aaa0160a8588cca6d8a2290a61bba2cdbf)
    
    # Conflicts:
    #	parent/pom.xml
---
 parent/pom.xml                                                        | 2 +-
 rt/rs/client/src/main/java/org/apache/cxf/jaxrs/client/WebClient.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index b994584..f4ddf14 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -385,7 +385,7 @@
                         <dependency>
                             <groupId>com.puppycrawl.tools</groupId>
                             <artifactId>checkstyle</artifactId>
-                            <version>8.35</version>
+                            <version>8.41.1</version>
                         </dependency>
                     </dependencies>
                     <configuration>
diff --git a/rt/rs/client/src/main/java/org/apache/cxf/jaxrs/client/WebClient.java b/rt/rs/client/src/main/java/org/apache/cxf/jaxrs/client/WebClient.java
index 0f0c36c..7663131 100644
--- a/rt/rs/client/src/main/java/org/apache/cxf/jaxrs/client/WebClient.java
+++ b/rt/rs/client/src/main/java/org/apache/cxf/jaxrs/client/WebClient.java
@@ -1309,7 +1309,7 @@ public class WebClient extends AbstractClient {
     }
 
     @SuppressWarnings({
-     "rawtypes", "unchecked"
+        "rawtypes", "unchecked"
     })
     public <T extends RxInvoker> T rx(Class<T> rxCls, ExecutorService executorService) {
         if (CompletionStageRxInvoker.class.isAssignableFrom(rxCls)) {