-
Notifications
You must be signed in to change notification settings - Fork 65
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
PHOENIX-7430 Remove commons-collections dependency in queryserver #163
Conversation
NihalJain
commented
Oct 14, 2024
- Also remove imports and replace with equivalent code
- Also remove imports and replace with equivalent code
phoenix-queryserver/src/main/java/org/apache/phoenix/util/InstanceResolver.java
Show resolved
Hide resolved
@@ -723,12 +722,6 @@ | |||
</exclusion> | |||
</exclusions> | |||
</dependency> |
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.
We do not have restrict plugin in PQS. Should we add one here and sync all restricts or just add commons-collections restricts?
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.
It's up to you.
PQS has minimal code.
If you decide to add the restricions, then I think it's better to sync everything from the main repo.
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.
If you decide to add the restrictions, they could be handled in a separate JIRA.
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.
Yes make sense, let me raise another JIRA for same, this will keep changes in PR as per JIRA title
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.
Raised PHOENIX-7438
Hi @stoty, could you please review? |
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.
+1 LGTM