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

Java modernizations #5249

Merged
merged 6 commits into from
Jul 1, 2023

Conversation

pizzi80
Copy link
Contributor

@pizzi80 pizzi80 commented Jun 20, 2023

  • Generics
  • for loop
  • lambda expression
  • Java style array declaration instead of C-style
  • List.of() / Set.of()
  • Collections.emptyIterator()
  • Boolean.TRUE
  • Objects.equals

pizzi80 added 4 commits June 20, 2023 10:22
+ Generics
+ for loop
+ lambda expression
+ Java style array declaration instead of C-style
+ List.of() / Set.of()
+ Collections.emptyIterator()
+ Boolean.TRUE
+ Objects.equals

Signed-off-by: pizzi80 <[email protected]>
Signed-off-by: pizzi80 <[email protected]>
Signed-off-by: pizzi80 <[email protected]>
Signed-off-by: pizzi80 <[email protected]>
pizzi80 added 2 commits June 25, 2023 16:46
+ Reverted breaking API changes

Signed-off-by: pizzi80 <[email protected]>
Signed-off-by: pizzi80 <[email protected]>
@BalusC BalusC merged commit 9cfcb5a into eclipse-ee4j:master Jul 1, 2023
@arjantijms arjantijms added the 5.0 label Jul 6, 2023
@pizzi80 pizzi80 deleted the 4.1.0_optimizations_from_master branch July 12, 2023 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants