This is an automated email from the ASF dual-hosted git repository. alpinegizmo pushed a commit to branch release-japicmp in repository https://gitbox.apache.org/repos/asf/flink.git
commit 75e6edf1e14ac797403c66da3dcc813106eb312c Author: David Anderson <[email protected]> AuthorDate: Wed Jun 24 16:58:35 2026 -0700 [hotfix][release] Update japicmp configuration for 2.3.0 --- 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 -->
