chore: Add java-vision diff between monorepo and split-repo#8472
chore: Add java-vision diff between monorepo and split-repo#8472lqiu96 wants to merge 2 commits into
Conversation
|
Seems like all the previous PRs have the modified README and adds in the samples/ dir. It looks like it's also adding in renovate.json |
We probably need to add an exclusion. These are not hand-written samples, but examples for how to use bom vs. without. It's also worth considering keeping these in the monorepo. We should discuss this more. |
| <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
| <modelVersion>4.0.0</modelVersion> | ||
| <groupId>com.google.cloud</groupId> | ||
| <artifactId>google-cloud--samples</artifactId> |
There was a problem hiding this comment.
I'm guessing the samples pom.xml has a typo: https://github.com/googleapis/java-vision/blob/2076f657d012d9e02f553f34a663fbd00a75cc28/samples/pom.xml#L5
| <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
| <modelVersion>4.0.0</modelVersion> | ||
| <groupId>com.google.cloud</groupId> | ||
| <artifactId>-snapshot</artifactId> |
There was a problem hiding this comment.
| <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
| <modelVersion>4.0.0</modelVersion> | ||
| <groupId>com.google.cloud</groupId> | ||
| <artifactId>-snippets</artifactId> |
| <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
| <modelVersion>4.0.0</modelVersion> | ||
| <groupId>com.google.cloud</groupId> | ||
| <artifactId>-install-without-bom</artifactId> |
I think that's fair then. We should probably update the ./delete_non_generated_samples.sh then: https://github.com/googleapis/google-cloud-java/blob/bce011719e8eef293899f29f1cba596e09046225/generation/delete_non_generated_samples.sh |
Why don't we see owlbot do this on other PRs in this repo? |
|
Web Security Scanner: #8471 This PR I opened up for the diffs also has the samples being added in. Also, both PRs seems to have the samples' artifactId being invalid. |

The *.java changes are found in: #8448
Looks to have been reverted as part of #8340