Skip to content

Instantly share code, notes, and snippets.

View suztomo's full-sized avatar
🐢

Tomo Suzuki suztomo

🐢
View GitHub Profile
@suztomo
suztomo / gist:d459244f7fd75f346a02c115fa24da02
Created October 18, 2022 17:20
Running com.google.cloud.tools.opensource.dependencies.LibrariesBomReleaseNote com.google.cloud:libraries-bom:26.1.4-SNAPSHOT
GCP Libraries BOM 26.1.4-SNAPSHOT
Here are the differences from the previous version (26.1.3)
# New Addition
- com.google.cloud:google-identity-accesscontextmanager:1.5.0
- com.google.cloud:google-cloud-domains:1.1.0
- com.google.cloud:google-cloud-contact-center-insights:2.4.0
- com.google.cloud:google-cloud-notebooks:1.2.0
- com.google.cloud:google-cloud-apigee-connect:2.4.0
@suztomo
suztomo / gist:6c48106fda143b4d399529dae85e2daa
Created September 28, 2022 15:14
Investigation of OwlBot pull request https://github.com/googleapis/google-cloud-java/pull/8462. Before owlbot-java postprocessor
suztomo@suztomo2:~/google-cloud-java$ git show --name-only 5573023cc472fedb3ff085528918d40217cf97f2 |cat
commit 5573023cc472fedb3ff085528918d40217cf97f2
Author: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Date: Wed Sep 28 15:10:55 2022 +0000
chore: updated docs and code sturcture for Dataproc metric configuration
Committer: @akshatbhargava123
PiperOrigin-RevId: 477101789
@suztomo
suztomo / Libraries BOM with first-party-dependencies artifactId list, alphabetical order
Created September 16, 2022 13:32
Libraries BOM 26.1.1 artifactId list, alphabetical order
~/java-cloud-bom/libraries-bom $ mvn help:effective-pom |grep "<artifactId>" |grep -v "plugin" |sort
<artifactId>api-common</artifactId>
<artifactId>auto-value-annotations</artifactId>
<artifactId>gax-grpc</artifactId>
<artifactId>gax-grpc</artifactId>
<artifactId>gax-httpjson</artifactId>
<artifactId>gax-httpjson</artifactId>
<artifactId>gax</artifactId>
<artifactId>gax</artifactId>
<artifactId>google-api-client-android</artifactId>
suztomo@suztomo:~/java-shared-config/java-storage/google-cloud-storage$ mvn dependency:tree -Dverbose
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 1 modules...
[INFO] Installing Nexus Staging features:
[INFO] ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO]
[INFO] ---------------< com.google.cloud:google-cloud-storage >----------------
[INFO] Building Google Cloud Storage 2.11.4-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
@suztomo
suztomo / gist:eddf67861113c89696e6a5a4e129a94b
Created August 15, 2022 20:39
dependency tree of java-docs-samples/trace
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ trace-samples ---
[INFO] artifact io.grpc:grpc-core: checking for updates from central
[INFO] artifact io.grpc:grpc-netty-shaded: checking for updates from central
[INFO] com.example:trace-samples:jar:1.0
[INFO] +- io.opencensus:opencensus-api:jar:0.31.1:compile
[INFO] | \- io.grpc:grpc-context:jar:1.27.2:compile
[INFO] +- io.opencensus:opencensus-exporter-trace-stackdriver:jar:0.31.1:compile
[INFO] | +- (io.opencensus:opencensus-api:jar:0.31.1:compile - omitted for duplicate)
[INFO] | +- io.opencensus:opencensus-contrib-resource-util:jar:0.31.1:compile
[INFO] | | +- (io.opencensus:opencensus-api:jar:0.31.1:compile - omitted for duplicate)
~/flatten-maven-plugin $ mvn site git[branch:master]
[INFO] Scanning for projects...
[INFO]
[INFO] ---------------< org.codehaus.mojo:flatten-maven-plugin >---------------
[INFO] Building Maven Flatten Plugin 1.2.8-SNAPSHOT
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO]
[INFO] --- maven-site-plugin:3.12.0:site (default-site) @ flatten-maven-plugin ---
[INFO] configuring report plugin org.apache.maven.plugins:maven-checkstyle-plugin:3.1.2
[INFO] 1 report configured for maven-checkstyle-plugin:3.1.2: checkstyle
@suztomo
suztomo / gist:d2af6d5b3d9d91ed23ac2a49c69d9cd9
Created May 13, 2022 00:02
Dependency convergence check failure
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce) @ full-convergence-check ---
Warning:
Dependency convergence error for com.google.errorprone:error_prone_annotations:jar:2.13.0:compile paths to dependency are:
+-com.google.cloud:full-convergence-check:pom:0.174.0
+-com.google.cloud:google-cloud-accessapproval:jar:2.2.5:compile
+-com.google.errorprone:error_prone_annotations:jar:2.13.0:compile
and
+-com.google.cloud:full-convergence-check:pom:0.174.0
+-com.google.cloud:google-cloud-accessapproval:jar:2.2.5:compile
+-com.google.api.grpc:proto-google-cloud-accessapproval-v1:jar:2.2.5:compile
@suztomo
suztomo / gist:bee4ccd452bd1f49d7aa52a1091a5b80
Created May 5, 2022 00:47
Linkage Check for Beam pull request 17497
suztomo@suztomo:~/beam$ git status
On branch update-bom=25.2.0
Untracked files:
(use "git add <file>..." to include in what will be committed)
baseline.txt
compileTestJavaRepeat.sh
gradle.prope
nothing added to commit but untracked files present (use "git add" to track)
suztomo@suztomo:~/beam$
@suztomo
suztomo / gist:0a2b2939876997dbc2312b69b9490104
Created May 2, 2022 17:13
gcsio-226 has no new linkage errors
suztomo@suztomo:~/beam$ git fetch origin
remote: Enumerating objects: 2026, done.
remote: Counting objects: 100% (955/955), done.
remote: Total 2026 (delta 955), reused 955 (delta 955), pack-reused 1071
Receiving objects: 100% (2026/2026), 4.42 MiB | 23.83 MiB/s, done.
Resolving deltas: 100% (1029/1029), completed with 207 local objects.
From https://github.com/apache/beam
05cc41f822..bd1fcd2295 asf-site -> origin/asf-site
f687a2d71f..e0166e294b master -> origin/master
d96d0ba151..4b413bbb5f nightly-refs/heads/master -> origin/nightly-refs/heads/master
@suztomo
suztomo / gist:7593d67629f61ce0395335bf911e6e43
Created April 28, 2022 21:23
New linkage errors from Beam PR 17486. It seems fetching old grpc-api version.
suztomo@suztomo:~/beam$ gh pr checkout 17486
remote: Enumerating objects: 18, done.
remote: Counting objects: 100% (7/7), done.
remote: Total 18 (delta 7), reused 7 (delta 7), pack-reused 11
Unpacking objects: 100% (18/18), 11.31 KiB | 58.00 KiB/s, done.
From https://github.com/apache/beam
* [new ref] refs/pull/17486/head -> gcsio-226
Switched to branch 'gcsio-226'