Sergey Nuyanzin created FLINK-38390:
---------------------------------------
Summary: Compiliation of flink-core and flink-table-planner fails
because of annotation processors
Key: FLINK-38390
URL: https://issues.apache.org/jira/browse/FLINK-38390
Project: Flink
Issue Type: Sub-task
Components: Build System
Reporter: Sergey Nuyanzin
Assignee: Sergey Nuyanzin
compilation of flink-core with jdk25 fails as
{noformat}
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
flink/flink-core/src/test/java/org/apache/flink/core/fs/InitOutputPathTest.java:[303,37]
unreported exception java.lang.InterruptedException; must be caught or
declared to be thrown
{noformat}
and for flink-table-planner
there are multiple failures like
{noformat}
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
flink/flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/rules/logical/JoinDeriveNullFilterRule.java:[124,50]
package ImmutableJoinDeriveNullFilterRule does not exist
{noformat}
in both cases the reason is https://inside.java/2024/06/18/quality-heads-up/
--
This message was sent by Atlassian Jira
(v8.20.10#820010)