You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quarkus application defined as a community starter project won't start with the current java-quakurs devfile stack.
It thorws an error Failed to execute goal io.quarkus.platform:quarkus-maven-plugin:2.7.1.Final:dev (default-cli) on project code-with-quarkus: Detected Maven Version (3.6.2) is not supported, it must be in [3.8.1,). -> [Help 1]
Look like the Maven version inside the image that java-quarkus uses registry.access.redhat.com/ubi8/openjdk-11 old version that is no longer supported by quarkus
To Reproduce:
odo create java-quarkus --starter community
odo push
odo log
Expected behavior
running Quarkus application
Any logs, error output, screenshots etc? Provide the devfile that sees this bug, if applicable.
[INFO]
[INFO] --- quarkus-maven-plugin:2.7.1.Final:dev (default-cli) @ code-with-quarkus ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.778 s
[INFO] Finished at: 2022-02-15T11:36:03Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal io.quarkus.platform:quarkus-maven-plugin:2.7.1.Final:dev (default-cli) on project code-with-quarkus: Detected Maven Version (3.6.2) is not supported, it must be in [3.8.1,). -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
The text was updated successfully, but these errors were encountered:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
/kind bug
Which area this bug is related to?
/area registry
What versions of software are you using?
The current state of devfile registry https://github.com/devfile/registry/tree/2cb3c679acc351d9da81593f80f80cf0688cb799
Bug Summary
Quarkus application defined as a
community
starter project won't start with the current java-quakurs devfile stack.It thorws an error
Failed to execute goal io.quarkus.platform:quarkus-maven-plugin:2.7.1.Final:dev (default-cli) on project code-with-quarkus: Detected Maven Version (3.6.2) is not supported, it must be in [3.8.1,). -> [Help 1]
Look like the Maven version inside the image that java-quarkus uses
registry.access.redhat.com/ubi8/openjdk-11
old version that is no longer supported by quarkusTo Reproduce:
Expected behavior
running Quarkus application
Any logs, error output, screenshots etc? Provide the devfile that sees this bug, if applicable.
The text was updated successfully, but these errors were encountered: