rabbah opened a new pull request #3117: Add support for Java actions. URL: https://github.com/apache/incubator-openwhisk/pull/3117 Fixes base64 encoding to omit newlines. ``` > docker run -p 8080:8080 java8action & [1] 71893 > ./actionRuntimes/actionProxy/invoke.py init hello.HelloJava tests/dat/actions/helloJava.jar OK > ./actionRuntimes/actionProxy/invoke.py run '{"name":"J"}' {"greeting":"Hello J!"} ``` Closes #3116.
---------------------------------------------------------------- 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
