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
Environment: When running a @QuarkusTest annotated test
Setup: A class implements org.eclipse.microprofile.config.spi.ConfigSource and is added to the list of entries in org.eclipse.microprofile.config.spi.ConfigSource under META-INF/services
Scenario: When running a test annotated with @QuarkusTest (Currently I can not test it any other way because of this issue) multiple instances are created from the class defined in the services file.
The text was updated successfully, but these errors were encountered:
Language: Kotlin (AWS Lambda)
Environment: When running a
@QuarkusTest
annotated testSetup: A class implements
org.eclipse.microprofile.config.spi.ConfigSource
and is added to the list of entries inorg.eclipse.microprofile.config.spi.ConfigSource
underMETA-INF/services
Scenario: When running a test annotated with
@QuarkusTest
(Currently I can not test it any other way because of this issue) multiple instances are created from the class defined in the services file.The text was updated successfully, but these errors were encountered: