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

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


The following commit(s) were added to refs/heads/release-1.15 by this push:
     new 616cd77a5ab Update japicmp configuration for 1.15.0
616cd77a5ab is described below

commit 616cd77a5ab90ac858cde08f10e763473f259e55
Author: Yun Gao <[email protected]>
AuthorDate: Thu May 5 14:49:04 2022 +0800

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

diff --git a/pom.xml b/pom.xml
index 711c631e097..edd9a3900d3 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.14.0</japicmp.referenceVersion>
+               <japicmp.referenceVersion>1.15.0</japicmp.referenceVersion>
                <japicmp.outputDir>tools/japicmp-output</japicmp.outputDir>
                <spotless.version>2.4.2</spotless.version>
 
@@ -2129,11 +2129,10 @@ 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.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>
                                                                
<exclude>org.apache.flink.streaming.api.environment.LegacyLocalStreamEnvironment</exclude>

Reply via email to