Min Zhu
Min Zhu
test against slf4j 2.0.17 that released 2025-02-25 (https://www.slf4j.org/news.html#2.0.17)
test client logging feature with graalvm apps, and add necessary hints if needed to make it out-of-box compatible
context: https://github.com/googleapis/sdk-platform-java/pull/3403#discussion_r1964371858 For scenario where customer app does not have logging dependency (SLF4J), but turns on logging via env variable, logging would fail. Currently, this would throw ClassNotFoundException. For better...
Debug logging are introduced in https://github.com/googleapis/sdk-platform-java/pull/3403. We have existing undocumented log entries (mostly for warnings) that needs to be migrated. - Refactor exposed logging classes, to improve readability and make...
context: https://github.com/googleapis/sdk-platform-java/pull/3550 At start of 2025, https://github.com/googleapis/sdk-platform-java/issues/3547 causes test failures on license header year difference. These tests are missed in the original fix, and did not cause any ci test...
fmt-maven-plugin upgrade to 2.13 is failing on error for ci/lint and ci/showcase, but pass for other ci checks. see https://github.com/googleapis/sdk-platform-java/pull/3544#issuecomment-2576147488 Found this old attempt to upgrade failing with Java incompatible:...
https://github.com/googleapis/sdk-platform-java/actions/runs/11821753764 ``` Error: Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:5.0.0.4389:sonar (default-cli) on project gapic-generator-java-root: Error status returned by url [https://api.sonarcloud.io/analysis/jres?os=linux&arch=x86_64]: 401 -> [Help 1] ``` similar issue saw in https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3376
context: https://github.com/googleapis/sdk-platform-java/pull/3469#issuecomment-2573686066
mTLS support is added in https://github.com/googleapis/gax-java/pull/1249#issue-742009065. Need documentation/sample on how to use with client library. Basic usage guide available in PR description, but needs visibility to at least a README.md...
``` [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /tmpfs/src/github/google-api-java-client-services/clients/google-api-services-backupdr/v1/2.0.0/com/google/api/services/backupdr/v1/Backupdr.java:[8203,11] method initialize in class com.google.api.services.backupdr.v1.Backupdr.Projects.Locations.ServiceConfig cannot be applied to given types; required: java.lang.String,com.google.api.services.backupdr.v1.model.InitializeServiceRequest found: com.google.api.services.backupdr.v1.Backupdr.Projects.Locations.ServiceConfig.Initialize reason: actual and formal argument lists...