David Gerber
David Gerber
I have the same problem here but with the Oracle JDK (v8, 221)
This should be reported to Oracle so that they add it to jpackage. But PRs are welcome if someone knows how to do it manually.
This **might** be easier to do in Netty 5, but I should ask them in their discord channel. Commit 9323cad932e2f32d04dc4fe7304092fd8541ae0c contains the old code.
Should work with https://github.com/Jerady/fontawesomefx-glyphsbrowser/pull/18
Any more details? I had to do the following in my project as a workaround: ```java @Configuration public class FxWeaverConfiguration { @Bean public FxWeaver fxWeaver(ConfigurableApplicationContext applicationContext) { return new SpringFxWeaver(applicationContext);...
I tried to remove my workaround with Spring Boot 3.1.5 and it still doesn't work. `Parameter 0 of constructor in io.xeres.ui.support.window.WindowManager required a bean of type 'net.rgielen.fxweaver.core.FxWeaver' that could not...
Linked to #2
Fixed in JDK 18.
Should be fixed since we use JDK 18 now.
Apparently still happens with JDK 18.