- 01 Mar, 2018 8 commits
-
-
Gary Gregory authored
-
Gary Gregory authored
allowed for MongoDB tests to be disabled if not running on Java 8. This was due to the dependency on Java 8 of the MongoDB test framework we use.
-
Gary Gregory authored
SecurityManager that rejects system property access. This test passes for me on Windows 10 but fails on Jenkins. Reorder a sanity check so that it takes place before the SecurityManager test rule is evaluated.
-
Gary Gregory authored
SecurityManager that rejects system property access.
-
Gary Gregory authored
SecurityManager that rejects system property access.
-
Gary Gregory authored
SecurityManager that rejects environment variable access.
-
Gary Gregory authored
-
Gary Gregory authored
org.apache.logging.log4j.status.StatusLogger.<clinit>(StatusLogger.java:71).
-
- 27 Feb, 2018 5 commits
-
-
Carter Kozak authored
Closes #156 Closes #157
-
Carter Kozak authored
Originally ParameterVisitable was built for ReusableMessage which provides a "short getParameterCount()" method. Now that the interface isn't bound to ReusableMessage it might as well use integer.
-
rpopma authored
-
Bruno P. Kinoshita authored
Hello, found while updating a legacy project from log4j1 to log4j2, and reading the docs (which are great, by the way, a life saver. Thanks!)
-
- 26 Feb, 2018 8 commits
-
-
rpopma authored
-
rpopma authored
LOG4J2-2253 Reusable messages missing a garbage free parameter accessor: Merge branch 'message_parameter_for_each' of https://github.com/cakofony/logging-log4j2
-
Carter Kozak authored
This method allows us to iterate over parameters in a ParameterVisitableMessage without array creation.
-
-
Carter Kozak authored
This allows custom layouts to group logged messages parameterized values without creating new single-use messages for each event. This slightly modifies the getFormat implementation of some message types to avoid doing unnecessary work to load the format string.
-
Ralph Goers authored
- 25 Feb, 2018 2 commits
-
-
Gary Gregory authored
instead of EMPTY. I implemented a different fix than the one proposed in the PR.
-
Gary Gregory authored
instead of EMPTY. I implemented a different fix than the one proposed in the PR.
-
- 20 Feb, 2018 16 commits
-
-
Gary Gregory authored
-
Gary Gregory authored
2.4.0 (Java 8.)
-
Gary Gregory authored
2.4.0 (Javav 8.)
-
Gary Gregory authored
-
Gary Gregory authored
5.15.3 (Java 8.)
-
Gary Gregory authored
-
Gary Gregory authored
-
Gary Gregory authored
-
Gary Gregory authored
to 2.0.3.
-
Gary Gregory authored
byte codes.
-
Gary Gregory authored
-
Gary Gregory authored
-
Gary Gregory authored
-
Gary Gregory authored
-
Gary Gregory authored
-
Gary Gregory authored
XML, and YAML.
-
- 19 Feb, 2018 1 commit
-
-
Ralph Goers authored
-