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
in additonal to "writing rest services" tutorial, then the build breaks with a cycle detected error
Expected behavior
successful build
Actual behavior
build fails with a cycle detection
and gives the error output
[ERROR] Failed to execute goal io.quarkus.platform:quarkus-maven-plugin:3.8.3:build (default) on project rest-json-quickstart: Failed to build quarkus application: io.quarkus.builder.ChainBuildException: Cycle detected:
[ERROR] io.quarkus.arc.deployment.ArcProcessor#signalBeanContainerReady produced class io.quarkus.arc.deployment.BeanContainerBuildItem
[ERROR] to io.quarkus.flyway.deployment.FlywayProcessor#startActions produced class io.quarkus.agroal.spi.JdbcDataSourceSchemaReadyBuildItem
[ERROR] to io.quarkus.hibernate.orm.deployment.metrics.HibernateOrmMetricsProcessor#metrics produced class io.quarkus.deployment.metrics.MetricsFactoryConsumerBuildItem
[ERROR] to io.quarkus.smallrye.metrics.deployment.SmallRyeMetricsProcessor#extensionMetrics produced class io.quarkus.arc.deployment.UnremovableBeanBuildItem
[ERROR] to io.quarkus.arc.deployment.ArcProcessor#validate produced class io.quarkus.arc.deployment.ValidationPhaseBuildItem
[ERROR] to io.quarkus.arc.deployment.ObserverValidationProcessor#validateApplicationObserver produced class io.quarkus.arc.deployment.ValidationPhaseBuildItem$ValidationErrorBuildItem
[ERROR] to io.quarkus.arc.deployment.ArcProcessor#generateResources produced class io.quarkus.arc.deployment.ResourcesGeneratedPhaseBuildItem
[ERROR] to io.quarkus.arc.deployment.ArcProcessor#initializeContainer produced class io.quarkus.arc.deployment.ArcContainerBuildItem
[ERROR] to io.quarkus.arc.deployment.ArcProcessor#notifyBeanContainerListeners produced class io.quarkus.arc.deployment.PreBeanContainerBuildItem
[ERROR] to io.quarkus.arc.deployment.ArcProcessor#signalBeanContainerReady
Describe the bug
If you use following extensions
in additonal to "writing rest services" tutorial, then the build breaks with a cycle detected error
Expected behavior
successful build
Actual behavior
build fails with a cycle detection
and gives the error output
How to Reproduce?
mvn clean package -DskipTests
Output of
uname -a
orver
MINGW64_NT-10.0-19045
Output of
java -version
OpenJDK Runtime Environment Temurin-21.0.1+12 (build 21.0.1+12-LTS)
Quarkus version or git rev
3.8.3
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Additional information
No response
The text was updated successfully, but these errors were encountered: