googleapis / env-tests-logging

Apache License 2.0
3 stars 6 forks source link

test: add cloud function test for Java #82

Closed minherz closed 2 years ago

minherz commented 2 years ago

adds Java Cloud Function (CF) deployment to test Java logging test in CF environment. deployment is located in designated folder outside of the standard Java application structure: deployable/java/cf deploys with Java 11 (no earlier versions of Java runtime are supported).

Implements #53

daniel-sanche commented 2 years ago

I adapted this and merged it as https://github.com/googleapis/env-tests-logging/pull/88. Thanks!