Commit 40250d3 1 parent afaafa2 commit 40250d3 Copy full SHA for 40250d3
File tree 1 file changed +1
-5
lines changed
1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ under the License.
173
173
<minikdc .version>3.2.4</minikdc .version>
174
174
<hive .version>2.3.9</hive .version>
175
175
<orc .version>1.5.6</orc .version>
176
- <japicmp .referenceVersion>1.19.1 </japicmp .referenceVersion>
176
+ <japicmp .referenceVersion>1.19.2 </japicmp .referenceVersion>
177
177
<japicmp .outputDir>tools/japicmp-output</japicmp .outputDir>
178
178
<spotless .version>2.27.1</spotless .version>
179
179
<spotless .scalafmt.version>3.4.3</spotless .scalafmt.version>
@@ -2355,10 +2355,6 @@ under the License.
2355
2355
<exclude >@org.apache.flink.annotation.Experimental</exclude >
2356
2356
<exclude >@org.apache.flink.annotation.Internal</exclude >
2357
2357
<!-- 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 >
2362
2358
<!-- MARKER: end exclusions -->
2363
2359
</excludes >
2364
2360
<accessModifier >public</accessModifier >
You can’t perform that action at this time.
0 commit comments