You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@karaf.apache.org by Grzegorz Grzybek <gr...@gmail.com> on 2022/03/10 12:01:20 UTC

[ANN] Pax Logging 2.1.2, 2.0.17, 1.12.2 and 1.11.16 released (4 versions)

Hello

I'd like to announce the release of 4 Pax Logging versions with one version
update:

   - Logback 1.2.11

One improvement:

   - "org.ops4j.pax.logging.logReaderEnabled" system/context property that
   allows disabling of org.osgi.service.log.LogReaderService registration.
   While it's a bit against the specification, it speeds up logging process
   (no more synchronized access to shared LinkedList.

And one bug fix:

   - NPE when MDC contains null value and EventAdmin integration is enabled

All the release notes can be found using the following links:

   - 2.1.2:
   https://github.com/ops4j/org.ops4j.pax.logging/milestone/94?closed=1
   - 2.0.17:
   https://github.com/ops4j/org.ops4j.pax.logging/milestone/93?closed=1
   - 1.12.2:
   https://github.com/ops4j/org.ops4j.pax.logging/milestone/92?closed=1
   - 1.11.16:
   https://github.com/ops4j/org.ops4j.pax.logging/milestone/91?closed=1

kind regards
Grzegorz Grzybek

Re: [ANN] Pax Logging 2.1.3 released

Posted by Grzegorz Grzybek <gr...@gmail.com>.
Hello


wt., 5 lip 2022 o 15:23 Eric Lilja <mi...@gmail.com> napisaƂ(a):

> Great, thanks!
>
> Question: Will Pax Exam be updated to use this version, it uses an ancient
> version doesn't it?
>

I think it does. I never released Pax Exam versions (though I did one
deadlock fix I guess). In all other Pax projects I worked, I used Pax Exam
in "custom mode", which allowed me to use any Pax Logging version I wanted
:) (check Pax Web, Pax JDBC, Pax JMS, Pax Transx).
Pax Logging itself is also tested using Pax Exam ;)

But answering your question, I think there should be no problem upgrading
Pax Exam itself.

regards
Grzegorz Grzybek


>
> - Eric L
>
> On Tue, Jul 5, 2022 at 3:18 PM Grzegorz Grzybek <gr...@gmail.com>
> wrote:
>
> > Hello
> >
> > I'd like to announce the release of Pax Logging 2.1.3 with just one
> update:
> >
> >    - Log4j2 2.18.0
> >
> > Updating to 2.18.0 helped with one CCE problem related to JeroMqAppender.
> >
> > I'd like to mention that lines 2.0.x and 1.11.x are no longer a priority
> > because they include log4j1 "backend".
> > And line 1.12.x without log4j1 backend is based on OSGi CMPN R6 which is
> > already quite old.
> >
> > So if you can, please migrate to 2.1.x. If you can't, please let us know
> ;)
> >
> > The release notes can be found here:
> >
> >    - 2.1.3:
> >    https://github.com/ops4j/org.ops4j.pax.logging/milestone/95?closed=1
> >
> > kind regards
> > Grzegorz Grzybek
> >
>

Re: [ANN] Pax Logging 2.1.3 released

Posted by Eric Lilja <mi...@gmail.com>.
Great, thanks!

Question: Will Pax Exam be updated to use this version, it uses an ancient
version doesn't it?

- Eric L

On Tue, Jul 5, 2022 at 3:18 PM Grzegorz Grzybek <gr...@gmail.com>
wrote:

> Hello
>
> I'd like to announce the release of Pax Logging 2.1.3 with just one update:
>
>    - Log4j2 2.18.0
>
> Updating to 2.18.0 helped with one CCE problem related to JeroMqAppender.
>
> I'd like to mention that lines 2.0.x and 1.11.x are no longer a priority
> because they include log4j1 "backend".
> And line 1.12.x without log4j1 backend is based on OSGi CMPN R6 which is
> already quite old.
>
> So if you can, please migrate to 2.1.x. If you can't, please let us know ;)
>
> The release notes can be found here:
>
>    - 2.1.3:
>    https://github.com/ops4j/org.ops4j.pax.logging/milestone/95?closed=1
>
> kind regards
> Grzegorz Grzybek
>

[ANN] Pax Logging 2.0.18 released

Posted by Grzegorz Grzybek <gr...@gmail.com>.
Hello

I'd like to announce the release of Pax Logging 2.0.18 with just one update:

   - Log4j2 2.18.0

This is simply a follow up of Pax Logging 2.1.3 release. Pax Logging 2.0.x
is exactly the same as 2.1.x, but includes legacy log4j1 backend.

The release notes can be found here:

   - 2.0.18:
   https://github.com/ops4j/org.ops4j.pax.logging/milestone/97?closed=1

kind regards
Grzegorz Grzybek

[ANN] Pax Logging 2.1.3 released

Posted by Grzegorz Grzybek <gr...@gmail.com>.
Hello

I'd like to announce the release of Pax Logging 2.1.3 with just one update:

   - Log4j2 2.18.0

Updating to 2.18.0 helped with one CCE problem related to JeroMqAppender.

I'd like to mention that lines 2.0.x and 1.11.x are no longer a priority
because they include log4j1 "backend".
And line 1.12.x without log4j1 backend is based on OSGi CMPN R6 which is
already quite old.

So if you can, please migrate to 2.1.x. If you can't, please let us know ;)

The release notes can be found here:

   - 2.1.3:
   https://github.com/ops4j/org.ops4j.pax.logging/milestone/95?closed=1

kind regards
Grzegorz Grzybek