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

Conversation

lbergelson
Copy link
Member

  • 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

* 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
* instead of failing because it doesn't support java 21, it now fails with
hundreds of new bug reports
* high effort!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant