-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to maven-compiler-plugin 3.11.0 #31537
Conversation
🙈 The PR is closed and the preview is expired. |
@aloubyansky interested in your opinion on this: we were still using Maven Compiler Plugin 3.8.1 to compile Quarkus. |
Sounds like a good idea |
This comment has been minimized.
This comment has been minimized.
6629fa6
to
3015c7b
Compare
This comment has been minimized.
This comment has been minimized.
3015c7b
to
749b5ff
Compare
This comment has been minimized.
This comment has been minimized.
@geoand did you end up moving to Windows in the end? From what I could understand, I think the error is due to some invalid character in the report but the error message is very cryptic and I have no idea where it could come from. It might be a regression in a Maven plugin but it's hard to know.
From what I can see, the failure is here: https://github.com/apache/maven-compiler-plugin/blob/master/src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java#L1704 . Do we have a file in the tree with a special character? |
Nope, not yet |
Maybe @Karm who recently built on a new Windows installation can help |
@gsmet This is the issue:
The filename of this class uses a unicode character that can't be mapped on Windows using the default encoding. While this should not be a big deal, and it might be a small issue from maven-compiler-plugin (probably it should be using UTF-8 by default [or not]), IMO the file names should use ASCII chars. |
@jorsol oh, good catch! Will fix that and see how it goes! |
749b5ff
to
a2ee4bc
Compare
Remember to not only rename the file name, but also the class name. |
a2ee4bc
to
e5d0078
Compare
@jorsol yeah, I actually did the mistake but fixed it right away. Things should be all good now. |
Failing Jobs - Building e5d0078
Full information is available in the Build summary check run. Failures⚙️ JVM Tests - JDK 17 Windows #- Failing: extensions/resteasy-classic/rest-client/runtime
! Skipped: extensions/amazon-lambda-http/deployment extensions/amazon-lambda-http/http-event-server extensions/amazon-lambda-rest/deployment and 104 more 📦 extensions/resteasy-classic/rest-client/runtime✖
|
No description provided.