Skip to content

chore: delete gax-httpjson reference in Release Please key#12683

Merged
chingor13 merged 1 commit intogoogleapis:mainfrom
suztomo:fix-gax-version
Apr 6, 2026
Merged

chore: delete gax-httpjson reference in Release Please key#12683
chingor13 merged 1 commit intogoogleapis:mainfrom
suztomo:fix-gax-version

Conversation

@suztomo
Copy link
Copy Markdown
Member

@suztomo suztomo commented Apr 6, 2026

The recent attempt to make a release pull request got a build failure due to gax-httpjson version number: #12674 (comment).

The gax-httpjson artifact has used gax for the release please version key even before this migration:

  <artifactId>gax-httpjson</artifactId>
  <version>2.76.1-SNAPSHOT</version> <!-- {x-version-update:gax:current} -->

https://github.com/googleapis/sdk-platform-java/blob/febe86f1ea4f0b5e6d8454024ed499adb7dc9328/gax-java/gax-httpjson/pom.xml#L6

We don't need gax-httpjson in Release Please key.

The gax-httpjson artifact has used `gax` for the release please version key even before this migration:

```
  <artifactId>gax-httpjson</artifactId>
  <version>2.76.1-SNAPSHOT</version> <!-- {x-version-update:gax:current} -->
```

https://github.com/googleapis/sdk-platform-java/blob/febe86f1ea4f0b5e6d8454024ed499adb7dc9328/gax-java/gax-httpjson/pom.xml#L6

We don't need gax-httpjson in Release Please key.
@suztomo suztomo requested review from a team as code owners April 6, 2026 14:39
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request removes the explicit version for the gax dependency in the google-cloud-storage-control pom.xml and updates the version update tags for gax-httpjson to reference gax. It also removes the gax-httpjson entry from versions.txt. I have no feedback to provide.

@suztomo
Copy link
Copy Markdown
Member Author

suztomo commented Apr 6, 2026

It got a mysterious compilation error:

2026-04-06T14:53:44.4819718Z 14:53:44:441 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile) on project grpc-google-cloud-artifact-registry-v1: Compilation failure
2026-04-06T14:53:44.4821136Z 14:53:44:442 [ERROR] /home/runner/work/google-cloud-java/google-cloud-java/java-artifact-registry/grpc-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/ArtifactRegistryGrpc.java:[3507,46] incompatible types: inference variable ReqT has incompatible equality constraints com.google.devtools.artifactregistry.v1.Package,com.google.devtools.artifactregistry.v1.GetPackageRequest,RequestT

Retrying.

@suztomo
Copy link
Copy Markdown
Member Author

suztomo commented Apr 6, 2026

Retry worked.

@chingor13 chingor13 merged commit 97a7744 into googleapis:main Apr 6, 2026
135 of 137 checks passed
@suztomo suztomo deleted the fix-gax-version branch April 6, 2026 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants