-
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
Use <parameters>true</parameters> instead of <compilerArgs><arg>-parameters</arg></compilerArgs> #41793
Use <parameters>true</parameters> instead of <compilerArgs><arg>-parameters</arg></compilerArgs> #41793
Conversation
Thanks for your pull request! Your pull request does not follow our editorial rules. Could you have a look?
This message is automatically generated by a bot. |
This comment has been minimized.
This comment has been minimized.
2cfe16f
to
a1943fb
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I think quarkus is still built with 3.8.6, see here
It is in the process of being bumped here; but getting some issues. #41648 |
I'm confused: Is 3.9.0 the Maven Core or the Maven Compiler plugin version? If it's the later, we're in 3.13.0 already |
Right... I got confused. This should be the compiler plugin version. Please ignore my previous message. |
…compilerArgs><arg>-parameters</arg></compilerArgs> since https://issues.apache.org/jira/browse/MCOMPILER-413 has been closed
a1943fb
to
ef216fe
Compare
I triggered another CI run as the failures in |
Status for workflow
|
Seems like |
Status for workflow
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, very nice cleanup!
🙈 The PR is closed and the preview is expired. |
Since https://issues.apache.org/jira/browse/MCOMPILER-413 has been fixed with
mavenmaven-compiler-plugin version3.9.0
, we no longer need this workaround.