stork icon indicating copy to clipboard operation
stork copied to clipboard

Launch and deploy your Java apps

Results 21 stork issues
Sort by recently updated
recently updated
newest added

Hi, in [readme.md](https://github.com/fizzed/stork/blob/master/README.md) apache 2 licence file is linked to -> https://github.com/fizzed/stork/blob/e2ca8453fa48a7c547a62ade2ab7701d48057466/README.md?plain=1#L532 Well, but there is no LICENSE file in project available. Desired state?

Chrome force to open sites to open https, but fizzed.com does not support https

Starting from JDK 9 we may need to add option `--add-opens` to the application, but if user has JDK 8 installed it won't launch because JDK 8 is not aware...

Hello Everyone, I upgraded to stork v3.0.0 after moving to java11 for a new project. The first deployment worked, however now after the second deployment the following error occurs: mv:...

Environment: - java 8 - jooby 2.8.10 - Windows 10 - maven 3.6.3 This error occurred after packaging a Jooby app which uses the jooby-stork plugin https://github.com/jooby-project/jooby/blob/2.x/pom.xml#L151 which uses stork...

It would be good to have this also available as a Gradle plugin :)

A Spring Boot demo & stork is attached. Pack with the command $./mvnw clean package is ok. The jar file can be run by $java -jar xxx.jar, but the stork...

When setting memory by percentage of system, program can't start and report below error: ``` Unable to detect system memory to set java max memory ``` It seems that on...

!JAVA_IN_PATH! is not quoted, causing it to fail if there are spaces in the path: https://github.com/fizzed/stork/blob/c35185c20d05de26aa49eece17cecfb79b337b54/stork-launcher/src/main/resources/com/fizzed/stork/launcher/windows/batch-find-java.bat#L43

I am trying to implement stork in my spring boot application. I am passing my main class method in stork configuration file (.yml). Stork files are getting generated. When I...