Monitoring dev mode ARC in dev ui crash quarkus "dev flow" #33137
Labels
area/arc
Issue related to ARC (dependency injection)
area/dev-ui
area/devmode
kind/bug
Something isn't working
Milestone
Describe the bug
In DEV-UI, in the configuration tab, activating the property
quarkus.arc.dev-mode.monitoring-enabled
implies a crash.dev mode must be restarted.
Expected behavior
If this property cannot be updated at runtime, it would be described in documentation and mentioned to the user in DEV UI.
Actual behavior
No response
How to Reproduce?
quarkus.arc.dev-mode.monitoring-enabled
. A notification appears to acknowlegde the update.The quarkus console indicates that reload is done
INFO [io.qua.dep.dev.RuntimeUpdatesProcessor] (vert.x-worker-thread-1) Live reload total time: 0.173s
Output of
uname -a
orver
Darwin Kernel Version 21.6.0
Output of
java -version
openjdk version "17.0.1" 2021-10-19 OpenJDK Runtime Environment (build 17.0.1+12-39) OpenJDK 64-Bit Server VM (build 17.0.1+12-39, mixed mode, sharing)
GraalVM version (if different from Java)
No response
Quarkus version or git rev
3.0.2.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)Maven home: /Users/fifcan/.m2/wrapper/dists/apache-maven-3.8.8-bin/67c30f74/apache-maven-3.8.8 Java version: 17.0.1, vendor: Oracle Corporation, runtime: /Users/fifcan/Library/Java/JavaVirtualMachines/openjdk-17.0.1/Contents/Home Default locale: fr_FR, platform encoding: UTF-8 OS name: "mac os x", version: "12.6.5", arch: "aarch64", family: "mac"
Additional information
No response
The text was updated successfully, but these errors were encountered: