elharo opened a new pull request, #1088: URL: https://github.com/apache/maven-compiler-plugin/pull/1088
`CompilerConfiguration.setCompilerVersion()` is deprecated and no longer evaluated by the underlying compilers. The `compilerVersion` field in `AbstractCompilerMojo` is already `@Deprecated` with this Javadoc: > This parameter is no longer evaluated by the underlying compilers, instead the actual version of the `javac` binary is automatically retrieved. This removes the no-op call to eliminate the deprecation warning while keeping the `@Deprecated` field for backward compatibility — users who still set `maven.compiler.compilerVersion` will get a deprecation warning but not a build error." -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
