aljoscha commented on issue #6784: [FLINK-7811] Add support for Scala 2.12
URL: https://github.com/apache/flink/pull/6784#issuecomment-426563401
 
 
   > API compatibility failed:
   > 
   > ```
   > 11:55:19.619 [ERROR] Failed to execute goal 
com.github.siom79.japicmp:japicmp-maven-plugin:0.11.0:cmp (default) on project 
flink-streaming-scala_2.11: Breaking the build because there is at least one 
incompatibility: 
   > 
org.apache.flink.streaming.api.scala.DataStream$$anon$3.DataStream$$anon$3(org.apache.flink.streaming.api.scala.DataStream,org.apache.flink.api.common.typeinfo.TypeInformation,scala.Function1):CONSTRUCTOR_REMOVED,
   > 
org.apache.flink.streaming.api.scala.DataStream$$anon$4.map(java.lang.Object):METHOD_REMOVED,
   > 
org.apache.flink.streaming.api.scala.DataStream$$anon$4.DataStream$$anon$4(org.apache.flink.streaming.api.scala.DataStream,scala.Function1):CONSTRUCTOR_REMOVED,
   > 
org.apache.flink.api.common.functions.MapFunction[org.apache.flink.api.common.functions.MapFunction]:INTERFACE_REMOVED,
   > 
org.apache.flink.streaming.api.scala.DataStream$$anon$5.flatMap(java.lang.Object,org.apache.flink.util.Collector):METHOD_REMOVED,
   > 
org.apache.flink.streaming.api.scala.DataStream$$anon$5.DataStream$$anon$5(org.apache.flink.streaming.api.scala.DataStream,scala.Function2):CONSTRUCTOR_REMOVED,
   > 
org.apache.flink.api.common.functions.FlatMapFunction[org.apache.flink.api.common.functions.FlatMapFunction]:INTERFACE_REMOVED,
   > 
org.apache.flink.streaming.api.scala.DataStream$$anon$6.DataStream$$anon$6(org.apache.flink.streaming.api.scala.DataStream,scala.Function1):CONSTRUCTOR_REMOVED,
   > 
org.apache.flink.streaming.api.scala.DataStream$$anon$7.filter(java.lang.Object):METHOD_REMOVED,
   > 
org.apache.flink.api.common.functions.FilterFunction[org.apache.flink.api.common.functions.FilterFunction]:INTERFACE_REMOVED,
   > 
org.apache.flink.streaming.api.scala.DataStream$$anon$8.invoke(java.lang.Object):METHOD_REMOVED,
   > 
org.apache.flink.streaming.api.functions.sink.SinkFunction[org.apache.flink.streaming.api.functions.sink.SinkFunction]:INTERFACE_REMOVED,
   > 
org.apache.flink.streaming.api.scala.DataStream$$anon$9.select(java.lang.Object):METHOD_REMOVED,
   > 
org.apache.flink.streaming.api.collector.selector.OutputSelector[org.apache.flink.streaming.api.collector.selector.OutputSelector]:INTERFACE_REMOVED
 -> [Help 1]
   > ```
   
   @zentol that was resolved by one of the last commits. The problem was that 
our exclusion pattern for `anon$$...` classes was not correct.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to