Sergey Nuyanzin created FLINK-38387:
---------------------------------------
Summary: Bump spotless
Key: FLINK-38387
URL: https://issues.apache.org/jira/browse/FLINK-38387
Project: Flink
Issue Type: Sub-task
Components: Build System
Reporter: Sergey Nuyanzin
Assignee: Sergey Nuyanzin
Currently attempt to build with jdk25 with enabled spotless fails as
{noformat}
Execution spotless-check of goal
com.diffplug.spotless:spotless-maven-plugin:2.43.0:check failed: An API
incompatibility was encountered while executing
com.diffplug.spotless:spotless-maven-plugin:2.43.0:check:
java.lang.NoSuchMethodError: 'java.util.Queue
com.sun.tools.javac.util.Log$DeferredDiagnosticHandler.getDiagnostics()'
[ERROR] -----------------------------------------------------
[ERROR] realm = plugin>com.diffplug.spotless:spotless-maven-plugin:2.43.0
[ERROR] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
{noformat}
this is not fixed yet in spotless itself, so just waiting for their fix
https://github.com/diffplug/spotless/issues/2468
--
This message was sent by Atlassian Jira
(v8.20.10#820010)