[GitHub] [logging-log4j2] yueki1993 commented on a diff in pull request #924: [LOG4J2-3534] Fix LevelRangeFilterBuilder to align with log4j1's behavior

2022-06-09 Thread GitBox
yueki1993 commented on code in PR #924: URL: https://github.com/apache/logging-log4j2/pull/924#discussion_r894211536 ## log4j-1.2-api/src/main/java/org/apache/log4j/builders/filter/LevelRangeFilterBuilder.java: ## @@ -83,19 +86,23 @@ public Filter parse(PropertiesConfiguration c

[jira] (LOG4J2-3532) Log4j 2.x is not compatible with Jansi 2.x

2022-06-09 Thread Ralph Goers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3532 ] Ralph Goers deleted comment on LOG4J2-3532: - was (Author: ralph.go...@dslextreme.com): [~pkarwasz]I believe this comment is on the wrong Jira issue. > Log4j 2.x is not compatible with Jansi

[jira] [Commented] (LOG4J2-3531) log4j2.xml cannot be parsed on WebSphere

2022-06-09 Thread Piotr Karwasz (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17552525#comment-17552525 ] Piotr Karwasz commented on LOG4J2-3531: --- [~simonikula], personally I find the prop

[jira] (LOG4J2-3532) Log4j 2.x is not compatible with Jansi 2.x

2022-06-09 Thread Piotr Karwasz (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3532 ] Piotr Karwasz deleted comment on LOG4J2-3532: --- was (Author: pkarwasz): [~simonikula], personally I find the properties configuration much less readable than the XML config (actually any co

[GitHub] [logging-log4j2] yueki1993 commented on a diff in pull request #924: [LOG4J2-3534] Fix LevelRangeFilterBuilder to align with log4j1's behavior

2022-06-09 Thread GitBox
yueki1993 commented on code in PR #924: URL: https://github.com/apache/logging-log4j2/pull/924#discussion_r894062873 ## log4j-1.2-api/src/test/java/org/apache/log4j/config/PropertiesConfigurationTest.java: ## @@ -129,6 +129,28 @@ public void testConsoleAppenderLevelRangeFilter()

[GitHub] [logging-log4j2] yueki1993 commented on a diff in pull request #924: [LOG4J2-3534] Fix LevelRangeFilterBuilder to align with log4j1's behavior

2022-06-09 Thread GitBox
yueki1993 commented on code in PR #924: URL: https://github.com/apache/logging-log4j2/pull/924#discussion_r894062873 ## log4j-1.2-api/src/test/java/org/apache/log4j/config/PropertiesConfigurationTest.java: ## @@ -129,6 +129,28 @@ public void testConsoleAppenderLevelRangeFilter()

[jira] [Commented] (LOG4J2-3532) Log4j 2.x is not compatible with Jansi 2.x

2022-06-09 Thread Ralph Goers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17552453#comment-17552453 ] Ralph Goers commented on LOG4J2-3532: - [~pkarwasz]I believe this comment is on the w

[jira] [Closed] (LOG4J2-2941) zero-padding configuration problem

2022-06-09 Thread Ralph Goers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ralph Goers closed LOG4J2-2941. --- > zero-padding configuration problem > -- > > Key: LOG4J

[jira] [Commented] (LOG4J2-3532) Log4j 2.x is not compatible with Jansi 2.x

2022-06-09 Thread Piotr Karwasz (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17552337#comment-17552337 ] Piotr Karwasz commented on LOG4J2-3532: --- [~simonikula], personally I find the prop

[jira] [Commented] (LOG4J2-3531) log4j2.xml cannot be parsed on WebSphere

2022-06-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17552333#comment-17552333 ] ASF subversion and git services commented on LOG4J2-3531: - Commi

[jira] [Updated] (LOG4J2-3531) log4j2.xml cannot be parsed on WebSphere

2022-06-09 Thread Piotr Karwasz (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Piotr Karwasz updated LOG4J2-3531: -- Fix Version/s: 2.18.0 > log4j2.xml cannot be parsed on WebSphere > ---

[jira] [Resolved] (LOG4J2-3531) log4j2.xml cannot be parsed on WebSphere

2022-06-09 Thread Piotr Karwasz (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Piotr Karwasz resolved LOG4J2-3531. --- Resolution: Fixed > log4j2.xml cannot be parsed on WebSphere > -

[jira] [Commented] (LOG4J2-3531) log4j2.xml cannot be parsed on WebSphere

2022-06-09 Thread Simo Nikula (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17552263#comment-17552263 ] Simo Nikula commented on LOG4J2-3531: - [~pkarwasz] 20220609.132510 solved situation.

[GitHub] [logging-log4j2] yueki1993 commented on a diff in pull request #924: [LOG4J2-3534] Fix LevelRangeFilterBuilder to align with log4j1's behavior

2022-06-09 Thread GitBox
yueki1993 commented on code in PR #924: URL: https://github.com/apache/logging-log4j2/pull/924#discussion_r893542193 ## log4j-1.2-api/src/test/java/org/apache/log4j/config/PropertiesConfigurationTest.java: ## @@ -326,4 +326,9 @@ public void testEnhancedRollingFileAppender() thro

[jira] [Updated] (LOG4J2-3534) LevelRangeFilterBuilder loses compatibility with log4j1.

2022-06-09 Thread Yohei Ueki (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yohei Ueki updated LOG4J2-3534: --- Description: [LevelRangeFilterBuilder|https://github.com/apache/logging-log4j2/blob/rel/2.17.2/log4j

[jira] [Updated] (LOG4J2-3534) LevelRangeFilterBuilder loses compatibility with log4j1.

2022-06-09 Thread Yohei Ueki (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yohei Ueki updated LOG4J2-3534: --- Description: [LevelRangeFilterBuilder|https://github.com/apache/logging-log4j2/blob/rel/2.17.2/log4j

[GitHub] [logging-log4j2] yueki1993 opened a new pull request, #924: [LOG4J2-3534] Fix LevelRangeFilterBuilder to align with log4j1's behavior

2022-06-09 Thread GitBox
yueki1993 opened a new pull request, #924: URL: https://github.com/apache/logging-log4j2/pull/924 https://issues.apache.org/jira/browse/LOG4J2-3534 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[jira] [Commented] (LOG4J2-3533) Desired Log4j 2.17.x files not available

2022-06-09 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17552205#comment-17552205 ] Gary D. Gregory commented on LOG4J2-3533: - Log4j 2 files are here: [https://logg

[jira] [Created] (LOG4J2-3534) LevelRangeFilterBuilder loses compatibility with log4j1.

2022-06-09 Thread Yohei Ueki (Jira)
Yohei Ueki created LOG4J2-3534: -- Summary: LevelRangeFilterBuilder loses compatibility with log4j1. Key: LOG4J2-3534 URL: https://issues.apache.org/jira/browse/LOG4J2-3534 Project: Log4j 2 Issue

[jira] [Commented] (LOG4J2-3531) log4j2.xml cannot be parsed on WebSphere

2022-06-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17552191#comment-17552191 ] ASF subversion and git services commented on LOG4J2-3531: - Commi

[jira] [Resolved] (LOG4J2-2941) zero-padding configuration problem

2022-06-09 Thread jasonyu (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jasonyu resolved LOG4J2-2941. - Fix Version/s: 2.18.0 (was: 2.16.0) Resolution: Resolved > zero-padding co

[jira] [Commented] (LOG4J2-2941) zero-padding configuration problem

2022-06-09 Thread jasonyu (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17552182#comment-17552182 ] jasonyu commented on LOG4J2-2941: - It has been corrected in release-2.x branch. This iss

[GitHub] [logging-log4j2] dependabot[bot] opened a new pull request, #923: Bump actions/setup-python from 3.1.2 to 4

2022-06-09 Thread GitBox
dependabot[bot] opened a new pull request, #923: URL: https://github.com/apache/logging-log4j2/pull/923 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.2 to 4. Release notes Sourced from https://github.com/actions/setup-python/releases";>actions/setup

[jira] [Comment Edited] (LOG4J2-3531) log4j2.xml cannot be parsed on WebSphere

2022-06-09 Thread Simo Nikula (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17552047#comment-17552047 ] Simo Nikula edited comment on LOG4J2-3531 at 6/9/22 8:48 AM: -

[jira] [Commented] (LOG4J2-3531) log4j2.xml cannot be parsed on WebSphere

2022-06-09 Thread Simo Nikula (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17552047#comment-17552047 ] Simo Nikula commented on LOG4J2-3531: - Latest snapshot was this and it failed in sim

[jira] [Created] (LOG4J2-3533) Desired Log4j 2.17.x files not available

2022-06-09 Thread Harshit (Jira)
Harshit created LOG4J2-3533: --- Summary: Desired Log4j 2.17.x files not available Key: LOG4J2-3533 URL: https://issues.apache.org/jira/browse/LOG4J2-3533 Project: Log4j 2 Issue Type: Bug Affects

[jira] [Commented] (LOG4J2-3531) log4j2.xml cannot be parsed on WebSphere

2022-06-09 Thread Piotr Karwasz (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17552011#comment-17552011 ] Piotr Karwasz commented on LOG4J2-3531: --- [~simonikula], all Apache snapshots are u

[jira] [Commented] (LOG4J2-3531) log4j2.xml cannot be parsed on WebSphere

2022-06-09 Thread Simo Nikula (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17551991#comment-17551991 ] Simo Nikula commented on LOG4J2-3531: - [~pkarwasz] I solved problem by converting co