[
https://issues.apache.org/jira/browse/GEODE-951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirk Lund updated GEODE-951:
----------------------------
Description:
The package com.gemstone.org.apache.logging.log4j.message currently contains
two log4j2 classes optimized for Regions:
{noformat}
* GemFireParameterizedMessage.java
* GemFireParameterizedMessageFactory.java
{noformat}
Before we repackage com.gemstone.gemfire to org.apache.geode, I think we should
move these classes to a gemfire package such as
com.gemstone.gemfire.logging.log4j.message.
was:
The package com.gemstone.org.apache.logging.log4j.message currently contains
two log4j2 classes optimized for Regions:
{noformat}
* GemFireParameterizedMessage.java
* GemFireParameterizedMessageFactory.java
{noformat}
Before we repackage com.gemstone.gemfire to org.apache.geode, I think we should
move these classes to a gemfire package such as
com.gemstone.gemfire.logging.log4j.message.
This line of gemfire-core/src/main/resources/log4j2.xml will also have to
change accordingly:
{noformat}
<Configuration status="FATAL" shutdownHook="disable"
packages="com.gemstone.gemfire.internal.logging.log4j">
{noformat}
> Repackage classes in com.gemstone.org.apache.logging.log4j.message
> ------------------------------------------------------------------
>
> Key: GEODE-951
> URL: https://issues.apache.org/jira/browse/GEODE-951
> Project: Geode
> Issue Type: Bug
> Components: management
> Reporter: Kirk Lund
> Assignee: Kirk Lund
>
> The package com.gemstone.org.apache.logging.log4j.message currently contains
> two log4j2 classes optimized for Regions:
> {noformat}
> * GemFireParameterizedMessage.java
> * GemFireParameterizedMessageFactory.java
> {noformat}
> Before we repackage com.gemstone.gemfire to org.apache.geode, I think we
> should move these classes to a gemfire package such as
> com.gemstone.gemfire.logging.log4j.message.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)