cloud-opensource-java
cloud-opensource-java copied to clipboard
Tools for detecting and avoiding linkage errors in GCP open source projects
[](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` | [](https://docs.renovatebot.com/merge-confidence/)...
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...
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...
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...