Hi Dan, On Wed, May 21, 2014 at 7:09 AM, Dan Di Spaltro <[email protected]> wrote: > It seems phoenix-core is dependent on jruby, is this still used? I just > noticed it is getting pulled in to my project that depends on phoenix-core. > I can't imagine what it's for, but I don't have a great understanding of > the code yet.
The JRuby dep does indeed seem to not be strictly needed -- it's explicitly present in phoenix-4.0 pom, and is pulled in transitively in 3.0. Because jruby-complete is an uber jar that includes lots of extra stuff, this can cause some major issues in downstream applications. I've created a ticket (https://issues.apache.org/jira/browse/PHOENIX-993) for this, and will aim to get it patched up ASAP. - Gabriel
