Uh oh!
There was an error while loading. Please reload this page.
Update gax javadoc link to point to latest. - #4215
Conversation
chingor13
commented
Dec 12, 2018
Is this actually what we want to do? If this library depends on 1.35.0, shouldn't these links always point to the 1.35.0 docs instead of whatever the latest is? |
kolea2
commented
Dec 12, 2018
True, I was initially looking at this pull request (#2991) which references eventually switching gax.version to latest, but I see your point. Maybe we could look into having one variable for gax.version instead of updating it just for the javadoc. What do you think? |
chingor13
commented
Dec 12, 2018
It may be difficult as we need to specify the gax version in the bom and google-cloud-clients and they do not currently share a parent (which would let us share properties). If you can find a way to have us maintain the version in a single place, that would be fantastic. |
kolea2
commented
Dec 12, 2018
Gotcha - I'll look into it. In the meantime, it sounds like we won't be switching to the latest/ link so I'll go ahead and close out this PR. |
chingor13
commented
Dec 12, 2018
Specifying the version in one place is not unique to gax. We should create a cleanup issue to do this across all of our dependencies where possible. |
kolea2
commented
Dec 13, 2018
Created issue #4223 for this! |
🤖 I have created a release *beep* *boop* --- ## [6.103.0](https://togithub.com/googleapis/java-spanner/compare/v6.102.1...v6.103.0) (2025-11-17) ### Features * Add grpc.xds.resource_type label to xDS client metrics ([#4222](https://togithub.com/googleapis/java-spanner/issues/4222)) ([23fb12a](https://togithub.com/googleapis/java-spanner/commit/23fb12a9310eaac15dea183b77b716c6923d7cd4)) * Exposing AutoscalingConfig in InstancePartition ([d6bdce1](https://togithub.com/googleapis/java-spanner/commit/d6bdce1a3cf5d4441d93eee3d6f315a6bfc3014f)) ### Bug Fixes * Add env var to allow disabling directpath bound token ([#4189](https://togithub.com/googleapis/java-spanner/issues/4189)) ([186e50b](https://togithub.com/googleapis/java-spanner/commit/186e50b4ce21a05220d98d0d2f0a79b783e5f401)) * Allow DML THEN RETURN with retryAbortsInternally=false ([#4225](https://togithub.com/googleapis/java-spanner/issues/4225)) ([3fc898c](https://togithub.com/googleapis/java-spanner/commit/3fc898c7817a1bbe9822aeeff1fdcc7aeac872f4)) * **deps:** Update the Java code generator (gapic-generator-java) to 2.64.1 ([d6bdce1](https://togithub.com/googleapis/java-spanner/commit/d6bdce1a3cf5d4441d93eee3d6f315a6bfc3014f)) * Remove URL encoding in project name ([#4188](https://togithub.com/googleapis/java-spanner/issues/4188)) ([ea5a195](https://togithub.com/googleapis/java-spanner/commit/ea5a19542371674b781c29f0d57b59a42a402469)) ### Dependencies * Update actions/checkout action to v5 ([#4166](https://togithub.com/googleapis/java-spanner/issues/4166)) ([f2e4f82](https://togithub.com/googleapis/java-spanner/commit/f2e4f82b007cc775da942f7ee98eb61551a48cf9)) * Update all tracing and telemetry dependencies ([#4230](https://togithub.com/googleapis/java-spanner/issues/4230)) ([6217766](https://togithub.com/googleapis/java-spanner/commit/6217766cfe5d009721ebfaecc9cb7f5b8ed5ce51)) * Update dependency com.google.api.grpc:proto-google-cloud-trace-v1 to v2.79.0 ([#4172](https://togithub.com/googleapis/java-spanner/issues/4172)) ([593f9b8](https://togithub.com/googleapis/java-spanner/commit/593f9b859ec0ea04bec7649f218d120cf87ef489)) * Update dependency com.google.auto.value:auto-value-annotations to v1.11.1 ([#4216](https://togithub.com/googleapis/java-spanner/issues/4216)) ([8c89711](https://togithub.com/googleapis/java-spanner/commit/8c89711f38b76ff8c1fc98ecced02ddf2263c7fb)) * Update dependency com.google.cloud:google-cloud-trace to v2.79.0 ([#4174](https://togithub.com/googleapis/java-spanner/issues/4174)) ([0c1e014](https://togithub.com/googleapis/java-spanner/commit/0c1e014d121c2ca8f04588a8d1c509ae919587ac)) * Update dependency com.google.cloud:sdk-platform-java-config to v3.54.1 ([#4193](https://togithub.com/googleapis/java-spanner/issues/4193)) ([53e8bc5](https://togithub.com/googleapis/java-spanner/commit/53e8bc572e3b3d18e11c2762e9c5b7849c6cd55e)) * Update dependency commons-cli:commons-cli to v1.11.0 ([#4218](https://togithub.com/googleapis/java-spanner/issues/4218)) ([ef60768](https://togithub.com/googleapis/java-spanner/commit/ef607687a69abd8a61d630a176dfdafc1546d491)) * Update dependency commons-io:commons-io to v2.21.0 ([#4198](https://togithub.com/googleapis/java-spanner/issues/4198)) ([d87e7b1](https://togithub.com/googleapis/java-spanner/commit/d87e7b1b93f6523b4717c258a016d978cd215281)) * Update dependency net.bytebuddy:byte-buddy to v1.18.1 ([#4214](https://togithub.com/googleapis/java-spanner/issues/4214)) ([be8cca9](https://togithub.com/googleapis/java-spanner/commit/be8cca9a1429e52f79cf781a61f8faa0c280abe5)) * Update dependency net.bytebuddy:byte-buddy-agent to v1.18.1 ([#4215](https://togithub.com/googleapis/java-spanner/issues/4215)) ([cd9417d](https://togithub.com/googleapis/java-spanner/commit/cd9417d353d07b5c1bc4766c28ad4bb83e77888e)) * Update opentelemetry.version to v1.56.0 ([#4167](https://togithub.com/googleapis/java-spanner/issues/4167)) ([b1d2ab3](https://togithub.com/googleapis/java-spanner/commit/b1d2ab3dcad8f256d16c026c02515a9a423a03c4)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
No description provided.