Skip to content

Commit 40250d3

Browse files
committed
[FLINK-37361][release] Update japicmp configuration post 1.19.2
1 parent afaafa2 commit 40250d3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pom.xml

+1-5
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ under the License.
173173
<minikdc.version>3.2.4</minikdc.version>
174174
<hive.version>2.3.9</hive.version>
175175
<orc.version>1.5.6</orc.version>
176-
<japicmp.referenceVersion>1.19.1</japicmp.referenceVersion>
176+
<japicmp.referenceVersion>1.19.2</japicmp.referenceVersion>
177177
<japicmp.outputDir>tools/japicmp-output</japicmp.outputDir>
178178
<spotless.version>2.27.1</spotless.version>
179179
<spotless.scalafmt.version>3.4.3</spotless.scalafmt.version>
@@ -2355,10 +2355,6 @@ under the License.
23552355
<exclude>@org.apache.flink.annotation.Experimental</exclude>
23562356
<exclude>@org.apache.flink.annotation.Internal</exclude>
23572357
<!-- MARKER: start exclusions; these will be wiped by tools/releasing/update_japicmp_configuration.sh -->
2358-
<!-- New method has been added to the interface, with a default implementation. This shouldn't break binary compatibility. -->
2359-
<exclude>org.apache.flink.api.common.eventtime.WatermarkGeneratorSupplier$Context</exclude>
2360-
<!-- Base interface has been extracted from the existing Clock class. This interface shouldn't affect user code. -->
2361-
<exclude>org.apache.flink.util.clock.Clock</exclude>
23622358
<!-- MARKER: end exclusions -->
23632359
</excludes>
23642360
<accessModifier>public</accessModifier>

0 commit comments

Comments
 (0)