Daniel Zou

Results 5 issues of Daniel Zou

I think there may be an issue with how the `native-maven-plugin` runs tests that accesses resources from `src/test/resources`; the behavior appears different from how the `surefire-plugin` resolves these paths. When...

bug
maven-plugin

I'm not sure if this is currently possible; we have some integration tests that are run with the `maven-failsafe-plugin`. Is there a way to get the native-maven-plugin to also pick...

enhancement
maven-plugin

One of the requirements to using the GCP adapter is to manually specify the main class in a `manifest.mf` file. Is this still necessary after the addition of the `GcfJarLauncher`...

GCF

### What version of gRPC-Java are you using? 1.27.2 ### What is your environment? Linux, JDK8 ### What do you see? When a user uses an invalid service account key...

enhancement

I think the Background Function example in the docs is not quite correct: https://github.com/GoogleCloudPlatform/functions-framework-java#writing-a-typed-background-function It doesn't seem like `messageId`, `attributes`, or `publishTime` gets populated in that message object when the...