-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
[FLINK-24964] Upgrade frontend-maven-plugin #17795
Conversation
Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community Automated ChecksLast check on commit dd59ec6 (Mon Nov 15 12:09:03 UTC 2021) Warnings:
Mention the bot in a comment to re-run the automated checks. Review Progress
Please see the Pull Request Review Guide for a full explanation of the review process. The Bot is tracking the review progress through labels. Labels are applied according to the order of the review items. For consensus, approval by a Flink committer of PMC member is required Bot commandsThe @flinkbot bot supports the following commands:
|
We cannot do this upgrade because this version requires Maven 3.6.0, while we are still using 3.2.5. |
@zentol I will try to check if there is a plugin version fixing M1 bug and working on maven 3.2.5 |
@zentol I think I found proper version :) |
While testing your change, the build failed with:
Ideally we shouldn't require people to perform manual steps to get a clean build. Did it work out of the box for you? |
No. I also stopped on this step. But I think we should fix M1 problems one by one :) Also: os72/protoc-jar#93 |
Thanks for confirming that you are also seeing this issue. Sadly, the |
I think this is good workaround for now. |
@rmetzger |
@rmetzger Do you think we should merge this and create a follow up ticket? |
Sorry for the delay. I'm currently on parental leave and have very little time in front of my screens ;)
Not that I'm aware of :) Yes, let's merge this and do a separate ticket for the remaining issue(s). |
I'll merge it myself asap (maybe tonight or tomorrow), but I'd also be happy if another Flink committer would merge it in the meantime. |
@AHeise Please merge :) |
Thanks @zentol ! |
What is the purpose of the change
Upgrade frontend-maven-plugin to fix compilation issue on Apple M1
Brief change log
Verifying this change
Verified by compilation.
Does this pull request potentially affect one of the following parts:
@Public(Evolving)
: noDocumentation