Petar Tahchiev wrote:
> Hi guys,
>
> my exception occurs if I have only commons-lang2 in my classpath. I wasn't
> aware you can have both in the classpath, but now that I put them both in
> the classpath it all works. It's not very nice solution, but I'll stick
> them both in. I still think we sh
Hi guys,
my exception occurs if I have only commons-lang2 in my classpath. I wasn't
aware you can have both in the classpath, but now that I put them both in
the classpath it all works. It's not very nice solution, but I'll stick
them both in. I still think we should issue a new release for the me
On 22 April 2014 15:45, Duncan Jones wrote:
> Hi Paul,
>
> On 22 April 2014 15:25, Paul Benedict wrote:
>> Yup. I have depend on Lang 3 for my own code and many of my transitive
>> dependencies relies on Lang 2. There's no problem with having both
>> libraries in your code.
>
> I haven't fully un
Hi Paul,
On 22 April 2014 15:25, Paul Benedict wrote:
> Yup. I have depend on Lang 3 for my own code and many of my transitive
> dependencies relies on Lang 2. There's no problem with having both
> libraries in your code.
I haven't fully understood your description of the problem. You say
you've
Yup. I have depend on Lang 3 for my own code and many of my transitive
dependencies relies on Lang 2. There's no problem with having both
libraries in your code.
On Tue, Apr 22, 2014 at 9:22 AM, Matt Benson wrote:
> Note that you can use [lang] v2 and v3 together in the same project as both
> t
Note that you can use [lang] v2 and v3 together in the same project as both
the Maven coordinates and package names have been changed with the major
version upgrade.
Matt
On Tue, Apr 22, 2014 at 9:07 AM, Petar Tahchiev wrote:
> Hi guys,
>
> I found out I'm using quite a lot of the commons-*:com
Hi guys,
I found out I'm using quite a lot of the commons-*:commons-* artifacts in
my project so I decided to upgrade them to their new version in
org.apache.commons:whatever. I only upgraded those that I could so now I
have for instance org.apache.commons:commons-lang3 in my classpath, but
unfort