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
Note:
Quarkus will use test-mode when running unit tests due to launch mode - even when a -Dquarkus.mode=dev was used. However, outside of unit tests it will oblige the system property.
Cleanup CDI injection so that correct impls are specified depending on when it the app is run. i.e. tests use fixtures etc
See
https://docs.jboss.org/weld/reference/latest/en-US/html/specialization.html#_using_alternative_stereotypes
https://quarkus.io/guides/cdi-reference
https://github.com/liquidlabsio/logscape-ng/blob/master/uploader/src/main/resources/META-INF/services/org.eclipse.microprofile.config.spi.Converter
Note:
Quarkus will use test-mode when running unit tests due to launch mode - even when a -Dquarkus.mode=dev was used. However, outside of unit tests it will oblige the system property.
https://quarkus.io/guides/lifecycle#launch-modes
The text was updated successfully, but these errors were encountered: