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

Stop o.e.c.s.Settings from leaking Guava dependency #13517

Merged
merged 1 commit into from Sep 11, 2015
Merged

Stop o.e.c.s.Settings from leaking Guava dependency #13517

merged 1 commit into from Sep 11, 2015

Conversation

jasontedor
Copy link
Member

The public org.elasticsearch.common.settings.Settings#getAsMap method
leaks the dependency on Guava by returning a
com.google.common.collect.ImmutableMap. The leaking of this dependency
should be removed in preparation for the eventual complete removal of
Guava as a dependency.

Relates #13224

The public org.elasticsearch.common.settings.Settings#getAsMap method
leaks the dependency on Guava by returning a
com.google.common.collect.ImmutableMap. The leaking of this dependency
should be removed in preparation for the eventual complete removal of
Guava as a dependency.

Relates #13224
@nik9000
Copy link
Member

nik9000 commented Sep 11, 2015

LGTM

1 similar comment
@jpountz
Copy link
Contributor

jpountz commented Sep 11, 2015

LGTM

@jasontedor jasontedor removed the review label Sep 11, 2015
jasontedor added a commit that referenced this pull request Sep 11, 2015
…ava-dependency

Stop o.e.c.s.Settings from leaking Guava dependency
@jasontedor jasontedor merged commit 67dea6b into elastic:master Sep 11, 2015
@jasontedor jasontedor deleted the settings-should-not-leak-guava-dependency branch September 11, 2015 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants