Commit d60ce1a
authored
Remove code for old-style function signatures. (#38)
* Remove code for old-style function signatures.
The old style was package.name.ClassName.methodName, which was the only form
recognized by the obsolete GCF java8 runtime. The new style is just
package.name.ClassName, which we retain.
A later step will rename classes like NewHttpFunctionExecutor to just
HttpFunctionExecutor.
* Fix a race condition in the logging test. If we are expecting a certain output
from the subprocess, we should wait for it to complete before looking for that.
* Fix a javadoc comment that referenced the old style.1 parent 5d9ff6d commit d60ce1a
File tree
21 files changed
+18
-858
lines changed- invoker/core/src
- main/java/com/google/cloud/functions/invoker
- runner
- test
- java/com/google/cloud/functions/invoker
- runner
- testfunctions
- resources
21 files changed
+18
-858
lines changedLines changed: 0 additions & 53 deletions
This file was deleted.
Lines changed: 0 additions & 59 deletions
This file was deleted.
Lines changed: 0 additions & 59 deletions
This file was deleted.
Lines changed: 0 additions & 44 deletions
This file was deleted.
Lines changed: 0 additions & 63 deletions
This file was deleted.
Lines changed: 0 additions & 40 deletions
This file was deleted.
Lines changed: 0 additions & 33 deletions
This file was deleted.
Lines changed: 0 additions & 40 deletions
This file was deleted.
0 commit comments