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

Upgrade gradle to 8.4 #1289

Merged
merged 8 commits into from
Nov 6, 2023
Merged

Commits on Nov 2, 2023

  1. Upgrade gradle to 8.4

    Upgrade gradle to 8.4 to support JDK-21. Refer to
    https://docs.gradle.org/current/userguide/compatibility.html
    
    Signed-off-by: John Mazanec <jmazane@amazon.com>
    jmazanec15 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    9b576e9 View commit details
    Browse the repository at this point in the history
  2. Resolve gradle failures

    Signed-off-by: John Mazanec <jmazane@amazon.com>
    jmazanec15 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    ffa68d6 View commit details
    Browse the repository at this point in the history
  3. Update changelog for 2.x

    Signed-off-by: John Mazanec <jmazane@amazon.com>
    jmazanec15 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    cc2b847 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Attempt to simplify jacoco logic

    Simplifies Jacoco logic. From long ago, jacoco support was added through
    a series of hacks. Some of these hacks are no longer necessary, so they
    were removed to simplify.
    
    Signed-off-by: John Mazanec <jmazane@amazon.com>
    jmazanec15 committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    cd128d4 View commit details
    Browse the repository at this point in the history
  2. Fix license headers

    Signed-off-by: John Mazanec <jmazane@amazon.com>
    jmazanec15 committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    c37d03c View commit details
    Browse the repository at this point in the history
  3. Switch logger to lombok annotation

    Signed-off-by: John Mazanec <jmazane@amazon.com>
    jmazanec15 committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    f72f46d View commit details
    Browse the repository at this point in the history
  4. Fix checksum for 8.4

    Signed-off-by: John Mazanec <jmazane@amazon.com>
    jmazanec15 committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    35bb1a5 View commit details
    Browse the repository at this point in the history
  5. Fix distribution type

    Signed-off-by: John Mazanec <jmazane@amazon.com>
    jmazanec15 committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    ffa9c72 View commit details
    Browse the repository at this point in the history