This is an automated email from the ASF dual-hosted git repository.
freeandnil pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4net.git
from 8f3c3d4e update jquery to v1.12.4 fixes
https://github.com/apache/logging-log4net/security/dependabot/45 &
https://github.com/apache/logging-log4net/security/dependabot/46
add fb8b42f1 #194 fixed a bug in the Dispose-Logic of TelnetAppender
new a1c0aec0 Merge pull request #195 from apache/Feature/TelnetBug
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
scripts/build-preview.ps1 | 4 +-
.../Appender/Internal/SimpleTelnetClient.cs | 52 +++++++
src/log4net.Tests/Appender/TelnetAppenderTest.cs | 92 ++++++++++++
src/log4net/Appender/TelnetAppender.cs | 164 ++++++++-------------
4 files changed, 209 insertions(+), 103 deletions(-)
create mode 100644 src/log4net.Tests/Appender/Internal/SimpleTelnetClient.cs
create mode 100644 src/log4net.Tests/Appender/TelnetAppenderTest.cs