Re: [Vote] Release log4net 2.0.13-rc2

2021-11-01 Thread Ralph Goers
How do I download the files from there? Ralph > On Nov 1, 2021, at 11:12 PM, Davyd McColl wrote: > > Hi > > Thanks all for the +1's; please can someone with access copy the binaries > from the GitHub release (I've renamed to > https://github.com/apache/logging-log4net/releases/tag/rel%2F2.0.

Re: [Vote] Release log4net 2.0.13-rc2

2021-11-01 Thread Davyd McColl
Hi again 2.0.13 is up on nuget, so the only missing piece of the puzzle is the build artifacts to be up on download.apache.org, whenever someone has a gap to assist. Thanks for the vote (: -d On 2021/11/02 08:13:08, Davyd McColl wrote: Hi Thanks all for the +1's; please can someone with acces

Re: [Vote] Release log4net 2.0.13-rc2

2021-11-01 Thread Davyd McColl
Hi Thanks all for the +1's; please can someone with access copy the binaries from the GitHub release (I've renamed to  https://github.com/apache/logging-log4net/releases/tag/rel%2F2.0.13) to downloads.apache.org? I'll be pushing to nuget shortly. -d On 2021/11/01 08:30:26, Ralph Goers wrote:

StringBuilderEncoder and JsonTemplateLayoutConcurrentEncodeTest

2021-11-01 Thread Volkan Yazıcı
JsonTemplateLayoutConcurrentEncodeTest checks whether the underlying ByteBufferDestination has been concurrently accessed or not. When I modify JsonTemplateLayout to prefer StringBuilderEncoder (which uses thread-locals) rather than LockingStringBuilderEncoder, the test fails. Yet, almost every Str

Re: [apache/logging-log4j2] LOG4J2-3182 (PR #593)

2021-11-01 Thread Volkan Yazıcı
Would anybody mind reviewing #593 associated with LOG4J2-3182 , please? It is ~10 LoC in total and looks innocent. Should be easy to review for somebody who is familiar with LoggerContext and disp