Open
Description
Created by: benfry
Inside LinuxPlatform
, we're using reflective access to set the application name. Not a great idea but a well-known hack. This started throwing a nasty warning (that kinda looks like an error) on startup with Java 11 and 17.
That's been fixed with 8e54334, which resolves #207, which covers the warning itself.
Another detailed thread from folks looking into the same issue: cryptomator/cryptomator#956 (comment)
…but we need a better solution longer-term. Please help?