Asm4 conflicting with jersey 2.x asm3. What is it used for in ES?

I am having an issue with asm41 conflicting with asm3.3 bundled with jersey 2.4.1. Unfortunately jersey would not work with asm4.x. I tried running ES without asm4 (asm 3.3was oin the class path) and it did not blow up immediately. What asm is used for in ES?
I see ES depends on it as well as lucene expression jar.
Can I run ES without it or with older version of it?

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/5c5e4cfc-cde8-4829-b5b6-4618869dfdbb%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Same problem on GAE

You should patch Jersey to asm4

http://blog.harrywye.com/post/30160964741/running-java-jersey-with-jdo-3-0-on-google-app-engine

Jörg

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAKdsXoEX_VfO5v32fFPwaKgjwj%3DH9--vcxxnzMfwTkjMuD4Cig%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Yes, found that post as well guess I will have to do it...
In Jersey 2.4 they repackage it into a separate jar but keep the packages

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/e202c4d1-8b6b-4c58-918a-b92a70e6a6cb%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

I ended up repackaging jersey distro using maven-shade-plugin

On Sunday, December 15, 2013 10:41:24 AM UTC-5, AlexR wrote:

Yes, found that post as well guess I will have to do it...
In Jersey 2.4 they repackage it into a separate jar but keep the packages

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/421c1b08-176d-4dc7-8dd5-97f39537dcf2%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.