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 and forbid use of com.google.common.base.Throwables #13409

Merged
merged 1 commit into from
Sep 9, 2015
Merged

Remove and forbid use of com.google.common.base.Throwables #13409

merged 1 commit into from
Sep 9, 2015

Conversation

jasontedor
Copy link
Member

This commit removes and now forbids all uses of
com.google.common.base.Throwables across the codebase.

For uses of com.google.common.base.Throwables#getStackTraceAsString,
use org.elasticsearch.ExceptionsHelper#stackTrace.

Relates #13224

This commit removes and now forbids all uses of
com.google.common.base.Throwables across the codebase.

For uses of com.google.common.base.Throwables#getStackTraceAsString,
use org.elasticsearch.ExceptionsHelper#stackTrace.

Relates #13224
@nik9000
Copy link
Member

nik9000 commented Sep 9, 2015

LGTM

jasontedor added a commit that referenced this pull request Sep 9, 2015
Remove and forbid use of com.google.common.base.Throwables
@jasontedor jasontedor merged commit e40409d into elastic:master Sep 9, 2015
@jasontedor jasontedor removed the review label Sep 9, 2015
@jasontedor
Copy link
Member Author

Thanks for the expedient review @nik9000.

@jasontedor jasontedor deleted the throwables-be-gone branch September 9, 2015 02:02
@nik9000
Copy link
Member

nik9000 commented Sep 9, 2015

Thanks for the expedient review @nik9000.

Sure! It was super small and I trust you tried it and made sure the output was good enough so I didn't have to download it and do the same.

@jasontedor jasontedor mentioned this pull request Sep 9, 2015
72 tasks
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