George Gastaldi
George Gastaldi
Parece que o PR está alterando mais arquivos do que deveria?
I created https://github.com/quarkusio/quarkus-quickstarts/pull/1563 asking to remove the Quickstart
@michalvavrik can you please update your reproducer? I couldn't find the `feature/test-db-failover-recovery` branch in https://github.com/michalvavrik/quarkus-test-suite
Can you squash all your commits and force-push the single commit to your branch?
Sure, that's fine.
I am not sure about this as it looks kinda invasive: `Files.deleteIfExists(Path.of(javaHome.toString(), "lib", "fontconfig.properties"));`
Shouldn't these changes go in https://github.com/quarkusio/quarkus/tree/main/extensions/awt?
How about introducing a build item in the AWT extension and perform the registration of these classes if some other extension peoduces this item?
It could be named something like `HeadfulEnvironmentBuildItem`
It seems you need to exclude transitive SLF4J impl dependencies?