You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directmemory.apache.org by Benoit Perroud <be...@noisette.ch> on 2012/01/01 15:11:55 UTC

Libs upgrade

Hi All,

I just ran mvn versions:display-dependency-updates and there is
several libs we could upgrade. I don't know
org.ops4j.pax.exam:pax-exam, and a change from a version 1.2.4 to
2.3.0 seems to be a major upgrade. The others seems to be minor
upgrades :

[INFO]   ch.qos.logback:logback-classic ....................... 0.9.26 -> 1.0.0
[INFO]   ch.qos.logback:logback-core .......................... 0.9.26 -> 1.0.0
[INFO]   com.google.guava:guava ................................... r09 -> 11.0
[INFO]   com.h2database:h2 ................................. 1.3.158 -> 1.3.163
[INFO]   org.aspectj:aspectjrt ............................... 1.6.11 -> 1.6.12
[INFO]   org.ops4j.pax.exam:pax-exam ........................... 1.2.4 -> 2.3.0
[INFO]   org.osgi:org.osgi.core ................................ 4.2.0 -> 4.3.0
[INFO]   org.slf4j:slf4j-api ................................... 1.6.1 -> 1.6.4
[INFO]   org.slf4j:slf4j-simple ................................ 1.6.1 -> 1.6.4

All the best for 2012 !

Benoit.

Re: Libs upgrade

Posted by "Raffaele P. Guidi" <ra...@gmail.com>.
Oh right! Can't believe I forgot, I even sent the guys a patch for some
wrong queries! :D

On Sun, Jan 1, 2012 at 7:18 PM, Maurizio Cucchiara <
maurizio.cucchiara@gmail.com> wrote:

> I could be wrong but IIRC junit-benchmark uses h2 to store the tests'
> outcomes
>
> Sent from my mobile device, so please excuse typos and brevity.
>
> Maurizio Cucchiara
>
> Il giorno 01/gen/2012 17.49, "Raffaele P. Guidi" <
> raffaele.p.guidi@gmail.com>
> ha scritto:
>
> > Probably we should ask Ioannis Cannellos about pax libraries (and I would
> > take the occasion to ask for some examples and maybe some blogging about
> > his wonderful work integrating with karaf and osgi in general :P) I
> > honestly can't recall why h2 database is there... do someone have a hint?
> >
> > On Sun, Jan 1, 2012 at 3:11 PM, Benoit Perroud <be...@noisette.ch>
> wrote:
> >
> > > Hi All,
> > >
> > > I just ran mvn versions:display-dependency-updates and there is
> > > several libs we could upgrade. I don't know
> > > org.ops4j.pax.exam:pax-exam, and a change from a version 1.2.4 to
> > > 2.3.0 seems to be a major upgrade. The others seems to be minor
> > > upgrades :
> > >
> > > [INFO]   ch.qos.logback:logback-classic ....................... 0.9.26
> ->
> > > 1.0.0
> > > [INFO]   ch.qos.logback:logback-core .......................... 0.9.26
> ->
> > > 1.0.0
> > > [INFO]   com.google.guava:guava ................................... r09
> > ->
> > > 11.0
> > > [INFO]   com.h2database:h2 ................................. 1.3.158 ->
> > > 1.3.163
> > > [INFO]   org.aspectj:aspectjrt ............................... 1.6.11
> ->
> > > 1.6.12
> > > [INFO]   org.ops4j.pax.exam:pax-exam ........................... 1.2.4
> ->
> > > 2.3.0
> > > [INFO]   org.osgi:org.osgi.core ................................ 4.2.0
> ->
> > > 4.3.0
> > > [INFO]   org.slf4j:slf4j-api ................................... 1.6.1
> ->
> > > 1.6.4
> > > [INFO]   org.slf4j:slf4j-simple ................................ 1.6.1
> ->
> > > 1.6.4
> > >
> > > All the best for 2012 !
> > >
> > > Benoit.
> > >
> >
>

Re: Libs upgrade

Posted by Maurizio Cucchiara <ma...@gmail.com>.
I could be wrong but IIRC junit-benchmark uses h2 to store the tests'
outcomes

Sent from my mobile device, so please excuse typos and brevity.

Maurizio Cucchiara

Il giorno 01/gen/2012 17.49, "Raffaele P. Guidi" <ra...@gmail.com>
ha scritto:

> Probably we should ask Ioannis Cannellos about pax libraries (and I would
> take the occasion to ask for some examples and maybe some blogging about
> his wonderful work integrating with karaf and osgi in general :P) I
> honestly can't recall why h2 database is there... do someone have a hint?
>
> On Sun, Jan 1, 2012 at 3:11 PM, Benoit Perroud <be...@noisette.ch> wrote:
>
> > Hi All,
> >
> > I just ran mvn versions:display-dependency-updates and there is
> > several libs we could upgrade. I don't know
> > org.ops4j.pax.exam:pax-exam, and a change from a version 1.2.4 to
> > 2.3.0 seems to be a major upgrade. The others seems to be minor
> > upgrades :
> >
> > [INFO]   ch.qos.logback:logback-classic ....................... 0.9.26 ->
> > 1.0.0
> > [INFO]   ch.qos.logback:logback-core .......................... 0.9.26 ->
> > 1.0.0
> > [INFO]   com.google.guava:guava ................................... r09
> ->
> > 11.0
> > [INFO]   com.h2database:h2 ................................. 1.3.158 ->
> > 1.3.163
> > [INFO]   org.aspectj:aspectjrt ............................... 1.6.11 ->
> > 1.6.12
> > [INFO]   org.ops4j.pax.exam:pax-exam ........................... 1.2.4 ->
> > 2.3.0
> > [INFO]   org.osgi:org.osgi.core ................................ 4.2.0 ->
> > 4.3.0
> > [INFO]   org.slf4j:slf4j-api ................................... 1.6.1 ->
> > 1.6.4
> > [INFO]   org.slf4j:slf4j-simple ................................ 1.6.1 ->
> > 1.6.4
> >
> > All the best for 2012 !
> >
> > Benoit.
> >
>

Re: Libs upgrade

Posted by "Raffaele P. Guidi" <ra...@gmail.com>.
Probably we should ask Ioannis Cannellos about pax libraries (and I would
take the occasion to ask for some examples and maybe some blogging about
his wonderful work integrating with karaf and osgi in general :P) I
honestly can't recall why h2 database is there... do someone have a hint?

On Sun, Jan 1, 2012 at 3:11 PM, Benoit Perroud <be...@noisette.ch> wrote:

> Hi All,
>
> I just ran mvn versions:display-dependency-updates and there is
> several libs we could upgrade. I don't know
> org.ops4j.pax.exam:pax-exam, and a change from a version 1.2.4 to
> 2.3.0 seems to be a major upgrade. The others seems to be minor
> upgrades :
>
> [INFO]   ch.qos.logback:logback-classic ....................... 0.9.26 ->
> 1.0.0
> [INFO]   ch.qos.logback:logback-core .......................... 0.9.26 ->
> 1.0.0
> [INFO]   com.google.guava:guava ................................... r09 ->
> 11.0
> [INFO]   com.h2database:h2 ................................. 1.3.158 ->
> 1.3.163
> [INFO]   org.aspectj:aspectjrt ............................... 1.6.11 ->
> 1.6.12
> [INFO]   org.ops4j.pax.exam:pax-exam ........................... 1.2.4 ->
> 2.3.0
> [INFO]   org.osgi:org.osgi.core ................................ 4.2.0 ->
> 4.3.0
> [INFO]   org.slf4j:slf4j-api ................................... 1.6.1 ->
> 1.6.4
> [INFO]   org.slf4j:slf4j-simple ................................ 1.6.1 ->
> 1.6.4
>
> All the best for 2012 !
>
> Benoit.
>