Henning Schmiedehausen created LOG4J2-343:
---------------------------------------------
Summary: Remove the Generics from Appender
Key: LOG4J2-343
URL: https://issues.apache.org/jira/browse/LOG4J2-343
Project: Log4j 2
Issue Type: Improvement
Components: Core
Affects Versions: 2.0-beta8
Reporter: Henning Schmiedehausen
As proposed on the mailing list, removing the Generic from Appender will make
the API more readable and easier to use. This is an updated patch which does
not touch the AbstractDatabase code.
If you use subversion, just apply the attached patch to trunk. It should apply.
The easier way to deal with this patch is to do this:
{code}
% mkdir appender-patch
% cd appender-patch
% git svn init http://svn.apache.org/repos/asf/logging/log4j/log4j2/trunk
% git svn fetch -r 1512793
% git remote add hgschmie https://github.com/hgschmie/logging-log4j2.git
% git fetch hgschmie
% git cherry-pick $(git log hgschmie/appender-only | head -1 | cut -d' ' -f2)
{code}
which will apply the latest version of the patch automatically to the repo.
Then doing
{code}
% git svn dcommit
{code}
will put it into subversion.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]