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

[WIP] - Amazon Q Code Transform: Enforce valid JDK for user provided JAVA_HOME #4945

Closed
wants to merge 9 commits into from

Commits on May 10, 2024

  1. Validate user provide JAVA_HOME.

    Leonardo Araneda Freccero committed May 10, 2024
    Configuration menu
    Copy the full SHA
    d625a57 View commit details
    Browse the repository at this point in the history
  2. Add log when using customer provided JAVA_HOME.

    Leonardo Araneda Freccero committed May 10, 2024
    Configuration menu
    Copy the full SHA
    900c760 View commit details
    Browse the repository at this point in the history
  3. Change occurrences of tabId to tabID for Q CodeTransform.

    Leonardo Araneda Freccero committed May 10, 2024
    Configuration menu
    Copy the full SHA
    163ad42 View commit details
    Browse the repository at this point in the history
  4. Add explanatory comment.

    Leonardo Araneda Freccero committed May 10, 2024
    Configuration menu
    Copy the full SHA
    e2dd1f9 View commit details
    Browse the repository at this point in the history
  5. Removed incomplete comment.

    Leonardo Araneda Freccero committed May 10, 2024
    Configuration menu
    Copy the full SHA
    c7108d6 View commit details
    Browse the repository at this point in the history
  6. Add failure message in chat when invalid JDK provided.

    Leonardo Araneda Freccero committed May 10, 2024
    Configuration menu
    Copy the full SHA
    5260634 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Merged changes from upstream.

    Leonardo Araneda Freccero committed May 15, 2024
    Configuration menu
    Copy the full SHA
    f2c8722 View commit details
    Browse the repository at this point in the history
  2. Moved int to constant.

    Leonardo Araneda Freccero committed May 15, 2024
    Configuration menu
    Copy the full SHA
    04f6470 View commit details
    Browse the repository at this point in the history
  3. Fix linting.

    Leonardo Araneda Freccero committed May 15, 2024
    Configuration menu
    Copy the full SHA
    e890380 View commit details
    Browse the repository at this point in the history