You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2017/06/01 00:23:02 UTC

logging-log4j2 git commit: Add java.rmi to org.apache.activemq.SERIALIZABLE_PACKAGES to pass the test.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 189070de4 -> dc26e2387


Add java.rmi to org.apache.activemq.SERIALIZABLE_PACKAGES to pass the
test.

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

Branch: refs/heads/master
Commit: dc26e23871b40799ed3d1079e3a1c8731400c773
Parents: 189070d
Author: Gary Gregory <gg...@apache.org>
Authored: Wed May 31 17:22:58 2017 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Wed May 31 17:22:58 2017 -0700

----------------------------------------------------------------------
 .../logging/log4j/core/appender/mom/activemq/JmsAppenderIT.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/dc26e238/log4j-core-its/src/test/java/org/apache/logging/log4j/core/appender/mom/activemq/JmsAppenderIT.java
----------------------------------------------------------------------
diff --git a/log4j-core-its/src/test/java/org/apache/logging/log4j/core/appender/mom/activemq/JmsAppenderIT.java b/log4j-core-its/src/test/java/org/apache/logging/log4j/core/appender/mom/activemq/JmsAppenderIT.java
index effdff0..4e03e46 100644
--- a/log4j-core-its/src/test/java/org/apache/logging/log4j/core/appender/mom/activemq/JmsAppenderIT.java
+++ b/log4j-core-its/src/test/java/org/apache/logging/log4j/core/appender/mom/activemq/JmsAppenderIT.java
@@ -61,7 +61,7 @@ public class JmsAppenderIT {
     @BeforeClass
     public static void setUpClass() {
         System.setProperty(KEY_SERIALIZABLE_PACKAGES,
-                "org.apache.logging.log4j.core.impl,org.apache.logging.log4j.util,org.apache.logging.log4j");
+                "org.apache.logging.log4j.core.impl,org.apache.logging.log4j.util,org.apache.logging.log4j,java.rmi");
         final Properties additional = new Properties();
         additional.setProperty("queue.TestQueue", "TestQueue");
         final JndiManager jndiManager = JndiManager.getJndiManager(ActiveMQInitialContextFactory.class.getName(),