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

feat(init-templates): update init templates to use the current LTS version of Java #27422

Merged
merged 6 commits into from
Oct 9, 2023

Commits on Oct 5, 2023

  1. chore: remove the specification for java 8 in init template

    This change allows users to use more up-to-date java functionality. Java 8 is now only supported in limited circumstances so we should not set that version here.
    TheRealAmazonKendra committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    f3a5bfd View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. use exec-maven-plugin 3.1.0

    3.0.0 tries to default to java 7, which is not supported.
    TheRealAmazonKendra committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    503bc35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cd79b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac20af0 View commit details
    Browse the repository at this point in the history
  4. jk not 21

    TheRealAmazonKendra committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    019ef13 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    44cc7e2 View commit details
    Browse the repository at this point in the history