-
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
Quarkus DEV mode requires 3.9.6 Maven #42478
Comments
/cc @quarkusio/devtools (maven) |
/cc @gsmet @manofthepeace |
@michalvavrik could you post the full stacktrace with |
Ah wait, you have been kind enough to provide a scripted reproducer, let me try.
|
You need a newer version to build Quarkus itself but for now we need to support older Maven versions for building Quarkus apps. Fixes quarkusio#42478
@michalvavrik thanks for your vigilance, this was an unintended side effect. I fixed it here: #42481 . |
got it, thanks |
You need a newer version to build Quarkus itself but for now we need to support older Maven versions for building Quarkus apps. Fixes quarkusio#42478
Describe the bug
After #41648 Quarkus now requires Maven 3.9.6 in DEV mode. I don't see this documented in migration guide and from what I understand from PR title, it is Quarkus that requires 3.9.6, not the Quarkus application.
Expected behavior
Fix requirement or document the situation.
Actual behavior
Exception is raised:
How to Reproduce?
Steps to reproduce the problem:
Output of
uname -a
orver
Fedora 40
Output of
java -version
OpenJDK Runtime Environment Temurin-21.0.1+12
Quarkus version or git rev
Quarkus HEAD 7d88a93 (999-SNAPSHOT)
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.8.8 (4c87b05d9aedce574290d1acc98575ed5eb6cd39)
Additional information
Quarkus CLI 3.12.2.
The text was updated successfully, but these errors were encountered: