You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by di...@apache.org on 2020/06/03 15:11:18 UTC

[flink] 01/03: [FLINK-17959][checkstyle] Exclude all beam classes

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

dianfu pushed a commit to branch release-1.11
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 5a2afbc01a438ea2f2598eac9c6dac5f58012f35
Author: Dian Fu <di...@apache.org>
AuthorDate: Wed Jun 3 16:41:45 2020 +0800

    [FLINK-17959][checkstyle] Exclude all beam classes
    
    This closes #12459.
---
 tools/maven/suppressions.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/maven/suppressions.xml b/tools/maven/suppressions.xml
index b21c26e..dc7c407 100644
--- a/tools/maven/suppressions.xml
+++ b/tools/maven/suppressions.xml
@@ -29,7 +29,7 @@ under the License.
 		<suppress files="org[\\/]apache[\\/]calcite.*" checks="[a-zA-Z0-9]*"/>
 
 		<!-- Temporarily fix TM Metaspace memory leak caused by Apache Beam sdk harness. -->
-		<suppress files="org[\\/]apache[\\/]beam[\\/]vendor[\\/]grpc[\\/]v1p21p0[\\/]io[\\/]netty[\\/]buffer.*.java" checks="[a-zA-Z0-9]*"/>
+		<suppress files="org[\\/]apache[\\/]beam.*.java" checks="[a-zA-Z0-9]*"/>
 
 	    <!-- Have to use guava directly -->
 	    <suppress