ActiveMQ 5.13 added serialization security after the huge serialization security bug was found in all those different projects.
http://activemq.apache.org/objectmessage.html ---------- Forwarded message ---------- From: <ggreg...@apache.org> Date: 21 June 2016 at 19:03 Subject: logging-log4j2 git commit: Avoid warnings and actually get ObjectMessages to work with ActiveMQ tests. I'm not sure how tests worked before but org.apache.logging.log4j.core.appender.mom.JmsAppenderIT does not when I test with the current version of Acti To: comm...@logging.apache.org Repository: logging-log4j2 Updated Branches: refs/heads/master 2a6271bb8 -> 9fd73114f Avoid warnings and actually get ObjectMessages to work with ActiveMQ tests. I'm not sure how tests worked before but org.apache.logging.log4j.core.appender.mom.JmsAppenderIT does not when I test with the current version of ActiveMQ 5.13.3. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/9fd73114 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/9fd73114 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/9fd73114 Branch: refs/heads/master Commit: 9fd73114f0a69fd3798ed020befd4e0ffc4d6b66 Parents: 2a6271b Author: ggregory <ggreg...@apache.org> Authored: Tue Jun 21 17:03:23 2016 -0700 Committer: ggregory <ggreg...@apache.org> Committed: Tue Jun 21 17:03:23 2016 -0700 ---------------------------------------------------------------------- log4j-core/pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/9fd73114/log4j-core/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-core/pom.xml b/log4j-core/pom.xml index f2b08a1..7ad300d 100644 --- a/log4j-core/pom.xml +++ b/log4j-core/pom.xml @@ -329,6 +329,9 @@ </excludedGroups> <forkCount>1</forkCount> <reuseForks>false</reuseForks> + <systemPropertyVariables> + <org.apache.activemq.SERIALIZABLE_PACKAGES>*</org.apache.activemq.SERIALIZABLE_PACKAGES> + </systemPropertyVariables> </configuration> </plugin> <plugin> -- Matt Sicker <boa...@gmail.com>