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

Use Java 8 features #5833

Merged
merged 11 commits into from May 1, 2024
Merged

Use Java 8 features #5833

merged 11 commits into from May 1, 2024

Conversation

asashour
Copy link
Contributor

Retrial of #5776

Impact

  • Bug fix (non-breaking change which fixes expected existing functionality)
  • Enhancement/New feature (adds functionality without impacting existing logic)
  • Breaking change (fix or feature that would cause existing functionality to change)

Description

This PR includes different changes which take advantage of Java 5/7/8 features, e.g. unnecessary boxing/unboxing, enhanced for loop, etc.

Each commit handles a specific change, which describes such change.

Things to be aware of

Things to worry about

Additional Context

@asashour asashour mentioned this pull request Apr 22, 2024
3 tasks
@asashour asashour changed the title Something else Use Java 8 features Apr 22, 2024
@MalloD12 MalloD12 self-requested a review April 22, 2024 15:32
@MalloD12 MalloD12 self-assigned this Apr 22, 2024
Copy link
Contributor

@MalloD12 MalloD12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved.

Thanks @asashour for one more enhancement PR. Very appreciate it!

Build and test checks have been successfully executed.

@filipelautert filipelautert added this to the 1NEXT milestone May 1, 2024
@filipelautert filipelautert merged commit bf82a43 into liquibase:master May 1, 2024
33 of 34 checks passed
@asashour asashour deleted the something_else branch May 1, 2024 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants