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
it does not work neither on master nor on tag 20231106
./mvnw clean quarkus:build &&cd target/quarkus-app/ && java -jar quarkus-run.jar campaign --template=222 https://www.parisjug.org/events/2024/03-12-ci-cd/
2024-02-24 15:06:38,664 INFO [io.quarkus] (main) event-publisher 1.0.0-SNAPSHOT on JVM (powered by Quarkus 2.7.4.Final) started in 5.158s.
2024-02-24 15:06:38,674 INFO [io.quarkus] (main) Profile prod activated.
2024-02-24 15:06:38,674 INFO [io.quarkus] (main) Installed features: [cdi, picocli]
2024-02-24 15:06:38,682 ERROR [io.qua.run.Application] (main) Failed to start application (with profile prod): javax.enterprise.inject.UnsatisfiedResolutionException: No bean found for required type [class java.lang.Object] and qualifiers [[@io.quarkus.picocli.runtime.annotations.TopCommand()]]
at io.quarkus.arc.impl.InstanceImpl.bean(InstanceImpl.java:188)
at io.quarkus.arc.impl.InstanceImpl.getInternal(InstanceImpl.java:209)
at io.quarkus.arc.impl.InstanceImpl.get(InstanceImpl.java:95)
at io.quarkus.picocli.runtime.DefaultPicocliCommandLineFactory.create(DefaultPicocliCommandLineFactory.java:43)
at io.quarkus.picocli.runtime.DefaultPicocl
java version
java --version
openjdk 11.0.21 2023-10-17
OpenJDK Runtime Environment Temurin-11.0.21+9 (build 11.0.21+9)
OpenJDK 64-Bit Server VM Temurin-11.0.21+9 (build 11.0.21+9, mixed mode)
The text was updated successfully, but these errors were encountered:
it does not work neither on master nor on tag 20231106
java version
The text was updated successfully, but these errors were encountered: