apache / openwhisk-runtime-java

Apache OpenWhisk Runtime Java supports Apache OpenWhisk functions written in Java and other JVM-hosted languages
https://openwhisk.apache.org/
Apache License 2.0
46 stars 63 forks source link

WIP: Remove com.sun.* dependency #40

Closed gorkem closed 4 years ago

gorkem commented 6 years ago

Removes com.sun.* dependency. By taking vert.x as the http server. Also starts looking into the manifest.mf to infer the main class name. Manifest.mf still needs work on other repositories to be used. see #14, #12

Update: Just noticed that I broke com.example.MyMain#methodName notation for defining main method. Will update with a fix.

mrutkows commented 5 years ago

@gorkem @marcinczeczko Any interest in completing this PR? I am personally interested to see both what performance #s we would get as well as trying the concurrency aspect (as this is now configurable in our NodeJS runtime and is used by some downstream providers).

gorkem commented 5 years ago

@mrutkows Unfortunately I will not be returning to this one anytime soon.

dgrove-oss commented 4 years ago

closing as stale