Skip to content

GH-2753: Remove Guava dependency #2766

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

Merged
merged 1 commit into from
Mar 7, 2019

Conversation

artembilan
Copy link
Member

Fixes #2753

  • Remove Guava dependency and its minor functionality from the
    StoredProcExecutor
  • Remove @ManagedResource and its operations/attributes from
    StoredProcExecutor since they are not relevant any more
  • Remove tests related to JMX and Guava
  • Refactor all other tests in the affected classes
  • Some code polishing in the StoredProcExecutor

Fixes spring-projects#2753

* Remove Guava dependency and its minor functionality from the
`StoredProcExecutor`
* Remove `@ManagedResource` and its operations/attributes from
`StoredProcExecutor` since they are not relevant any more
* Remove tests related to JMX and Guava
* Refactor all other tests in the affected classes
* Some code polishing in the `StoredProcExecutor`
@artembilan
Copy link
Member Author

I will add Migration Guide note if we agree with this change.

Thanks

@garyrussell garyrussell merged commit 7efb14c into spring-projects:master Mar 7, 2019
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.

Consider to remove Guava dependency used only as optional in the StoredProcExecutor for caching
2 participants