[ https://issues.apache.org/jira/browse/LOG4J2-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15894916#comment-15894916 ]
ASF subversion and git services commented on LOG4J2-1836: --------------------------------------------------------- Commit 9e7fe9e1a7165b7ffa0d766062e8ec02d34eeadb in logging-log4j2's branch refs/heads/master from [~ralph_go...@dslextreme.com] [ https://git-wip-us.apache.org/repos/asf?p=logging-log4j2.git;h=9e7fe9e ] LOG4J2-1836 - Update the API version > API Version is incorrect > ------------------------ > > Key: LOG4J2-1836 > URL: https://issues.apache.org/jira/browse/LOG4J2-1836 > Project: Log4j 2 > Issue Type: Bug > Components: API, Core > Affects Versions: 2.6, 2.6.1, 2.6.2, 2.7, 2.8, 2.8.1 > Reporter: Ralph Goers > Fix For: 2.8.2 > > > ProviderUtil in Log4j API is supposed to list the versions of the API that > are all compatible with each other from a binding point of view. These > versions are not supposed to be modified with each Log4j release but only > when a change to the API is made so that implementations can know whether > they are compatible with the API. > Likewise, each implemenation (such as Log4j core) is supposed to declare what > version of the API it requires. Again, this is not implemented with each > release but only when core is modified to require changes in the API. > The API changed significantly in releases prior to 2.6 but these values were > never modified. Since 2.6 very little has changed in the API. > To fix this issue the API needs to say the only compatible version is 2.6 and > log4j-core must declare that it requires version 2.6. -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org For additional commands, e-mail: log4j-dev-h...@logging.apache.org