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

[test] java upgrade 21 #23898

Draft
wants to merge 20 commits into
base: master
Choose a base branch
from
Draft

Commits on Oct 28, 2024

  1. Java 17 Upgrade

    imjalpreet authored and ZacBlanco committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    1d3cacc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4cd4c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4651c00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42e8626 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5525279 View commit details
    Browse the repository at this point in the history
  6. additional add-opens

    ZacBlanco committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    38f8da0 View commit details
    Browse the repository at this point in the history
  7. Change surefire configs to use airbase properties

    There are a large number of parameters passed to argLine
    through the airbase POM. Set the airbase-specific props
    instead to aid in test failures
    ZacBlanco committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    1eaa28f View commit details
    Browse the repository at this point in the history
  8. Disable KllSketch memory test for strings

    It seems later JVMs have drasitically improved their String
    representations. However, the string test is a bit of a wash
    because the estimated size entirely depends upon the
    strings which are used as input to the sketch. I think it's
    ok for this test to not be accurate for string-typed
    arguments for now.
    ZacBlanco committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    091a904 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e7e965b View commit details
    Browse the repository at this point in the history
  10. Got build passing presto-testng-services

    Anant Aneja authored and ZacBlanco committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    b610539 View commit details
    Browse the repository at this point in the history
  11. Got build working till presto-main

    Worked thru javax.inject errors
    Anant Aneja authored and ZacBlanco committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    fed5d32 View commit details
    Browse the repository at this point in the history
  12. Fix misc maven dependency scope errors to do with having non-test sco…

    …ped dependencies
    Anant Aneja authored and ZacBlanco committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    394625b View commit details
    Browse the repository at this point in the history
  13. Exclude guice-multibindings

    This has been deprecated since Guice 4.2
    aaneja authored and ZacBlanco committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    5ec6e74 View commit details
    Browse the repository at this point in the history
  14. Add JVM config for 21

    aaneja authored and ZacBlanco committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    f810d43 View commit details
    Browse the repository at this point in the history
  15. Remove NoOpPlugin

    ZacBlanco committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    64716a7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a630b4c View commit details
    Browse the repository at this point in the history
  17. disable fail-fast on GH Actions workflows

    For future, we can leave this as the default (true), but for
    testing on the PR we want to see both actions run
    ZacBlanco committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    de28ae5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1e23e28 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    468218e View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. tmp accumulo updates

    ZacBlanco committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    f415ce4 View commit details
    Browse the repository at this point in the history