This is an automated email from the ASF dual-hosted git repository.
alpinegizmo pushed a commit to branch release-2.3
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-2.3 by this push:
new fdf9d469f20 [hotfix][release] Update japicmp configuration for 2.3.0
(#28537)
fdf9d469f20 is described below
commit fdf9d469f201be617b57842b0e7287ce563941fe
Author: David Anderson <[email protected]>
AuthorDate: Thu Jun 25 08:16:04 2026 -0700
[hotfix][release] Update japicmp configuration for 2.3.0 (#28537)
---
pom.xml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 69c1c83d748..c847a87bd01 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,7 @@ under the License.
<minikdc.version>3.2.4</minikdc.version>
<hive.version>2.3.10</hive.version>
<orc.version>1.5.6</orc.version>
- <japicmp.referenceVersion>2.2.0</japicmp.referenceVersion>
+ <japicmp.referenceVersion>2.3.0</japicmp.referenceVersion>
<japicmp.outputDir>tools/japicmp-output</japicmp.outputDir>
<checkstyle.version>10.18.2</checkstyle.version>
<spotless.skip>false</spotless.skip>
@@ -2385,13 +2385,12 @@ 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>@java.lang.Deprecated</exclude>
<exclude>*.scala</exclude>
<exclude>@org.apache.flink.annotation.Experimental</exclude>
-
<exclude>@org.apache.flink.annotation.PublicEvolving</exclude>
<exclude>@org.apache.flink.annotation.Internal</exclude>
<!-- MARKER:
start exclusions; these will be wiped by
tools/releasing/update_japicmp_configuration.sh -->
<!-- MARKER:
end exclusions -->