Thank you. Given the inconsistency in the documentation, could you please confirm that these versions are supported.
Note that I specify 2.8.0 because beam-sdks-java-io-google-cloud-platform is apparently not available in 2.9, as show here https://mvnrepository.com/artifact/org.apache.beam/beam-sdks-java-io-google-cloud-platform <dependency> <groupId>org.apache.beam</groupId> <artifactId>beam-sdks-java-core</artifactId> <version>2.8.0</version> </dependency> <dependency> <groupId>org.apache.beam</groupId> <artifactId>beam-runners-direct-java</artifactId> <version>2.8.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.beam</groupId> <artifactId>beam-sdks-java-io-google-cloud-platform</artifactId> <version>2.8.0</version> </dependency> <dependency> <groupId>org.apache.beam</groupId> <artifactId>beam-runners-google-cloud-dataflow-java</artifactId> <version>2.8.0</version> </dependency> On Sun, Dec 16, 2018 at 6:03 PM Connell O'Callaghan <[email protected]> wrote: > Hi Joshua thank you for highlighting this. Version 2.2.0 is indeed > deprecated. And due to a dependency on these endpoints > <https://developers.googleblog.com/2018/03/discontinuing-support-for-json-rpc-and.html>, > version > 2.2.0 is expected to be unsupported/turned down/decommissioned by March 25 > 2019. We are in the process of updating the documentation to reflect this > for 2.2.0 and other affected versions. Our recommendation is to upgrade to > a later version as soon as possible - remembering that 2.9.0 is now > available. > > - Connell > > On Sun, Dec 16, 2018 at 7:02 AM Joshua Fox <[email protected]> wrote: > >> My Google Cloud Console Dataflow page >> https://console.cloud.google.com/dataflow?project=myproject says that of >> v. 2.2.0 "This version of the SDK is deprecated and will eventually be >> no longer supported. Learn more >> <https://cloud.google.com/dataflow/getting-support?_ga=2.110689996.-839455576.1542715999> >> " [image: image.png] >> >> However, the Dataflow documentation >> <https://cloud.google.com/dataflow/docs/support/sdk-version-support-status>clearly >> states that 2.2.0 is supported as follows: >> >> [image: image.png] >> >> The deprecation notice on that page contrasts deprecated versions to the >> apparently non-deprecated v. 2.0.0 >> >> *Cloud Dataflow SDK Deprecation Notice:* The Cloud Dataflow SDK 2.5.0 is >> the last Cloud Dataflow SDK release that is separate from the Apache Beam >> SDK releases. The Cloud Dataflow service fully supports official Apache >> Beam SDK releases. The Cloud Dataflow service also supports previously >> released Apache Beam SDKs starting with version 2.0.0 and above. >> >> >> >> Why this contradiction? >> > -- *JOSHUA FOX* Director, Software Architecture | Freightos *T (Israel): *+972-545691165 | *T (US)*: +1-3123400953 Smooth shipping.
