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 675fa46629 Clean up some warnings
new 9f88fe5884 Clean up more warnings
new 78f728af51 Add some javadocs
new 589dcdaabf Clean up and better document LoaderUtil
The 3 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/config/PropertiesConfiguration.java | 2 +-
.../apache/logging/log4j/util/LoaderUtilTest.java | 4 +-
.../apache/logging/log4j/spi/LoggingSystem.java | 2 +-
.../java/org/apache/logging/log4j/util/Cast.java | 12 +
.../org/apache/logging/log4j/util/LoaderUtil.java | 425 +++++++++++++--------
.../apache/logging/log4j/util/PropertiesUtil.java | 14 +-
.../log4j/util/PropertyFilePropertySource.java | 14 +-
.../log4j/core/config/AbstractConfiguration.java | 7 +
.../logging/log4j/core/config/AppenderControl.java | 2 +-
.../log4j/core/config/ConfigurationSource.java | 14 +-
.../log4j/core/config/CronScheduledFuture.java | 10 +-
.../log4j/core/config/DefaultAdvertiser.java | 2 +-
.../log4j/core/net/UrlConnectionFactory.java | 4 +-
13 files changed, 313 insertions(+), 199 deletions(-)