csantanapr commented on issue #80: Test environment for local Openwhisk Java functions URL: https://github.com/apache/incubator-openwhisk-devtools/pull/80#issuecomment-361683545 I just saw this, Thanks @gorkem It works now for me ``` ? $ java -jar ./build/libs/java-local.jar myproject/java-1.0.jar --main=Hello name=Carlos {"greeting":"Hello Carlos!"} ? $ java -jar ./build/libs/java-local.jar myproject/java-1.0.jar --main=Hello {"greeting":"Hello stranger!"} ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
