Skip to content

Commit fd8280d

Browse files
committed
[FLINK-36207][build] Disables deprecated API from japicmp
The japicmp plugin doesn't seem to work well with Scala annotations (more specifically @scala.deprecated). But we're planning to remove the Scala code as part of the 2.0 release, anyway. Hence, excluding all *scala files should be good enough.
1 parent 13cd826 commit fd8280d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2362,6 +2362,8 @@ under the License.
23622362
<!--<include>@org.apache.flink.annotation.PublicEvolving</include>-->
23632363
</includes>
23642364
<excludes>
2365+
<exclude>@java.lang.Deprecated</exclude>
2366+
<exclude>*.scala</exclude>
23652367
<exclude>@org.apache.flink.annotation.Experimental</exclude>
23662368
<exclude>@org.apache.flink.annotation.PublicEvolving</exclude>
23672369
<exclude>@org.apache.flink.annotation.Internal</exclude>

0 commit comments

Comments
 (0)