Skip to content

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

Merged
mattrjacobs merged 1 commit intoNetflix:1.4.xfrom
mattrjacobs:backport-899
Sep 17, 2015
Merged

Remove commons-collections dependency. (Backport of #899)#900
mattrjacobs merged 1 commit intoNetflix:1.4.xfrom
mattrjacobs:backport-899

Conversation

@mattrjacobs
Copy link
Copy Markdown
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
Copy link
Copy Markdown

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.

2 participants