Configure composite filter for specific logger in Log4j2 via properties file

2022-04-02 Thread Stamatis Zampetakis
Hi all, After many unsuccessful attempts to configure a composite filter for a specified logger [1] using the property syntax, I posted the following question on stackoverflow [2]. In [1], I tried to create a unit test simulating what I would like to achieve but didn't manage to make it work yet.

Re: [ANNOUNCEMENT] Apache Commons Release Plugin Version 1.8.0

2022-04-02 Thread Apache
Wrong list Ralph > On Apr 2, 2022, at 5:08 AM, Gary Gregory wrote: > >  We just released our release tool, Apache Commons Release Plugin Version > 1.8.0: > An Apache Maven Mojo for Apache Commons Release tasks. > > Historical list of changes: > https://commons.apache.org/proper/commons-releas

[ANNOUNCEMENT] Apache Commons Release Plugin Version 1.8.0

2022-04-02 Thread Gary Gregory
We just released our release tool, Apache Commons Release Plugin Version 1.8.0: An Apache Maven Mojo for Apache Commons Release tasks. Historical list of changes: https://commons.apache.org/proper/commons-release-plugin//changes-report.html For complete information on Apache Commons Release Plug

Re: OSGI service lookup

2022-04-02 Thread Ralph Goers
Ok. But what does that mean with regard to the 3 options Piotr listed? Ralph > On Apr 1, 2022, at 4:37 PM, Matt Sicker wrote: > > OSGi services are the lowest level primitive they have besides bundles and > wires. The declarative services runtime was my preferred system when I was > using OSG