File tree Expand file tree Collapse file tree
branches/hzyi-move-bom-info-up/google-cloud-clients/google-cloud-contrib
google-cloud-nio-examples Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ refs/tags/v0.55.0: 01b46f9b12b2b8a3070467d7dceeb040bbce4ee2
109109refs/tags/v0.55.1: 9c9664b8be47a8548100c42df02f03a7888a982a
110110refs/tags/v0.56.0: c31fb69430b7e6d4139db41d8491c0ed56028436
111111refs/heads/gcs-bucket-lock: 7a109589d7d1c5852961bcd7303936e664ef5091
112- refs/heads/hzyi-move-bom-info-up: 85645a6641ba4b88db94588f5fadc4ee25db98ef
112+ refs/heads/hzyi-move-bom-info-up: 6ee36c4488810facddb90e15c3641d49db9ffaad
113113refs/tags/v0.57.0: f9845be37c0b524de2b3c0f34c539c42fe49b335
114114refs/tags/v0.58.0: a1f1af76bca0933c003646372b07142cfe22f3fc
115115refs/tags/v0.59.0: 32a3ffd5009922e34c0dd00c8e49e42a01866241
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ To run this example:
2323
2424[//]: # ({x-version-update-start:google-cloud-nio:current})
2525 ```
26- java -cp google-cloud-contrib/google-cloud-nio/target/google-cloud-nio-0.58.1-alpha-SNAPSHOT.jar:google-cloud-contrib/google-cloud-nio-examples/target/google-cloud-nio-examples-0.58.1-alpha-SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems
26+ java -cp google-cloud-clients/google-cloud- contrib/google-cloud-nio/target/google-cloud-nio-0.58.1-alpha-SNAPSHOT-shaded .jar:google-cloud-clients/ google-cloud-contrib/google-cloud-nio-examples/target/google-cloud-nio-examples-0.58.1-alpha-SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems
2727 ```
2828
2929 Notice that it lists Google Cloud Storage, which it wouldn't if you ran it without the NIO jar:
3030 ```
31- java -cp google-cloud-contrib/google-cloud-nio-examples/target/google-cloud-nio-examples-0.58.1-alpha-SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems
31+ java -cp google-cloud-clients/google-cloud- contrib/google-cloud-nio-examples/target/google-cloud-nio-examples-0.58.1-alpha-SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems
3232 ```
3333[//]: # ({x-version-update-end})
3434
Original file line number Diff line number Diff line change 9999 <relocation >
100100 <pattern >com</pattern >
101101 <shadedPattern >shaded.cloud_nio.com</shadedPattern >
102+ <includes >
103+ <include >com.google.**</include >
104+ <include >com.fasterxml.**</include >
105+ </includes >
102106 <excludes >
103107 <exclude >com.google.cloud.**</exclude >
104108 <exclude >com.google.auto.**</exclude >
107111 <relocation >
108112 <pattern >org</pattern >
109113 <shadedPattern >shaded.cloud_nio.org</shadedPattern >
114+ <includes >
115+ <include >org.joda.**</include >
116+ <include >org.apache.**</include >
117+ <include >org.threeten.**</include >
118+ <include >org.codehaus.**</include >
119+ </includes >
110120 </relocation >
111121 <relocation >
112122 <pattern >io</pattern >
113123 <shadedPattern >shaded.cloud_nio.io</shadedPattern >
124+ <includes >
125+ <include >io.opencensus.**</include >
126+ <include >io.grpc.**</include >
127+ </includes >
114128 </relocation >
115129 <relocation >
116130 <pattern >okio</pattern >
You can’t perform that action at this time.
0 commit comments