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

Bump minimum JRE to 11 (gracefully) #1514

Merged
merged 8 commits into from
Jan 26, 2023
Merged

Bump minimum JRE to 11 (gracefully) #1514

merged 8 commits into from
Jan 26, 2023

Commits on Jan 24, 2023

  1. Stop running CI on java 8.

    nedtwigg committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    0b2a329 View commit details
    Browse the repository at this point in the history
  2. Run spotbugs on all supported JRE because it's not that slow (17 seco…

    …nds on my M1) and it's confusing to PR authors to not run.
    nedtwigg committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    826760d View commit details
    Browse the repository at this point in the history
  3. Remove @EnabledForJreRange(min = JAVA_11) since we don't support < …

    …Java 11 anymore anyway.
    nedtwigg committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    1c5a3ef View commit details
    Browse the repository at this point in the history
  4. The maven and gradle plugins yell at their users to update to Java 11…

    …, and how to update without affecting their users.
    nedtwigg committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    14e71fb View commit details
    Browse the repository at this point in the history
  5. Update changelogs.

    nedtwigg committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    b0975be View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Configuration menu
    Copy the full SHA
    752b53a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56a6f7e View commit details
    Browse the repository at this point in the history
  3. The Kotlin gradle integration tests had tested every possible combina…

    …tion. A job for the unit tests, not the integration tests.
    nedtwigg committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    fb03922 View commit details
    Browse the repository at this point in the history