HerrDerb
HerrDerb
While I couldn't get the suggested fix to work, this plugin seems to do the trick for me: `@capawesome/capacitor-android-edge-to-edge-support`
Suggestion for a new method to override configs from a config source https://github.com/quarkusio/quarkus/pull/44369
@radcortez While this seems to work: ``` @RegisterExtension static final QuarkusUnitTest config = new QuarkusUnitTest() .addAdditionalDependency(ShrinkWrap.create(JavaArchive.class) .addClasses(OidcTestApi.class) .addAsManifestResource(EmptyAsset.INSTANCE, "beans.xml")) .withConfigurationResource("application-default.properties") .overrideConfigKey("quarkus.config.locations","application-oidc.properties"); ``` , it does feel like a workaround.
`overrideConfigKey` is very convenient and makes the test conditions more readable 👍 I guess using `quarkus.config.locations` instead of a new method is acceptable for me. @mkouba you can decide if...
@bitwiseman I need to fix/add the tests in a quite minute :)
I am going to close this as not needed anymore
I also experience that the dev server mode seems not to work. All request from the server application on port :4200 to the backend hang. When disabling the dev server,...
@mpeddada1 This issue now does affect the newer builds of quarkus too. Since the framework updated to ~~jib-core v0.27.2~~`[jib-core v0.27.1]`, a container build using the jib extension of quarkus will...
@mpeddada1 Bump, as this breaks jib on windows since 0.27.1
@heronster the original issue got reopened https://github.com/GoogleContainerTools/jib/issues/4267