Skip to content

Aries-2233 Unify duplicate implementations#139

Open
amichair wants to merge 9 commits into
apache:masterfrom
amichair:ARIES-2233
Open

Aries-2233 Unify duplicate implementations#139
amichair wants to merge 9 commits into
apache:masterfrom
amichair:ARIES-2233

Conversation

@amichair
Copy link
Copy Markdown
Contributor

@amichair amichair commented Jun 7, 2026

No description provided.

@@ -40,38 +41,22 @@
*/
@SuppressWarnings("deprecation")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

do we still have to suppress the warning in this class?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

there are some unrelated classes with this annotation as well, removed all of them in separate commit.

/**
* A collection of utilities that can be useful to SPI implementations.
*/
public class Utils {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I am not a big fan of the utility classes that can be bag for everything. I would recommend renaming this class to CollectionUtils and renaming the method getChangedProps to be more collection oriented e.g. getChangedKeys

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

renamed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants