Skip to content

Commit fed8c11

Browse files
Alexander Fedulovafedulov
Alexander Fedulov
authored andcommitted
[FLINK-35886][source] Exclude japi checks for the API changes
1 parent 035307e commit fed8c11

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -2363,6 +2363,10 @@ under the License.
23632363
<exclude>@org.apache.flink.annotation.PublicEvolving</exclude>
23642364
<exclude>@org.apache.flink.annotation.Internal</exclude>
23652365
<!-- 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>
23662370
<exclude>org.apache.flink.api.common.state.AggregatingState</exclude>
23672371
<exclude>org.apache.flink.api.common.state.AppendingState</exclude>
23682372
<exclude>org.apache.flink.api.common.state.BroadcastState</exclude>

0 commit comments

Comments
 (0)