Jan Schäfer
Jan Schäfer
I fixed the license in my fork of this repository: https://github.com/b0n541/jmonkeyengine/blob/master/LICENSE.md Do you want me to also change the license block on top of all of the source files?
I also found out that GitHub only seems to re-detect a license if the LICENSE.md file is re-created in a repository and the source file header template file doesn't contain...
Pull request: https://github.com/jMonkeyEngine/jmonkeyengine/pull/1855
I already tried to move the test base classes into the org.sirix.util package with no success. In the example project https://github.com/jhenriquez418/java-cross-module-testing/blob/master/pom.xml the reused classes are also in a package that...
I have seen that Stackoverflow discussion as well. At the moment the test-compile step in bundle sirix-xquery is failing because it can't resolve classes from the core bundle. So I...
I saw that you accepted the migration to Gradle. Shall I try again with Gradle to add the Java Jigsaw modules?
I would like to take this for Hacktoberfest. I see four active Maven modules: - core - xquery - rest-api - examples Shall the modularization been done only for those...
Meanwhile JPackage is the default option for creating self-contained, OS specific installers: https://github.com/heshanthenura/JavaPackageDemo It also supported by GitHub actions: https://dev.to/sualeh/how-to-create-platform-specific-installers-for-your-java-applications-from-github-actions-2c15
Was proposed in https://github.com/b0n541/jskat/issues/172#issuecomment-1921968951
Vielen Dank für das Melden des Fehlers. Ich kann das Problem nachstellen.