Skip to content

Update for to use Java 21#1698

Draft
lbergelson wants to merge 3 commits intomasterfrom
lb_update_to_21
Draft

Update for to use Java 21#1698
lbergelson wants to merge 3 commits intomasterfrom
lb_update_to_21

Conversation

@lbergelson
Copy link
Copy Markdown
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.

1 participant