This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a change to branch fix/lazy-location
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
discard 41c42f1351 Apply review suggestions
discard 68ec2f3dba Fix Javadoc generation
discard 4fb7ab6522 Fix `log4j-1.2-api` OSGi descriptor
discard 93bd5f9dc7 Make location and formatted message more lazy
add 7c09141a56 Fix environment variable names
add f1b306daa6 Make location and formatted message more lazy
add 9068465d54 Fix `log4j-1.2-api` OSGi descriptor
add 590a205df1 Fix Javadoc generation
add 79b6316312 Apply review suggestions
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (41c42f1351)
\
N -- N -- N refs/heads/fix/lazy-location (79b6316312)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
log4j-kit/pom.xml | 20 +++++++++
.../ContextualEnvironmentPropertySource.java | 23 +++++++---
.../ContextualJavaPropsPropertySource.java | 7 +--
.../env/internal/AbstractPropertyNamesTest.java} | 33 ++++++--------
.../ContextualEnvironmentPropertySourceTest.java | 30 +++++--------
.../ContextualJavaPropsPropertySourceTest.java | 29 +++++-------
.../PropertiesUtilPropertyEnvironmentTest.java | 51 ++++++++++++++++++++++
7 files changed, 124 insertions(+), 69 deletions(-)
copy
log4j-kit/src/{main/java/org/apache/logging/log4j/kit/env/internal/PropertiesUtilPropertyEnvironment.java
=>
test/java/org/apache/logging/log4j/kit/env/internal/AbstractPropertyNamesTest.java}
(52%)
copy
log4j-api-test/src/test/java/org/apache/logging/log4j/message/SimpleMessageTest.java
=>
log4j-kit/src/test/java/org/apache/logging/log4j/kit/env/internal/ContextualEnvironmentPropertySourceTest.java
(50%)
copy
log4j-api-test/src/test/java/org/apache/logging/log4j/NoopThreadContextTest.java
=>
log4j-kit/src/test/java/org/apache/logging/log4j/kit/env/internal/ContextualJavaPropsPropertySourceTest.java
(53%)
create mode 100644
log4j-kit/src/test/java/org/apache/logging/log4j/kit/env/internal/PropertiesUtilPropertyEnvironmentTest.java