Re: I want to provide a module that provides the unshaded version of the jdbc client.

2016-09-17 Thread Marco Villalobos
are compile scope. Punish it in a maven repository. > On Sep 15, 2016, at 11:09 PM, Marco Villalobos <mvillalo...@kineteque.com> > wrote: > > TL;DR; Publish a non-shaded version of phoenix client to a maven repository > because it would much easier for complex systems to util

Re: I want to provide a module that provides the unshaded version of the jdbc client.

2016-09-16 Thread Marco Villalobos
're seeing, or -- better still -- file a JIRA? > > On Thu, Sep 15, 2016 at 11:45 AM, Marco Villalobos < > mvillalo...@kineteque.com> wrote: > >> Not all of its dependencies are repackaged though, which leads to >> class loading conflicts. When is that ever a good thing?

Re: I want to provide a module that provides the unshaded version of the jdbc client.

2016-09-15 Thread Marco Villalobos
one dependency: the shaded client. What > are you able to achieve now with, say, the 4.7.0 unshaded client that you > cannot with the new 4.8.0 shaded client? > > Thanks for the explanation. > -n > > On Thu, Sep 15, 2016 at 7:56 AM, Marco Villalobos <mvillalo...@kine

I want to provide a module that provides the unshaded version of the jdbc client.

2016-09-15 Thread Marco Villalobos
Good morning. I want to provide a module that provides the unshaded version of the jdbc client. This will allow people to manage their own dependencies without worry of conflict. -Marco.