Re: Json Template Layout

2020-04-19 Thread Ralph Goers
I completely understand how messed up people’s lives are right now. I’m lucky, all my kids are long gone out of the house. With COVID-19 I am able to work from home and while that saves me over 2 hours a day in commute time and more time because there isn’t much else to do, I end up spending a l

Re: [CI][FAILURE] log4j/release-2.x#28 has potential issues

2020-04-19 Thread Matt Sicker
Test failures look new On Sun, Apr 19, 2020 at 16:54 Mr. Jenkins wrote: > > There is a build failure in log4j/release-2.x. > > Build: https://builds.apache.org/job/log4j/job/release-2.x/28/ > Logs: https://builds.apache.org/job/log4j/job/release-2.x/28/console > Test results: > https://builds.ap

Re: Json Template Layout

2020-04-19 Thread Volkan Yazıcı
Hello Ralph, [Due to #COVID-19, day cares are closed. I can hardly spare time to work, including Log4j. Hence, apologies for my slowed down progress & responses.] I could not put my finger on the performance regression, yet. I might opt to switch back to Jackson, but I am not gonna do that withou

Re: [Log4Net]: resurrection

2020-04-19 Thread Matt Sicker
And while I don’t have much experience in .net, I’m fairly experienced with Jenkins. On Sun, Apr 19, 2020 at 05:24 Davyd McColl wrote: > Thanks, I'll check out the branch. > > I have already migrated to SDK-style projects. The one requirement to use > the dotnet tooling that I'll need to resolve

Re: [Log4Net]: resurrection

2020-04-19 Thread Davyd McColl
Thanks, I'll check out the branch. I have already migrated to SDK-style projects. The one requirement to use the dotnet tooling that I'll need to resolve is that the host (docker image) will need the .net 2 and 3.5 sdks installed - that's currently the only hurdle to building with dotnet. Th

Re: [Log4Net]: resurrection

2020-04-19 Thread Dominik Psenner
I must mention that the Dockerfiles are invoked from the Jenkinsfile and uses nant and the nant build scripts to build the project. nant is a deadend road and should be replaced. The dockerfiles could stay, providing the future build requisites for the future build scripts. If the project is migrat

Re: [Log4Net]: resurrection

2020-04-19 Thread Dominik Psenner
You may find the develop and other branches useful: https://github.com/apache/logging-log4net/tree/develop/buildtools/docker There are dockerfiles along with shell scripts that used to work for building sev