File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
google-cloud-clients/google-cloud-contrib
google-cloud-nio-examples Expand file tree Collapse file tree 2 files changed +16
-2
lines changed 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