You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by on...@apache.org on 2019/08/09 01:17:59 UTC

[geode] branch develop updated (c2940cb -> e5c9c42)

This is an automated email from the ASF dual-hosted git repository.

onichols pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from c2940cb  GEODE-7064: Increase timeout to 30m for UnitTest Execute Tests task (#3900)
     add e5c9c42  GEODE-7050: Use Log4jAgent only if Log4j is using Log4jProvider (#3892)

No new revisions were added by this update.

Summary of changes:
 .../internal/logging/DefaultProviderChecker.java   |  82 +++++++++++
 .../internal/logging/ProviderAgentLoader.java      |  26 +---
 .../logging/DefaultProviderCheckerTest.java        | 152 +++++++++++++++++++++
 3 files changed, 236 insertions(+), 24 deletions(-)
 create mode 100644 geode-core/src/main/java/org/apache/geode/internal/logging/DefaultProviderChecker.java
 create mode 100644 geode-core/src/test/java/org/apache/geode/internal/logging/DefaultProviderCheckerTest.java