Skip to content

Commit

Permalink
[hotfix] Enable @PublicEvolving japicmp checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Fedulov authored and afedulov committed Jan 28, 2025
1 parent fed8c11 commit a7c197e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,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>1.19.0</japicmp.referenceVersion>
<japicmp.referenceVersion>1.20.0</japicmp.referenceVersion>
<japicmp.outputDir>tools/japicmp-output</japicmp.outputDir>
<checkstyle.version>9.3</checkstyle.version>
<!-- can be removed with maven-spotless-plugin:2.38+ -->
Expand Down Expand Up @@ -2356,11 +2356,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>
<!-- MARKER: start exclusions; these will be wiped by tools/releasing/update_japicmp_configuration.sh -->
<!-- New method has been added to the interface, with a default implementation. This shouldn't break binary compatibility. -->
Expand Down

0 comments on commit a7c197e

Please sign in to comment.