You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2017/12/19 17:13:15 UTC

[GitHub] rabbah opened a new pull request #3117: Add support for Java actions.

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:
users@infra.apache.org


With regards,
Apache Git Services