File tree Expand file tree Collapse file tree
branches/gcs-nio/gcloud-java-contrib Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ refs/tags/v0.0.12: 2fd8066e891fb3dfea69b65f6bf6461db79342b9
1111refs/heads/compute-alpha: 969cba2627f1d53d352cc4a5ffe0879dacf65e6c
1212refs/heads/dns-alpha: 2f90e7e338349287ace33375896907af0f032ca1
1313refs/heads/dns-alpha-batch: 17442b07867021b85d0452f5f3eda29a3413288f
14- refs/heads/gcs-nio: fe90bc05e8b6ae5ea13bbaa2bb72a53ae62f9081
14+ refs/heads/gcs-nio: 1ac7ecd7175fd39bc18f111bfdd1f0088d847127
1515refs/heads/logging-alpha: db5312bffa7fccac194f6a7feb8cc3066de16aff
1616refs/tags/v0.1.0: a615317f7424ed58621b1f65d5c4d8cbbe8a6ed8
1717refs/tags/v0.1.1: 7a7f6985fe465e9dd6a075af55493f42b4933be0
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ To run this example:
22224. Run the sample with:
2323
2424 ```
25- java -cp gcloud-java-contrib/gcloud-java-nio/target/gcloud-java-nio-0.2.1 -SNAPSHOT-shaded.jar:gcloud-java-contrib/gcloud-java-nio-examples/target/gcloud-java-nio-examples-0.2.1 -SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems
25+ java -cp gcloud-java-contrib/gcloud-java-nio/target/gcloud-java-nio-0.2.4 -SNAPSHOT-shaded.jar:gcloud-java-contrib/gcloud-java-nio-examples/target/gcloud-java-nio-examples-0.2.4 -SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems
2626 ```
2727
2828 Notice that it lists gcs, which it wouldn't if you ran it without the nio jar:
2929 ```
30- java -cp gcloud-java-contrib/gcloud-java-nio-examples/target/gcloud-java-nio-examples-0.2.1 -SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems
30+ java -cp gcloud-java-contrib/gcloud-java-nio-examples/target/gcloud-java-nio-examples-0.2.4 -SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems
3131 ```
3232
3333The sample doesn't have anything about GCS in it. It gets that ability from the nio jar that
Original file line number Diff line number Diff line change 1111 <parent >
1212 <groupId >com.google.cloud</groupId >
1313 <artifactId >gcloud-java-contrib</artifactId >
14- <version >0.2.1 -SNAPSHOT</version >
14+ <version >0.2.4 -SNAPSHOT</version >
1515 </parent >
1616 <properties >
1717 <site .installationModule>nio</site .installationModule>
Original file line number Diff line number Diff line change 1111 <parent >
1212 <groupId >com.google.cloud</groupId >
1313 <artifactId >gcloud-java-contrib</artifactId >
14- <version >0.2.1 -SNAPSHOT</version >
14+ <version >0.2.4 -SNAPSHOT</version >
1515 </parent >
1616 <properties >
1717 <site .installationModule>nio</site .installationModule>
You can’t perform that action at this time.
0 commit comments