This is an automated email from the ASF dual-hosted git repository.
mattsicker pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
from 1b02c8eac7 Remove unused module-info file
new 4b42577e54 Move ConfigurationFactory::authorizationProvider to
AuthorizationProvider::getAuthorizationProvider
new ea8e12a2fa Remove unused variable
new e55649e72d Add Configuration::getContextProperties
new fe1c85ffa6 Remove cached SslConfigurationFactory::getSslConfiguration
new 85d3a9832d Fix NPE in AbstractFilterable::removeFilter
The 5 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:
.../log4j/core/net/UrlConnectionFactoryTest.java | 4 +--
.../core/net/ssl/SslConfigurationFactoryTest.java | 8 ++---
.../log4j/core/config/AbstractConfiguration.java | 7 +++-
.../logging/log4j/core/config/Configuration.java | 18 +++++++++-
.../log4j/core/config/ConfigurationFactory.java | 24 --------------
.../log4j/core/config/ConfigurationSource.java | 6 ++--
.../logging/log4j/core/config/HttpWatcher.java | 21 ++++++++----
.../log4j/core/filter/AbstractFilterable.java | 2 +-
.../core/filter/MutableThreadContextMapFilter.java | 38 +++++++++++++++-------
.../log4j/core/net/UrlConnectionFactory.java | 16 +++++----
.../core/net/ssl/SslConfigurationFactory.java | 12 +------
.../log4j/core/util/AuthorizationProvider.java | 17 ++++++++++
.../apache/logging/log4j/core/util/Watcher.java | 4 ---
.../core/util/internal/HttpInputStreamUtil.java | 25 +++++---------
.../spring/boot/Log4j2SpringBootLoggingSystem.java | 12 +++----
15 files changed, 115 insertions(+), 99 deletions(-)