Gabor Somogyi created FLINK-37480: ------------------------------------- Summary: Jpicmp gives false positive Key: FLINK-37480 URL: https://issues.apache.org/jira/browse/FLINK-37480 Project: Flink Issue Type: Bug Components: Build System Affects Versions: 2.0-preview, 1.20.1 Reporter: Gabor Somogyi
This limitation has been found during development of [https://github.com/apache/flink/pull/26299]. Japicmp now gives false positive in case of generic templates: {code:java} [ERROR] Failed to execute goal com.github.siom79.japicmp:japicmp-maven-plugin:0.17.1:cmp (default) on project flink-state-processor-api: There is at least one incompatibility: org.apache.flink.state.api.OperatorTransformation.bootstrapWith(org.apache.flink.api.java.DataSet,long):CLASS_GENERIC_TEMPLATE_CHANGED,org.apache.flink.state.api.OperatorTransformation.bootstrapWith(org.apache.flink.streaming.api.datastream.DataStream,long):CLASS_GENERIC_TEMPLATE_CHANGED -> [Help 1] {code} The problem is caused by [https://github.com/siom79/japicmp/issues/368]. -- This message was sent by Atlassian Jira (v8.20.10#820010)