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
fix: make QuarkusConfigurationService also provide ConfigurationService
Synthetic beans are very low-level so they only register their own type
by default. Using addType allows to record the fact that the bean also
produces instances of its supertypes / implemented interfaces, if
needed.
Copy file name to clipboardExpand all lines: quarkus-extension/deployment/src/main/java/io/javaoperatorsdk/quarkus/extension/deployment/QuarkusExtensionProcessor.java
0 commit comments