[website] FYI, added .asf.yaml to asf-site branch

2021-06-01 Thread Bertrand Delacretaz
Hi, I have added that file in [1] as requested by ASF infra so that openwhisk is green at https://infra-reports.apache.org/site-source/ - that .asf.yaml is now required in the asf-site branch. I have verified that the corresponding build commit did not change content [2]. -Bertrand [1] https:/

Re: Using 2nd param instead of env vars for Java 11+

2021-06-01 Thread Rodric Rabbah
Hi Matt. If using the go proxy (aka “action loop”), doesn’t it export the environment variables before running the JVM? -r > On Jun 1, 2021, at 1:17 AM, Matt Welke wrote: > > Hi everyone, > > When I read the history of the GitHub PR open right for adding Java 11 > support, I learned that

Re: Using 2nd param instead of env vars for Java 11+

2021-06-01 Thread Matt Welke
That's a good point, but what I saw while I was working on the code was that the env vars come in with each activation. I saw a single JSON object that the runtime receives that it splits into a JSON object (to be passed to the user action) and a set of env vars (that is adds to the already running