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

org.elasticsearch/elasticsearch/jars/elasticsearch-1.7.1.jar contains org/joda/convert/ToString.class #13356

Closed
timcharper opened this issue Sep 4, 2015 · 1 comment
Assignees
Labels
:Delivery/Build Build or test infrastructure :Delivery/Packaging RPM and deb packaging, tar and zip archives, shell and batch scripts Team:Delivery Meta label for Delivery team v1.7.2

Comments

@timcharper
Copy link

This looks like a mistake. With the rest of the embedded Joda libraries, you've prefixed the namespace with org.elasticsearch; however, there are two files that made their way through are are being bundled directly in elasticsearch itself:

  • org/joda/convert/FromString.class
  • org/joda/convert/ToString.class

This caused a packaging conflict for us, which we were able to resolve by telling the assembly system to pick the first of the two (at... random :/). That's not ideal.

@jasontedor jasontedor self-assigned this Sep 4, 2015
@jasontedor jasontedor added :Delivery/Packaging RPM and deb packaging, tar and zip archives, shell and batch scripts :Delivery/Build Build or test infrastructure labels Sep 4, 2015
jasontedor added a commit that referenced this issue Sep 5, 2015
This commit backports c262500, the fix
for #13356 from pull request #13358 from 1.7 to 1.6.
@timcharper
Copy link
Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Delivery/Build Build or test infrastructure :Delivery/Packaging RPM and deb packaging, tar and zip archives, shell and batch scripts Team:Delivery Meta label for Delivery team v1.7.2
Projects
None yet
Development

No branches or pull requests

3 participants