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

Support JEP 440 and 441 #4660

Open
nielsdebruin opened this issue Nov 11, 2024 · 0 comments · May be fixed by #4661
Open

Support JEP 440 and 441 #4660

nielsdebruin opened this issue Nov 11, 2024 · 0 comments · May be fixed by #4661
Labels
enhancement New feature or request java 21+

Comments

@nielsdebruin
Copy link
Contributor

What problem are you trying to solve?

To support Java 21 recipes the parser need to be extended to ensure compatibility with JEP 440 (Record Patterns) and JEP 441 (Pattern Matching for switch).

Describe the solution you'd like

Parsing logic should recognize and handle record patterns and switch pattern matching, for different situations and edge cases, which have already been outlined in the proposal.

Additional context

@nielsdebruin nielsdebruin added the enhancement New feature or request label Nov 11, 2024
@nielsdebruin nielsdebruin linked a pull request Nov 11, 2024 that will close this issue
3 tasks
@nielsdebruin nielsdebruin linked a pull request Nov 11, 2024 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request java 21+
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

2 participants