CodeDead
CodeDead
@philipptempel The issue lies in the JFX SDK and will be fixed in openjfx21, which will be released at an unknown date as of today. It could be months, but...
> According to the [log4j 2.21.0 release notes](https://logging.apache.org/log4j/2.x/release-notes.html) they migrated from automatic modules to named modules. This might or might not solve this problem. Note that the module names for...
As per https://github.com/apache/logging-log4j2/issues/1896 , the solution for log4j2 2.21.0 is to do something like this in your `build.gradle` file: ``` jlink { forceMerge('log4j-api') mergedModule { additive = true uses 'org.apache.logging.log4j.util.PropertySource'...
Thanks @jo-oe
Is there an added benefit to doing that? I'm personally not to keen on third party app installers, except for the Windows Store.
Larger user base is not necessarily important. We don't collect, sell, or otherwise process user data and don't particularly develop software for status or brand recognition. It is simply provided...
That's a great idea, thanks for the suggestion. I'll see what I can do to make this happen.
Agreed. Will work on this as soon as I have some time!
> This would come in handy, I am quite busy but I'd love to work on a pull request with this feature if development hasn't started yet... > > It...
@noto10 Not yet but it's on the todo list. Keep in mind that this is a free and open source application and as such I'm developing it in my free...