Skip to content

Commit a7c197e

Browse files
Alexander Fedulovafedulov
Alexander Fedulov
authored andcommitted
[hotfix] Enable @PublicEvolving japicmp checks
1 parent fed8c11 commit a7c197e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ under the License.
176176
<minikdc.version>3.2.4</minikdc.version>
177177
<hive.version>2.3.10</hive.version>
178178
<orc.version>1.5.6</orc.version>
179-
<japicmp.referenceVersion>1.19.0</japicmp.referenceVersion>
179+
<japicmp.referenceVersion>1.20.0</japicmp.referenceVersion>
180180
<japicmp.outputDir>tools/japicmp-output</japicmp.outputDir>
181181
<checkstyle.version>9.3</checkstyle.version>
182182
<!-- can be removed with maven-spotless-plugin:2.38+ -->
@@ -2356,11 +2356,10 @@ under the License.
23562356
<include>@org.apache.flink.annotation.Public</include>
23572357
<!-- The following line is un-commented by tools/releasing/update_japicmp_configuration.sh
23582358
as part of the release process -->
2359-
<!--<include>@org.apache.flink.annotation.PublicEvolving</include>-->
2359+
<include>@org.apache.flink.annotation.PublicEvolving</include>
23602360
</includes>
23612361
<excludes>
23622362
<exclude>@org.apache.flink.annotation.Experimental</exclude>
2363-
<exclude>@org.apache.flink.annotation.PublicEvolving</exclude>
23642363
<exclude>@org.apache.flink.annotation.Internal</exclude>
23652364
<!-- MARKER: start exclusions; these will be wiped by tools/releasing/update_japicmp_configuration.sh -->
23662365
<!-- New method has been added to the interface, with a default implementation. This shouldn't break binary compatibility. -->

0 commit comments

Comments
 (0)