cloud-opensource-java icon indicating copy to clipboard operation
cloud-opensource-java copied to clipboard

Tools for detecting and avoiding linkage errors in GCP open source projects

Results 135 cloud-opensource-java issues
Sort by recently updated
recently updated
newest added

:robot: I have created a release *beep* *boop* --- ## [1.5.16-rc1](https://github.com/GoogleCloudPlatform/cloud-opensource-java/compare/dependencies-v1.5.15...dependencies-v1.5.16-rc1) (2025-12-04) ### Bug Fixes * next release candidate ([5949dbf](https://github.com/GoogleCloudPlatform/cloud-opensource-java/commit/5949dbf8663bad770285a63e0dddba1a6a71ea86)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).

autorelease: pending

:robot: I have created a release *beep* *boop* --- ## [10.0.0-rc1](https://github.com/GoogleCloudPlatform/cloud-opensource-java/compare/gcp-lts-bom-v9.0.1...gcp-lts-bom-v10.0.0-rc1) (2025-12-04) ### ⚠ BREAKING CHANGES * preparing for next release of gcp-lts-bom ([#2450](https://github.com/GoogleCloudPlatform/cloud-opensource-java/issues/2450)) ### Features * preparing for next...

autorelease: pending

:robot: I have created a release *beep* *boop* --- ## [10.0.0](https://github.com/GoogleCloudPlatform/cloud-opensource-java/compare/gcp-lts-bom-v9.0.1...gcp-lts-bom-v10.0.0) (2025-12-04) ### ⚠ BREAKING CHANGES * preparing for next release of gcp-lts-bom ([#2450](https://github.com/GoogleCloudPlatform/cloud-opensource-java/issues/2450)) ### Features * preparing for next...

do not merge
autorelease: pending

I am trying to get the plugin working with a minimal pom.xml: ``` 4.0.0 it.neckar test-project 1.0-SNAPSHOT jar UTF-8 org.junit.jupiter junit-jupiter 5.10.0 test org.apache.maven.plugins maven-enforcer-plugin 3.6.2 com.google.cloud.tools linkage-checker-enforcer-rules 1.5.15 linkage-check...

Getting following error while running **mvn verify** `[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.5.0:enforce (enforce-linkage-checker) on project matt: Execution enforce-linkage-checker of goal org.apache.maven.plugins:maven-enforcer-plugin:3.5.0:enforce failed: A required class was missing while executing...

The current text is >Whether or not you make breaking changes, don’t publish the same classes under multiple Maven IDs; this creates a situation where artifacts have “overlapping classes.” Another...

base (GoogleCloudPlatform/cloud-opensource-java): Failed to parse manifest config JSON: release-please-config.json Unexpected token < in JSON at position 217

release-please

I love the Linkage Checker! However, I am now working in a large project compiling to class file version 65 with java 21. This does not seem to be supported...

Bumps [io.grpc:grpc-netty-shaded](https://github.com/grpc/grpc-java) from 1.45.1 to 1.75.0. Release notes Sourced from io.grpc:grpc-netty-shaded's releases. v1.75.0 Behavior Changes binder: Introduce server pre-authorization (#12127). grpc-binder clients authorize servers by checking the UID of the...

dependencies
java

The fix improves efficiency by: Adding a null/empty check to handle edge cases gracefully Still using the first path to create the initial set of coordinates Using Guava's Sets.intersection() method...