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

java Actionruntime of jar confilcts #52

Open rabbah opened 6 years ago

rabbah commented 6 years ago

@xingyunhui commented on Sun May 13 2018

hi, I use java8 actionRuntime, and have two jars are conflicted. for example, there is a jar -- base-0.0.1.jar in java8 actionRuntime, my function use a jar -- base-0.0.2.jar, when I run my function in java8 actionRuntime, I find the actionRuntime always use base-0.0.1.jar , and I wanna use base-0.0.2.jar for my funtion


@csantanapr commented on Mon May 14 2018

Hi @xingyunhui

I don't understand what's the problem.

The java runtime doesn't have any file named base-0.0.1.jar

$ docker run --rm -it openwhisk/java8action find / -name base-0.0.1.jar

Could you open a new issue in the runtime-java repo, that's the repo that deals with java actions.

And provide more details on step by step on how to reproduce your error

nikolavukovic commented 4 years ago

Hello,

Have you solved this problem? I am also having a problem with runtime using an older version of jar library rather than the one included in the jar of my function.