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

Update for to use Java 21 #1698

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

Update for to use Java 21 #1698

wants to merge 3 commits into from

Commits on Dec 18, 2023

  1. Update for to use Java 21

    * update tests to run on 21
    * remove deprecated uses of finalize, make DiskBackQueue and associated Autocloseable
      so that it's easier for downstream code to handle them without finalize
      Note: if this proves to be insufficient we should look into implementing a Cleaner
    * remove deprecated boxing constructors new Byte() -> Byte.valueof() etc
    lbergelson committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    0895474 View commit details
    Browse the repository at this point in the history
  2. updating to spotbugs 6.0.3

    * instead of failing because it doesn't support java 21, it now fails with
    hundreds of new bug reports
    * high effort!
    lbergelson committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    3426875 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    12d8d50 View commit details
    Browse the repository at this point in the history