Re: [Discuss] Retire Log4net to the attic.

2020-03-21 Thread Ralph Goers
Part of the problem here is none of the people who are actively committing code are using .NET, so we would have a hard time answering that. One of the former maintainers mentioned a project named serilog but that is the extent of my knowledge. Also, at this point this is a discussion. If 3 peo

Re: [Discuss] Retire Log4net to the attic.

2020-03-21 Thread Brown, Michael
Are there better replacements for Log4net? What would it take to migrate to them? From: Remko Popma Sent: Saturday, March 21, 2020 21:31 To: Apache Logging Developers List Subject: Re: [Discuss] Retire Log4net to the attic. I agree with retiring log4net into the

Re: [Discuss] Retire Log4net to the attic.

2020-03-21 Thread Remko Popma
I agree with retiring log4net into the attic. On Sun, Mar 22, 2020 at 9:57 AM Gary Gregory wrote: > I'm not foreseeing needing or helping on this one, so the attic is OK by > me. > > Gary > > On Sat, Mar 21, 2020 at 8:15 PM Ralph Goers > wrote: > > > The PMC has struggled for several years tr

Re: [Discuss] Retire Log4net to the attic.

2020-03-21 Thread Gary Gregory
I'm not foreseeing needing or helping on this one, so the attic is OK by me. Gary On Sat, Mar 21, 2020 at 8:15 PM Ralph Goers wrote: > The PMC has struggled for several years trying to attract new developers > to the project and has not succeeded. The latest discussion was last > October where

[Discuss] Retire Log4net to the attic.

2020-03-21 Thread Ralph Goers
The PMC has struggled for several years trying to attract new developers to the project and has not succeeded. The latest discussion was last October where a few individuals expressed some interest but nothing came of that. One individual apparently migrated the builds to azure but they don’t a

Re: unstable master branch

2020-03-21 Thread Ralph Goers
I guess if I had understood I could have told you that. I believe the default-jar configuration is built into the maven jar plugin. Ralph > On Mar 21, 2020, at 8:00 AM, Matt Sicker wrote: > > Great find! I did not know there were two different properties involved > there. Thanks for digging.

Re: unstable master branch

2020-03-21 Thread Matt Sicker
Great find! I did not know there were two different properties involved there. Thanks for digging. On Sat, Mar 21, 2020 at 09:38 Volkan Yazıcı wrote: > I've finally found and solved the problem! It is right there in my > post: -Dmaven.test.skip=true. This causes test-jar generation to be > skipp

Re: unstable master branch

2020-03-21 Thread Volkan Yazıcı
I've finally found and solved the problem! It is right there in my post: -Dmaven.test.skip=true. This causes test-jar generation to be skipped and hence modules with dependencies to test-jars cannot resolve them. One should instead use -DskipTests, which will skip tests, but will still generate the