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

Remove commons-collections dependency. (Backport of #899) #900

Merged
merged 1 commit into from
Sep 17, 2015

Conversation

mattrjacobs
Copy link
Contributor

This library was only used in two places:

  • HystrixPropertiesManager.java: A simple null check works in its place.
  • CacheInvocationContext.java: The field keyParameters will not be null so
    calling isEmpty directly will not result in a NullPointerException.

This is one less dependency to manage and avoids bringing in a ~500k jar for
null checks.

This library was only used in two places:
- HystrixPropertiesManager.java: A simple null check works in its place.
- CacheInvocationContext.java: The field keyParameters will not be null so
  calling isEmpty directly will not result in a NullPointerException.

This is one less dependency to manage and avoids bringing in a ~500k jar for
null checks.
@cloudbees-pull-request-builder

NetflixOSS » Hystrix » Hystrix-pull-requests #182 SUCCESS
This pull request looks good

mattrjacobs added a commit that referenced this pull request Sep 17, 2015
Remove commons-collections dependency. (Backport of #899)
@mattrjacobs mattrjacobs merged commit 5affd5c into Netflix:1.4.x Sep 17, 2015
@mattrjacobs mattrjacobs deleted the backport-899 branch September 17, 2015 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants