upgrading gcf runtime versions
This commit is contained in:
committed by
Oleg Zhurakousky
parent
c966eb55eb
commit
cc020093b9
@@ -17,8 +17,8 @@
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<google.cloud.functions.api.version>1.0.0-alpha-2-rc3</google.cloud.functions.api.version>
|
||||
<google.cloud.functions.invoker.version>1.0.0-alpha-2-rc4</google.cloud.functions.invoker.version>
|
||||
<google.cloud.functions.api.version>1.0.3</google.cloud.functions.api.version>
|
||||
<google.cloud.functions.invoker.version>1.0.3</google.cloud.functions.invoker.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -54,7 +54,7 @@ public class GcfJarLauncher extends JarLauncher implements HttpFunction, RawBack
|
||||
}
|
||||
|
||||
@Override
|
||||
public void accept(String json, Context context) {
|
||||
public void accept(String json, Context context) throws Exception {
|
||||
Thread.currentThread().setContextClassLoader(this.loader);
|
||||
((RawBackgroundFunction) delegate).accept(json, context);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user