File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -2363,6 +2363,10 @@ under the License.
2363
2363
<exclude >@org.apache.flink.annotation.PublicEvolving</exclude >
2364
2364
<exclude >@org.apache.flink.annotation.Internal</exclude >
2365
2365
<!-- MARKER: start exclusions; these will be wiped by tools/releasing/update_japicmp_configuration.sh -->
2366
+ <!-- New method has been added to the interface, with a default implementation. This shouldn't break binary compatibility. -->
2367
+ <exclude >org.apache.flink.api.common.eventtime.WatermarkGeneratorSupplier$Context</exclude >
2368
+ <!-- Base interface has been extracted from the existing Clock class. This interface shouldn't affect user code. -->
2369
+ <exclude >org.apache.flink.util.clock.Clock</exclude >
2366
2370
<exclude >org.apache.flink.api.common.state.AggregatingState</exclude >
2367
2371
<exclude >org.apache.flink.api.common.state.AppendingState</exclude >
2368
2372
<exclude >org.apache.flink.api.common.state.BroadcastState</exclude >
You can’t perform that action at this time.
0 commit comments