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

Use Map.of(...) and List.of(...) internally when JDK 8 support is dropped #102

Open
jobarr-amzn opened this issue Aug 2, 2024 · 0 comments
Labels
enhancement New feature or request jdk8 Blocked by JDK8 support

Comments

@jobarr-amzn
Copy link
Contributor

There are some places where we'd like to use JDK9+ features like Map.of(...) and List.of(...). E.g. ImmutableList.kt and ImmutableMap.kt. When we drop JDK8 support we should revisit these.

@jobarr-amzn jobarr-amzn added enhancement New feature or request jdk8 Blocked by JDK8 support labels Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request jdk8 Blocked by JDK8 support
Projects
None yet
Development

No branches or pull requests

1 participant