Re: [I] API incompatibility when using Maven 4.0.0-RC3 [maven-compiler-plugin]

2025-04-14 Thread via GitHub
PinkMoustacheMan commented on issue #326: URL: https://github.com/apache/maven-compiler-plugin/issues/326#issuecomment-2802470202 Good to know, thanks for the quick response. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [I] API incompatibility when using Maven 4.0.0-RC3 [maven-compiler-plugin]

2025-04-14 Thread via GitHub
desruisseaux commented on issue #326: URL: https://github.com/apache/maven-compiler-plugin/issues/326#issuecomment-2802278547 Yes, this is a known issue already fixed [in this commit](https://github.com/apache/maven-compiler-plugin/pull/320/commits/f97b68368d753be6125d3d18dfefc4c814e42a54).

[I] API incompatibility when using Maven 4.0.0-RC3 [maven-compiler-plugin]

2025-04-14 Thread via GitHub
PinkMoustacheMan opened a new issue, #326: URL: https://github.com/apache/maven-compiler-plugin/issues/326 ### Affected version 4.0.0-beta-2 ### Bug description When trying to compile Java code using Maven 4.0.0-RC3 a `NoSuchMethodError` is thrown. This does not happen w