Vlad

Results 13 comments of Vlad

I have tried to run Sparrow with OpenJDK 21 inside a Fedora VM, and found out that the issue is still present, and then thought that using JDK 21 may...

Answering my own question because I overlooked that JavaFX is a dependency and the version can be changed to `21` in the [corresponding place](https://github.com/sparrowwallet/sparrow/blob/master/build.gradle#L56). After doing that the issue is...

Looks like this issue is no longer present in the latest git revision. I did `git bisect` to determine a commit that fixed it, and it is `9ccf593`, which is...