-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide a different way to use the application - JDK14: Evaluate jpackager tool / Tryout jBang #94
Milestone
Comments
Not sure if it's the same, but https://openjdk.java.net/jeps/392 provides a meaningful way to provide OS-specific binaries of the application. |
javapackager is deprecated: https://docs.oracle.com/javase/9/tools/javapackager.htm#JSWOR719 |
ottlinger
changed the title
JDK14: Evaluate jpackager tool
Provide a different way to use the application - JDK14: Evaluate jpackager tool
Sep 14, 2021
ottlinger
added a commit
that referenced
this issue
Aug 12, 2023
jbang --verbose ./src/main/java/de/aikiit/spamprotector/AntiSpamApplication.java does work, but Maven filtered resource is not taken into account. |
ottlinger
added a commit
that referenced
this issue
Aug 16, 2023
ottlinger
added a commit
that referenced
this issue
Aug 16, 2023
ottlinger
added a commit
that referenced
this issue
Aug 16, 2023
ottlinger
changed the title
Provide a different way to use the application - JDK14: Evaluate jpackager tool
Provide a different way to use the application - JDK14: Evaluate jpackager tool / Tryout jBand
Aug 16, 2023
ottlinger
changed the title
Provide a different way to use the application - JDK14: Evaluate jpackager tool / Tryout jBand
Provide a different way to use the application - JDK14: Evaluate jpackager tool / Tryout jBang
Aug 16, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
in order to provide a full-fat JAR for the application (JEP343 Jdk14)
The text was updated successfully, but these errors were encountered: