usb4java GraalVM native compatibility issues
We have a SpringBoot3 app that communicates with virtual UART port via USB. App runs just fine as a JAR, however, there are strange issues we face once it gets compiled to a native .exe using GraalVM. Some methods of usb4java work fine, some work only partially and one method even causes a segfault.