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

Change JarHell to operate on Path instead of URL #12109

Merged
merged 1 commit into from Jul 8, 2015

Conversation

rjernst
Copy link
Member

@rjernst rjernst commented Jul 8, 2015

This converts the tracking of jars and classes in JarHell to use
Path objects, instead of URL. This makes for nicer printing
of the underlying path when an error does occur.

This converts the tracking of jars and classes in JarHell to use
Path objects, instead of URL. This makes for nicer printing
of the underlying path when an error does occur.
@rjernst rjernst changed the title Internal: Change JarHell to operate on Path instead of URL Change JarHell to operate on Path instead of URL Jul 8, 2015
@rmuir
Copy link
Contributor

rmuir commented Jul 8, 2015

looks good

rjernst added a commit that referenced this pull request Jul 8, 2015
Change JarHell to operate on Path instead of URL
@rjernst rjernst merged commit a7df6ee into elastic:master Jul 8, 2015
@rjernst rjernst deleted the fix/jar-hell-path branch July 8, 2015 03:19
@rmuir
Copy link
Contributor

rmuir commented Jul 10, 2015

This change breaks builds like http://build-us-00.elastic.co/job/es_core_master_window-2008/1763 because it inappropriately uses Path.endsWith(".jar").

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

3 participants