[GitHub] [logging-log4j2] ppkarwasz commented on a change in pull request #774: [LOG4J2-3413] Fixes resolution of non-Log4j properties

2022-02-25 Thread GitBox
ppkarwasz commented on a change in pull request #774: URL: https://github.com/apache/logging-log4j2/pull/774#discussion_r815276131 ## File path: log4j-api/src/main/java/org/apache/logging/log4j/util/PropertySource.java ## @@ -100,9 +101,19 @@ public int compare(final

[jira] [Commented] (LOG4J2-3413) Log4j2 Incorrectly Uses System Property For Level Setting And Got IllegalArgumentException

2022-02-25 Thread Piotr P. Karwasz (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17498401#comment-17498401 ] Piotr P. Karwasz commented on LOG4J2-3413: -- I submitted [PR

[GitHub] [logging-log4j2] ppkarwasz commented on pull request #774: [LOG4J2-3413] Fixes resolution of non-Log4j properties

2022-02-25 Thread GitBox
ppkarwasz commented on pull request #774: URL: https://github.com/apache/logging-log4j2/pull/774#issuecomment-1051598903 Yes, I thought JIRA would link the PR automatically, but apparently it only checks the title provided at submission time. -- This is an automated message from the

[GitHub] [logging-log4j2] jvz opened a new pull request #775: [LOG4J2-3415] Support JSON configuration using embedded JSON parser

2022-02-25 Thread GitBox
jvz opened a new pull request #775: URL: https://github.com/apache/logging-log4j2/pull/775 * Moves `JsonReader` from log4j-layout-json-template to log4j-api. * Adds support for comments in parsing JSON for compatibility with existing Jackson usage. * Adds new default

[jira] [Assigned] (LOG4J2-3415) Support JSON configuration using embedded JSON parser

2022-02-25 Thread Matt Sicker (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Sicker reassigned LOG4J2-3415: --- Assignee: Matt Sicker > Support JSON configuration using embedded JSON parser >

[jira] [Created] (LOG4J2-3415) Support JSON configuration using embedded JSON parser

2022-02-25 Thread Matt Sicker (Jira)
Matt Sicker created LOG4J2-3415: --- Summary: Support JSON configuration using embedded JSON parser Key: LOG4J2-3415 URL: https://issues.apache.org/jira/browse/LOG4J2-3415 Project: Log4j 2 Issue

[jira] [Comment Edited] (LOG4J2-3412) Rolling file does not work with new version of log4j2 2.16 and 2.17.1 versions

2022-02-25 Thread Piotr P. Karwasz (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17498247#comment-17498247 ] Piotr P. Karwasz edited comment on LOG4J2-3412 at 2/25/22, 9:07 PM:

[GitHub] [logging-log4j2] ppkarwasz opened a new pull request #774: [LOG4J-3413] Fixes resolution of non-Log4j properties

2022-02-25 Thread GitBox
ppkarwasz opened a new pull request #774: URL: https://github.com/apache/logging-log4j2/pull/774 For properties that does not start with `log4j` or `org.apache.logging.log4j` the loosed token-based lookup should not be applied. There are a couple of exceptions to this rule: the

[jira] [Commented] (LOG4J2-3413) Log4j2 Incorrectly Uses System Property For Level Setting And Got IllegalArgumentException

2022-02-25 Thread Piotr P. Karwasz (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17498273#comment-17498273 ] Piotr P. Karwasz commented on LOG4J2-3413: -- It's a bug in the property sources (cf.

[jira] [Commented] (LOG4J2-3412) Rolling file does not work with new version of log4j2 2.16 and 2.17.1 versions

2022-02-25 Thread Piotr P. Karwasz (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17498247#comment-17498247 ] Piotr P. Karwasz commented on LOG4J2-3412: -- [~rgoers]: maybe just a _"if file name is not

[jira] [Commented] (LOG4J2-3412) Rolling file does not work with new version of log4j2 2.16 and 2.17.1 versions

2022-02-25 Thread Ralph Goers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17498201#comment-17498201 ] Ralph Goers commented on LOG4J2-3412: - [~Dundigala] You can either do as Piotr suggests or you can

[jira] [Commented] (LOG4J2-3412) Rolling file does not work with new version of log4j2 2.16 and 2.17.1 versions

2022-02-25 Thread Piotr P. Karwasz (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17498177#comment-17498177 ] Piotr P. Karwasz commented on LOG4J2-3412: -- [~Dundigala]: the `fileName` attribute is optional

[jira] [Updated] (LOG4J2-3413) Log4j2 Incorrectly Uses System Property For Level Setting And Got IllegalArgumentException

2022-02-25 Thread Sean Wang (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Wang updated LOG4J2-3413: -- Description: We have an environment parameter in IBM WAS 9 running JAVA 8 with a name of "level" and

[jira] [Commented] (LOG4J2-3414) Release date for 2.17.2 to ease migration from log4j1.x to log4j 2.x in one of our product

2022-02-25 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17498134#comment-17498134 ] Gary D. Gregory commented on LOG4J2-3414: - [~PoojaTheCoder]  Please see

[jira] [Commented] (LOG4J2-3414) Release date for 2.17.2 to ease migration from log4j1.x to log4j 2.x in one of our product

2022-02-25 Thread Pooja Pandey (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17498122#comment-17498122 ] Pooja Pandey commented on LOG4J2-3414: -- [~ggregory] ,   I could subscribe to mailing list. Thanks

[jira] [Commented] (LOG4J2-3414) Release date for 2.17.2 to ease migration from log4j1.x to log4j 2.x in one of our product

2022-02-25 Thread Pooja Pandey (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17498115#comment-17498115 ] Pooja Pandey commented on LOG4J2-3414: -- [~ggregory] ,   I could not figure out how to subscribe

[jira] [Closed] (LOG4J2-3414) Release date for 2.17.2 to ease migration from log4j1.x to log4j 2.x in one of our product

2022-02-25 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory closed LOG4J2-3414. --- Resolution: Information Provided [~PoojaTheCoder] please subscribe to the user's mailing

[jira] [Comment Edited] (LOG4J2-3414) Release date for 2.17.2 to ease migration from log4j1.x to log4j 2.x in one of our product

2022-02-25 Thread Pooja Pandey (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17498054#comment-17498054 ] Pooja Pandey edited comment on LOG4J2-3414 at 2/25/22, 11:38 AM: -

[jira] [Commented] (LOG4J2-3414) Release date for 2.17.2 to ease migration from log4j1.x to log4j 2.x in one of our product

2022-02-25 Thread Pooja Pandey (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17498054#comment-17498054 ] Pooja Pandey commented on LOG4J2-3414: -- [~ppkarwasz], thanks for your response.   Any idea how

[jira] [Comment Edited] (LOG4J2-3414) Release date for 2.17.2 to ease migration from log4j1.x to log4j 2.x in one of our product

2022-02-25 Thread Piotr P. Karwasz (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17498033#comment-17498033 ] Piotr P. Karwasz edited comment on LOG4J2-3414 at 2/25/22, 10:33 AM: -

[jira] [Commented] (LOG4J2-3414) Release date for 2.17.2 to ease migration from log4j1.x to log4j 2.x in one of our product

2022-02-25 Thread Piotr P. Karwasz (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17498033#comment-17498033 ] Piotr P. Karwasz commented on LOG4J2-3414: -- RC1 is ready and there is a vote in progress (cf.

[jira] [Created] (LOG4J2-3414) Release date for 2.17.2 to ease migration from log4j1.x to log4j 2.x in one of our product

2022-02-25 Thread Pooja Pandey (Jira)
Pooja Pandey created LOG4J2-3414: Summary: Release date for 2.17.2 to ease migration from log4j1.x to log4j 2.x in one of our product Key: LOG4J2-3414 URL: https://issues.apache.org/jira/browse/LOG4J2-3414