You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by mi...@apache.org on 2016/04/08 14:03:54 UTC

[02/50] logging-log4j2 git commit: [LOG4J2-1354] No configuration reload is triggered under Windows when replacing the configuration file with one that has older last modified date.

[LOG4J2-1354] No configuration reload is triggered under Windows when
replacing the configuration file with one that has older last modified
date.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/360304a6
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/360304a6
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/360304a6

Branch: refs/heads/LOG4J2-1356
Commit: 360304a66d850ee16ea9b6f3314657a5672a98e0
Parents: 799cb9f
Author: ggregory <gg...@apache.org>
Authored: Tue Apr 5 12:17:09 2016 -0700
Committer: ggregory <gg...@apache.org>
Committed: Tue Apr 5 12:17:09 2016 -0700

----------------------------------------------------------------------
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/360304a6/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 56627e3..ddcda42 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -33,6 +33,9 @@
       <action issue="LOG4J2-1336" dev="ggregory" type="fix" due-to="Zbynek Vyskovsky">
         LoggerFactory in 1.2 API module is not compatible with 1.2.
       </action>
+      <action issue="LOG4J2-1354" dev="ggregory" type="fix" due-to="Arkadiusz Adolph">
+        No configuration reload is triggered under Windows when replacing the configuration file with one that has older last modified date.
+      </action>
       <action issue="LOG4J2-1346" type="fix">
         Exception from Log4jServletContextListener prevents jetty-maven-plugin run-forked.
       </action>