Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Cloud Dataflow SDK for Java 2.5.0 is deprecated #3474

Closed
elharo opened this issue Jun 14, 2019 · 2 comments
Closed

Google Cloud Dataflow SDK for Java 2.5.0 is deprecated #3474

elharo opened this issue Jun 14, 2019 · 2 comments
Labels

Comments

@elharo
Copy link
Contributor

elharo commented Jun 14, 2019

When running the test plan, the cloud console shows this:

Google Cloud Dataflow SDK for Java 2.5.0
This version of the SDK is deprecated and will eventually be no longer supported. Learn more

I suppose we need to revise the archetypes and plugin to use Beam instead.

@elharo
Copy link
Contributor Author

elharo commented Jun 17, 2019

This might be as simple as changing the artifact IDs used here to point to beam-sdks-java-maven-archetypes-examples instead:

public enum DataflowProjectArchetype {
  STARTER_POM_WITH_PIPELINE(
      "Starter project with a simple pipeline",
      "google-cloud-dataflow-java-archetypes-starter",
      ImmutableSortedSet.of(MajorVersion.QUALIFIED_TWO, MajorVersion.TWO)),
  EXAMPLES(
      "Example pipelines",
      "google-cloud-dataflow-java-archetypes-examples",
      ImmutableSortedSet.of(MajorVersion.QUALIFIED_TWO, MajorVersion.TWO));

or it might require adding new templates.

@JoeWang1127
Copy link

close as not planned

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants