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

In footer. There are plugins to do this but they don't work with Github pages: https://github.com/github/pages-gem/pull/119

enhancement
help wanted
good first issue
best practices
p3

To record Elliotte's idea: > We have two different special cases here, that use different algorithms, but the same approach should work in both. I wonder if we should have...

enhancement
p3

LinkageCheckerMain with `-a org.mockito:mockito-core:2.28.2,junit:junit:4.12`. Are they valid errors? ``` Class org.mockito.internal.creation.bytebuddy.inject.MockMethodDispatcher is not found; referenced by 2 class files org.mockito.internal.creation.bytebuddy.MockMethodAdvice (mockito-core-2.28.2.jar) org.mockito.internal.creation.bytebuddy.InlineBytecodeGenerator (mockito-core-2.28.2.jar) Class org.opentest4j.AssertionFailedError is not found; referenced by...

Dependency Fix
p3

Version ranges can override the usual level order version selection algorithm for multiple versions of a project. Do our tools take this into account?

bug
help wanted
p3

See if we can get raw hit counts for github pages to compare JLBP numbers to GA numbers.

best practices
p3

Idea: add a tools section to the bottom of JLBP.dev (after the best practices) with links to enforcer rule and linkage monitor docs

best practices
p3

Finished https://cloud.google.com/dataflow/docs/quickstarts . It worked. I added libraries-bom to the project. When I applied linkage checker enforcer rule to the project (with reportOnlyReahcable) it showed following errors: ``` [INFO] ---...

Dependency Fix
p3

There should probably be some sort of link from the individual JLBPs back to the index page. Perhaps even a sidebar listing them all?

best practices

Consider whether we should adopt any parts of https://glue-docs.appspot.com/ for jlbp.dev. E.g. font choices, max width.

best practices
p3