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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.mockito:mockito-core](https://togithub.com/mockito/mockito) | `3.11.2` -> `4.8.0` | [![age](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.8.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

cla: yes

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/GoogleCloudPlatform/cloud-opensource-java). ## Config Migration Needed - [ ]...

Kokoro job "prod:cloud-opensource-java/ubuntu/periodic" has been failing lately. This job is responsible to generate dashboard for Libraries BOM versions. Example dashboard for 26.0.0: https://storage.googleapis.com/cloud-opensource-java-dashboard/com.google.cloud/libraries-bom/26.0.0/index.html I found the following line in the...

kokoro:force-run

My build is failing because the maven-jarsigner-plugin fails to rename the jar. This only happens when I configure the maven-enforcer-plugin with the linkage-checker to run in the same phase (verify)....

According to https://maven.apache.org/resolver/maven-3.8.x.html the maven-resolver-api versions 1.7.0 and up are no longer compatible with Maven 3.8.X This was changed here with only a patch version bump. There's also no mention...

CC: @claudio4j. Google HTTP Client is part of the Libraries BOM. How about the following two libraries? - google-oauth-client - google-api-client (To dig dependencies)

Recently I found that `grpc-xds` is missing from `libraries-bom`. (for this [PR](https://github.com/apache/beam/pull/17486)) This is a relatively new grpc module, which is probably why it ended up being missing. Solution to...

p2

This is a test case to ensure that all declared artifacts exist in Maven Central. https://github.com/GoogleCloudPlatform/cloud-opensource-java/blob/97957d131feb7bf06d41e86e50b52ae4b96c22f2/dashboard/src/test/java/com/google/cloud/tools/opensource/dashboard/BomTest.java#L35 Can we have a similar test case to ensure there's no duplicate classes in...

p3