QuarkusUnitTest API to configure more than one .properties resource #43914
Open
Description
Describe the bug
Following #43129 and with 999-SNAPSHOT, it's no longer possible to call multiple times QuarkusUnitTest#withConfigurationResource, only the last resource is taken into account.
With Quarkus 3.15.1, it was possible to do this: https://github.com/quarkiverse/quarkus-logging-splunk/blob/a7fa1ae74ef2b8f031e4cadb095f81545289e062/deployment/src/test/java/io/quarkiverse/logging/splunk/LoggingSplunkMinimalConfigTest.java#L22-L23
I guess it might have been a mis-usage of the API ? Is there another way to pass more than one .properties resource per QuarkusUnitTest ?
/cc @mkouba
Quarkus version or git rev
999-SNAPSHOT (master)