Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: suppressed replace lambda with method reference warning in Spr…
…ingBootGenerator (#3371) (3443) Replace lambda with method reference in SpringBootGenerator (#3371) --- Merge branch 'eclipse-jkube:master' into 3371/refactor/replace-lambda-with-method-reference --- fix: address Java 8 compatibility with suppressed method reference warning - Suppressed the Convert2MethodRef warning to avoid issues until the project baseline is upgraded to Java 11. - Added a TODO comment to revisit and remove this workaround once the project moves to Java 11 or higher. This ensures that the code remains compatible with Java 8 while avoiding unnecessary warnings. --- fix: address Java 8 compatibility with suppressed method reference warning - Suppressed the Convert2MethodRef warning to avoid issues until the project baseline is upgraded to Java 11. - Added a TODO comment to revisit and remove this workaround once the project moves to Java 11 or higher. This ensures that the code remains compatible with Java 8 while avoiding unnecessary warnings.
- Loading branch information