-
Notifications
You must be signed in to change notification settings - Fork 528
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
Refactor: #3370: MicronautGenerator: Replaced Lambda expression with Method reference. #3599
Conversation
…ression with Method reference.
Eclipse JKube CI ReportStarted new GH workflow run for #3599 (2024-12-27T04:26:29Z) ⚙️ JKube E2E Tests (12511556101)
|
…nautGenerator Signed-off-by: Marc Nuri <marc@marcnuri.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The original issue description is wrong since it won't work on Java 8.
Sorry for the late reply.
The issue definition is wrong since it's incompatible with Java8.
Let's just remove the warning.
Let's just remove the warning and delay the refactoring to the future
I added a further commit to rollback to the original statement plus add the warning.
Once we switch to Java11+ we can revert it so yours will apply.
Quality Gate passedIssues Measures |
Description
Fixes #3370
Type of change
test, version modification, documentation, etc.)
Checklist