You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2016/03/16 01:21:16 UTC

[32/38] logging-log4j2 git commit: LOG4J2-1295 automated GC-free test: add dependency for google allocation instrumenter

LOG4J2-1295 automated GC-free test: add dependency for google allocation instrumenter


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

Branch: refs/heads/LOG4J2-1116
Commit: 575cd5bc216e2c8c355abadff343e8ab90ae7432
Parents: d5f7c94
Author: rpopma <rp...@apache.org>
Authored: Tue Mar 15 17:24:22 2016 +1100
Committer: rpopma <rp...@apache.org>
Committed: Tue Mar 15 17:24:22 2016 +1100

----------------------------------------------------------------------
 log4j-core/pom.xml | 6 ++++++
 pom.xml            | 6 ++++++
 2 files changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/575cd5bc/log4j-core/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-core/pom.xml b/log4j-core/pom.xml
index 7ff68cd..d149fe2 100644
--- a/log4j-core/pom.xml
+++ b/log4j-core/pom.xml
@@ -273,6 +273,12 @@
       <version>2.4.5</version>
       <scope>test</scope>
     </dependency>
+    <!-- GC-free -->
+    <dependency>
+      <groupId>com.google.code.java-allocation-instrumenter</groupId>
+      <artifactId>java-allocation-instrumenter</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
   <build>
     <plugins>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/575cd5bc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c5eb74e..b923766 100644
--- a/pom.xml
+++ b/pom.xml
@@ -730,6 +730,12 @@
         <artifactId>commons-csv</artifactId>
         <version>1.2</version>
       </dependency>
+      <!-- GC-free -->
+      <dependency>
+        <groupId>com.google.code.java-allocation-instrumenter</groupId>
+        <artifactId>java-allocation-instrumenter</artifactId>
+        <version>3.0</version>
+      </dependency>
     </dependencies>
   </dependencyManagement>
   <build>