Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/google-cloud-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: googleapis/google-cloud-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: jdbc-telemetry-feature
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jul 2, 2026

  1. feat(bigquery-jdbc): configure protobuf plugin and add clientanalytic…

    …s.proto (#13527)
    
    b/527947900
    
    * **Build Configuration (`java-bigquery-jdbc/pom.xml`)**:
    * Configured `os-maven-plugin` to detect platform-specific system
    variables (e.g. `${os.detected.classifier}`).
    * Added `protobuf-maven-plugin` bound to the compilation lifecycle,
    utilizing `protoc:3.25.5` for generating Java classes from protobuf
    sources.
    * **Telemetry Schema
    (`google/cloud/bigquery/jdbc/telemetry/v1/clientanalytics.proto`)**:
    * Defined proto3 schema wrapper messages (`LogRequest`, `ClientInfo`,
    `LogEvent`, `LogResponse`) for recording and reporting client-side
    telemetry events to the backend log collector.
    Neenu1995 authored Jul 2, 2026
    Configuration menu
    Copy the full SHA
    2690c44 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2026

  1. Merge branch 'jdbc-telemetry-feature' of github.com:googleapis/google…

    …-cloud-java into jdbc-telemetry-feature
    Neenu1995 committed Jul 3, 2026
    Configuration menu
    Copy the full SHA
    c5e4835 View commit details
    Browse the repository at this point in the history
Loading