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

[Feature Request]: Use Java 17 for Dataflow Templates #2051

Open
liferoad opened this issue Dec 5, 2024 · 1 comment
Open

[Feature Request]: Use Java 17 for Dataflow Templates #2051

liferoad opened this issue Dec 5, 2024 · 1 comment
Assignees
Labels
addition New feature or request p2

Comments

@liferoad
Copy link
Contributor

liferoad commented Dec 5, 2024

Related Template(s)

All templates

What feature(s) are you requesting?

#2050 indicates most of tests can run fine with Java 17. Maybe we can move to Java 17 for all templates.

@liferoad liferoad added addition New feature or request p2 needs triage labels Dec 5, 2024
@liferoad
Copy link
Contributor Author

liferoad commented Dec 5, 2024

  1. Target version needs to be updated everywhere to 17, examples:

    <java.version>11</java.version>

    <maven.compiler.source>11</maven.compiler.source>

    <maxJdkVersion>11</maxJdkVersion>

  2. Containers need to be updated to java17 (example:

    "gcr.io/dataflow-templates-base/java11-template-launcher-base-distroless:latest",
    ).

@liferoad liferoad self-assigned this Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
addition New feature or request p2
Projects
None yet
Development

No branches or pull requests

1 participant