You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2022/02/02 08:02:22 UTC

[flink] 01/02: [FLINK-25905][build] Add Experimental to japicmp exclude list

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

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

commit 8566d9b11ce010441bf25766c60d9b06998ba09e
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Tue Feb 1 10:11:59 2022 +0100

    [FLINK-25905][build] Add Experimental to japicmp exclude list
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 00771eb..c74661b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2109,6 +2109,7 @@ under the License.
 								<!--<include>@org.apache.flink.annotation.PublicEvolving</include>-->
 							</includes>
 							<excludes>
+								<exclude>@org.apache.flink.annotation.Experimental</exclude>
 								<exclude>@org.apache.flink.annotation.PublicEvolving</exclude>
 								<exclude>@org.apache.flink.annotation.Internal</exclude>
 								<exclude>org.apache.flink.streaming.api.datastream.DataStream#DataStream(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment,org.apache.flink.streaming.api.transformations.StreamTransformation)</exclude>