Re: org.apache.logging.log4j.util.ProviderUtil.COMPATIBLE_API_VERSIONS

2015-03-21 Thread Gary Gregory
Well, nothing. I see no @since 2.2 and the log4j-api Clirr report is empty for 2.2. Gary On Sat, Mar 21, 2015 at 6:56 PM, Ralph Goers wrote: > Remind me - what did we actually change in the API? I would think we > would only change the API version if we make API changes. > > Ralph > > On Mar 2

Re: org.apache.logging.log4j.util.ProviderUtil.COMPATIBLE_API_VERSIONS

2015-03-21 Thread Ralph Goers
Remind me - what did we actually change in the API? I would think we would only change the API version if we make API changes. Ralph > On Mar 21, 2015, at 11:00 AM, Gary Gregory wrote: > > Do we need to add "2.2.0" to > org.apache.logging.log4j.util.ProviderUtil.COMPATIBLE_API_VERSIONS > >

Re: Missing Logger API

2015-03-21 Thread Ralph Goers
While that is true, if an application uses our Logger API and recompiles and they actually use one of the new methods there will be a problem when they run with the other Logger implementation. So, yes it would be compatible if all they do is upgrade the log4j version and don’t leverage any of

[jira] [Commented] (LOG4J2-980) Numerical overflow in BurstFilter not handled correctly

2015-03-21 Thread Mikhail Mazurskiy (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14373089#comment-14373089 ] Mikhail Mazurskiy commented on LOG4J2-980: -- No, other uses seem to be fine. Thank

[jira] [Closed] (LOG4J2-980) Numerical overflow in BurstFilter not handled correctly

2015-03-21 Thread Mikhail Mazurskiy (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Mazurskiy closed LOG4J2-980. > Numerical overflow in BurstFilter not handled correctly >

[jira] [Closed] (LOG4J2-981) Incorrect unlock in ProviderUtil

2015-03-21 Thread Mikhail Mazurskiy (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Mazurskiy closed LOG4J2-981. > Incorrect unlock in ProviderUtil > > > Key: L

Re: Missing Logger API

2015-03-21 Thread Gary Gregory
Hm... I think I'll use the stock throwing() API and its underlying stock THROWING marker. I won't worry about possible future issues now, YAGNI! WRT adding methods to log4j-api interfaces, it sounds like would be locked out from doing so until 3.0 BUT look at http://docs.oracle.com/javase/specs/j

[jira] [Commented] (LOG4J2-980) Numerical overflow in BurstFilter not handled correctly

2015-03-21 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14372940#comment-14372940 ] Gary Gregory commented on LOG4J2-980: - Also, do you see any other misuse of {{nanoTime

[jira] [Resolved] (LOG4J2-981) Incorrect unlock in ProviderUtil

2015-03-21 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory resolved LOG4J2-981. - Resolution: Fixed Fix Version/s: 2.3 Patch applied. Thank you! > Incorrect unlock in Provi

[jira] [Reopened] (LOG4J2-981) Incorrect unlock in ProviderUtil

2015-03-21 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory reopened LOG4J2-981: - > Incorrect unlock in ProviderUtil > > > Key: LOG4J2-

org.apache.logging.log4j.util.ProviderUtil.COMPATIBLE_API_VERSIONS

2015-03-21 Thread Gary Gregory
Do we need to add "2.2.0" to org.apache.logging.log4j.util.ProviderUtil.COMPATIBLE_API_VERSIONS ? Gary -- E-Mail: garydgreg...@gmail.com | ggreg...@apache.org Java Persistence with Hibernate, Second Edition JUnit in Action, Second Edition

[jira] [Resolved] (LOG4J2-980) Numerical overflow in BurstFilter not handled correctly

2015-03-21 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory resolved LOG4J2-980. - Resolution: Fixed Fix Version/s: 2.3 Mikhail, Thank you for the report. I've applied a patc

[jira] [Updated] (LOG4J2-981) Incorrect unlock in ProviderUtil

2015-03-21 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-981: Fix Version/s: (was: 2.3) > Incorrect unlock in ProviderUtil >

[jira] [Issue Comment Deleted] (LOG4J2-981) Incorrect unlock in ProviderUtil

2015-03-21 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-981: Comment: was deleted (was: Mikhail, Thank you for the report. I've applied a patch inspired by the

[jira] [Resolved] (LOG4J2-981) Incorrect unlock in ProviderUtil

2015-03-21 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory resolved LOG4J2-981. - Resolution: Fixed Fix Version/s: 2.3 > Incorrect unlock in ProviderUtil > -

[jira] [Comment Edited] (LOG4J2-981) Incorrect unlock in ProviderUtil

2015-03-21 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14372892#comment-14372892 ] Gary Gregory edited comment on LOG4J2-981 at 3/21/15 5:00 PM: --

[jira] [Commented] (LOG4J2-981) Incorrect unlock in ProviderUtil

2015-03-21 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14372892#comment-14372892 ] Gary Gregory commented on LOG4J2-981: - Mikhail, Thank you for the report. I've applie

[jira] [Created] (LOG4J2-981) Incorrect unlock in ProviderUtil

2015-03-21 Thread Mikhail Mazurskiy (JIRA)
Mikhail Mazurskiy created LOG4J2-981: Summary: Incorrect unlock in ProviderUtil Key: LOG4J2-981 URL: https://issues.apache.org/jira/browse/LOG4J2-981 Project: Log4j 2 Issue Type: Bug

[jira] [Updated] (LOG4J2-981) Incorrect unlock in ProviderUtil

2015-03-21 Thread Mikhail Mazurskiy (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Mazurskiy updated LOG4J2-981: - Attachment: LOG4J2-981.patch Attaching proposed patch. > Incorrect unlock in ProviderUtil

[jira] [Updated] (LOG4J2-980) Numerical overflow in BurstFilter not handled correctly

2015-03-21 Thread Mikhail Mazurskiy (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Mazurskiy updated LOG4J2-980: - Attachment: LOG4J2-980.patch Attaching proposed patch. > Numerical overflow in BurstFilte

[jira] [Created] (LOG4J2-980) Numerical overflow in BurstFilter not handled correctly

2015-03-21 Thread Mikhail Mazurskiy (JIRA)
Mikhail Mazurskiy created LOG4J2-980: Summary: Numerical overflow in BurstFilter not handled correctly Key: LOG4J2-980 URL: https://issues.apache.org/jira/browse/LOG4J2-980 Project: Log4j 2