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

Java SE 21 adds new ArrayList methods conflicting with ICommonsList #42

Closed
phax opened this issue Mar 26, 2024 · 1 comment
Closed

Java SE 21 adds new ArrayList methods conflicting with ICommonsList #42

phax opened this issue Mar 26, 2024 · 1 comment
Assignees
Labels

Comments

@phax
Copy link
Owner

phax commented Mar 26, 2024

See https://docs.oracle.com/en/java/javase/21/docs/api/new-list.html

The methods under question are:

  • ArrayList.getFirst()
  • ArrayList.getLast()
  • ArrayList.removeFirst()
  • ArrayList.removeLast()

These methods in ICommonsList need to be deprecated for removal and instead new methods with OrNull appended to their names, but with the same functionality needs be added.

@phax phax self-assigned this Mar 26, 2024
@phax phax added the bug label Mar 26, 2024
@phax
Copy link
Owner Author

phax commented Mar 27, 2024

Part of the 11.1.5 release

@phax phax closed this as completed Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant