Re: Are Java actions first class citizens?

2017-09-13 Thread Minto van der Sluis
as object which translates to java.lang.Object (so anything) in generated Java client code. I'll take a look and add some comments on issue 2590 to help you get the changes tested. Ben On Mon, Sep 11, 2017 at 4:15 PM, Minto van der Sluis <mi...@xup.nl> wrote: Hi, I have been scra

Re: Are Java actions first class citizens?

2017-09-13 Thread Minto van der Sluis
Hi Rodric, The complexity was not really in the code changes or in building it. But more I trying to get my own environment up and running and check if it worked with my own actions. But I have to admit I have not spent much time on trying to set it up after my first attempt failed. Adding

Are Java actions first class citizens?

2017-09-11 Thread Minto van der Sluis
Hi, I have been scratching the surface of Openwhisk and I like it a lot. But since Java is the eco system (language + tooling) I am most comfortable with, I would like to create my actions in java. Luckily Openwhisk supports Java. Unfortunately diving a bit deeper somehow gives me the