[ 
https://issues.apache.org/jira/browse/FLINK-24833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17444834#comment-17444834
 ] 

Seth Wiesman commented on FLINK-24833:
--------------------------------------

fixed in ef5fb7a15cb3964d0d59434798549bfa26adabe9

> Prevent use of deprecated APIs in flink-examples
> ------------------------------------------------
>
>                 Key: FLINK-24833
>                 URL: https://issues.apache.org/jira/browse/FLINK-24833
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Examples
>    Affects Versions: 1.15.0
>            Reporter: Seth Wiesman
>            Assignee: Seth Wiesman
>            Priority: Major
>
> We should be able to setup java compiler for examples
> to fail on any usage of deprecated APIs.
> Something along the lines of:
> <plugin>
>   <artifactId>maven-compiler-plugin</artifactId>
>   <version>...</version>
>   <executions>
>     <execution>
>       <id>compile</id>
>       <phase>process-sources</phase>
>       <goals>
>         <goal>compile</goal>
>       </goals>
>       <configuration>
>         <compilerArgument>-Xlint:deprecation</compilerArgument>
>         <failOnWarning>true</failOnWarning>
>       </configuration>
>     </execution>
>   </executions>
> </plugin>



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to