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

[SPIKE] Investigate supporting Java 8 #23

Open
skeet70 opened this issue Jul 24, 2024 · 1 comment
Open

[SPIKE] Investigate supporting Java 8 #23

skeet70 opened this issue Jul 24, 2024 · 1 comment

Comments

@skeet70
Copy link
Member

skeet70 commented Jul 24, 2024

Java 8 seems to be the common target for libraries. We're currently using Java 20+ features in our generated code. Investigate and report here on what features we'd need to lose, what can be polyfilled, and what functionality we would lose.

Discuss the tradeoffs, create tickets if we decide to support it.

@BobWall23
Copy link
Member

Could figure out the effort to support back to Java 17 - that is likely to be a problem because we are using Records, and they are new after 17. If we can get to 17, getting back to 11 or 8 is probably not too difficult.

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

No branches or pull requests

2 participants