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

Main 5.0 jdk22 testing DO NOT COMMIT DO NOT REVIEW JUST IGNORE IT #1313

Draft
wants to merge 17 commits into
base: main-5.0
Choose a base branch
from

Commits on Sep 27, 2024

  1. Enables access to FileTime private field

    When running tests with JDK17 we see NoClassDefFoundError when trying
    to instante org.apache.cassandra.Util class due caused by
    getSupportedMTimeGranularity trying to access a private field.
    This patch modified the build configuration to add a jvm option
    allowing that access.
    tiagomlalves committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    03ea758 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    ab675c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcc2381 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d0af17 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5934af6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bdd9d34 View commit details
    Browse the repository at this point in the history
  6. Bump mockito

    ekaterinadimitrova2 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    6659152 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    814677f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    99d114e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    51962c2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    faeff58 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cf40777 View commit details
    Browse the repository at this point in the history
  12. Fix config typo

    ekaterinadimitrova2 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    4a64c5a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4f9d295 View commit details
    Browse the repository at this point in the history
  14. Fix config

    ekaterinadimitrova2 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    0a720c5 View commit details
    Browse the repository at this point in the history
  15. Do not bump micrometer, we have to do it separately with dropwizard e…

    …tc. For the record we have higher version in CNDB
    ekaterinadimitrova2 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    b67a119 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8e18be9 View commit details
    Browse the repository at this point in the history