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

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


The following commit(s) were added to refs/heads/release-1.14 by this push:
     new 0d2ef66  Update japicmp configuration for 1.14.0
0d2ef66 is described below

commit 0d2ef6699ee61d47dbf1f1b5ad16c63608da5749
Author: Xintong Song <[email protected]>
AuthorDate: Wed Sep 29 16:17:23 2021 +0800

    Update japicmp configuration for 1.14.0
---
 pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index a06df7a..65087eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,7 +155,7 @@ under the License.
                        For Hadoop 2.7, the minor Hadoop version supported for 
flink-shaded-hadoop-2-uber is 2.7.5
                -->
                
<hivemetastore.hadoop.version>2.7.5</hivemetastore.hadoop.version>
-               <japicmp.referenceVersion>1.13.0</japicmp.referenceVersion>
+               <japicmp.referenceVersion>1.14.0</japicmp.referenceVersion>
                <japicmp.outputDir>tools/japicmp-output</japicmp.outputDir>
                <spotless.version>2.4.2</spotless.version>
 
@@ -2076,10 +2076,9 @@ under the License.
                                                                
<include>@org.apache.flink.annotation.Public</include>
                                                                <!-- The 
following line is un-commented by 
tools/releasing/update_japicmp_configuration.sh
                                                                        as part 
of the release process -->
-                                                               
<!--<include>@org.apache.flink.annotation.PublicEvolving</include>-->
+                                                               
<include>@org.apache.flink.annotation.PublicEvolving</include>
                                                        </includes>
                                                        <excludes>
-                                                               
<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>
                                                                
<exclude>org.apache.flink.streaming.api.environment.LegacyLocalStreamEnvironment</exclude>

Reply via email to