afedulov commented on code in PR #25245: URL: https://github.com/apache/flink/pull/25245#discussion_r1929621095
########## pom.xml: ########## @@ -2355,8 +2355,6 @@ under the License. <exclude>@org.apache.flink.annotation.Experimental</exclude> <exclude>@org.apache.flink.annotation.Internal</exclude> <!-- MARKER: start exclusions; these will be wiped by tools/releasing/update_japicmp_configuration.sh --> - <!-- New method has been added to the interface, but this interface shouldn't be implemented by users, only used/called, so this doesn't break API compatibility. --> - <exclude>org.apache.flink.api.common.eventtime.WatermarkGeneratorSupplier$Context</exclude> <!-- Base interface has been extracted from the existing Clock class. This interface shouldn't affect user code. --> <exclude>org.apache.flink.util.clock.Clock</exclude> Review Comment: @pnowojski unfortunately this breaks the japicmp check: ``` [ERROR] Failed to execute goal com.github.siom79.japicmp:japicmp-maven-plugin:0.17.1:cmp (default) on project flink-core: There is at least one incompatibility: org.apache.flink.api.common.eventtime.WatermarkGeneratorSupplier$Context.getInputActivityClock():METHOD_NEW_DEFAULT,org.apache.flink.util.clock.Clock:METHOD_ABSTRACT_ADDED_IN_IMPLEMENTED_INTERFACE -> [Help 1] ``` This currently presents a blocker for 1.20.1 and 1.19.2 releases. Could you please look into providing a fix? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org