[GitHub] [logging-log4j2] dependabot[bot] opened a new pull request #757: Bump maven-site-plugin from 3.8.2 to 3.11.0

2022-02-16 Thread GitBox
dependabot[bot] opened a new pull request #757: URL: https://github.com/apache/logging-log4j2/pull/757 Bumps [maven-site-plugin](https://github.com/apache/maven-site-plugin) from 3.8.2 to 3.11.0. Commits https://github.com/apache/maven-site-plugin/commit/a0e97b4d749756d9058213

[GitHub] [logging-log4j2] jnjanardhannaidu opened a new pull request #758: Update PropertiesConfigurationBuilder.java

2022-02-16 Thread GitBox
jnjanardhannaidu opened a new pull request #758: URL: https://github.com/apache/logging-log4j2/pull/758 if we have below properties configured in log4j2.properies files, when we will hit NumberFormatException or there will be no logs for custom level. This issue is happening because we ar

[GitHub] [logging-log4j2] jnjanardhannaidu commented on pull request #758: Update PropertiesConfigurationBuilder.java

2022-02-16 Thread GitBox
jnjanardhannaidu commented on pull request #758: URL: https://github.com/apache/logging-log4j2/pull/758#issuecomment-1042607739 LOG4J2-3388 -- 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 the sp

[GitHub] [logging-log4j2] jnjanardhannaidu closed pull request #758: LOG4J2-3388 custom levels configured using log4j2.properies is giving number format exception.

2022-02-16 Thread GitBox
jnjanardhannaidu closed pull request #758: URL: https://github.com/apache/logging-log4j2/pull/758 -- 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 the specific comment. To unsubscribe, e-mail:

[GitHub] [logging-log4j2] vy merged pull request #757: Bump maven-site-plugin from 3.8.2 to 3.11.0

2022-02-17 Thread GitBox
vy merged pull request #757: URL: https://github.com/apache/logging-log4j2/pull/757 -- 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 the specific comment. To unsubscribe, e-mail: notifications-

[GitHub] [logging-log4j2] vy commented on pull request #755: trim MaxBackupIndex if last char is blank

2022-02-17 Thread GitBox
vy commented on pull request #755: URL: https://github.com/apache/logging-log4j2/pull/755#issuecomment-1042927077 @ppkarwasz Good point. I have tried to see if it is something quick to fix. I have started with `min`, `max`, and `compressionLevel` in `DefaultRolloverStrategy`. Then it sprea

[GitHub] [logging-log4j2] ppkarwasz closed pull request #735: Adds a shorthand method to specify components names

2022-02-17 Thread GitBox
ppkarwasz closed pull request #735: URL: https://github.com/apache/logging-log4j2/pull/735 -- 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 the specific comment. To unsubscribe, e-mail: notific

[GitHub] [logging-log4j2] dependabot[bot] opened a new pull request #759: Bump HdrHistogram from 2.1.9 to 2.1.12

2022-02-17 Thread GitBox
dependabot[bot] opened a new pull request #759: URL: https://github.com/apache/logging-log4j2/pull/759 Bumps [HdrHistogram](https://github.com/HdrHistogram/HdrHistogram) from 2.1.9 to 2.1.12. Release notes Sourced from https://github.com/HdrHistogram/HdrHistogram/releases";>HdrHis

[GitHub] [logging-log4j2] sweetascherri-labs commented on pull request #759: Bump HdrHistogram from 2.1.9 to 2.1.12

2022-02-17 Thread GitBox
sweetascherri-labs commented on pull request #759: URL: https://github.com/apache/logging-log4j2/pull/759#issuecomment-1043870545 Yes On Thu, Feb 17, 2022, 9:09 PM dependabot[bot] ***@***.***> wrote: > Bumps HdrHistogram from

[GitHub] [logging-log4j2] dependabot[bot] opened a new pull request #760: Bump log4j2-ecs-layout from 1.0.1 to 1.3.2

2022-02-17 Thread GitBox
dependabot[bot] opened a new pull request #760: URL: https://github.com/apache/logging-log4j2/pull/760 Bumps [log4j2-ecs-layout](https://github.com/elastic/ecs-logging-java) from 1.0.1 to 1.3.2. Release notes Sourced from https://github.com/elastic/ecs-logging-java/releases";>log4

[GitHub] [logging-log4j2] kennymacleod opened a new pull request #761: LOG4J2-3407 Check for non-existent appender when parsing properties

2022-02-18 Thread GitBox
kennymacleod opened a new pull request #761: URL: https://github.com/apache/logging-log4j2/pull/761 This change will make `PropertiesConfiguration` tolerant of attempts to resolve a non-existent Appender. See JIRA ticket for details. -- This is an automated message from the Apache Git Se

[GitHub] [logging-log4j2] kennymacleod commented on a change in pull request #761: LOG4J2-3407 Check for non-existent appender when parsing properties

2022-02-18 Thread GitBox
kennymacleod commented on a change in pull request #761: URL: https://github.com/apache/logging-log4j2/pull/761#discussion_r809919399 ## File path: log4j-1.2-api/src/main/java/org/apache/log4j/config/PropertiesConfiguration.java ## @@ -436,6 +436,10 @@ public Appender parseApp

[GitHub] [logging-log4j2] kennymacleod commented on a change in pull request #761: LOG4J2-3407 Check for non-existent appender when parsing properties

2022-02-18 Thread GitBox
kennymacleod commented on a change in pull request #761: URL: https://github.com/apache/logging-log4j2/pull/761#discussion_r809919607 ## File path: log4j-1.2-api/src/test/resources/LOG4J2-3407.properties ## @@ -0,0 +1,26 @@ +# +# Licensed to the Apache Software Foundation (ASF)

[GitHub] [logging-log4j2] kennymacleod commented on a change in pull request #761: LOG4J2-3407 Check for non-existent appender when parsing properties

2022-02-18 Thread GitBox
kennymacleod commented on a change in pull request #761: URL: https://github.com/apache/logging-log4j2/pull/761#discussion_r809919901 ## File path: log4j-1.2-api/src/test/java/org/apache/log4j/config/PropertiesConfigurationTest.java ## @@ -125,6 +125,15 @@ public void testCons

[GitHub] [logging-log4j2] vy merged pull request #759: Bump HdrHistogram from 2.1.9 to 2.1.12

2022-02-18 Thread GitBox
vy merged pull request #759: URL: https://github.com/apache/logging-log4j2/pull/759 -- 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 the specific comment. To unsubscribe, e-mail: notifications-

[GitHub] [logging-log4j2] vy merged pull request #760: Bump log4j2-ecs-layout from 1.0.1 to 1.3.2

2022-02-18 Thread GitBox
vy merged pull request #760: URL: https://github.com/apache/logging-log4j2/pull/760 -- 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 the specific comment. To unsubscribe, e-mail: notifications-

[GitHub] [logging-log4j2] kerysgang937 commented on a change in pull request #761: LOG4J2-3407 Check for non-existent appender when parsing properties

2022-02-18 Thread GitBox
kerysgang937 commented on a change in pull request #761: URL: https://github.com/apache/logging-log4j2/pull/761#discussion_r810069282 ## File path: log4j-1.2-api/src/test/resources/LOG4J2-3407.properties ## @@ -0,0 +1,26 @@ +# +# Licensed to the Apache Software Foundation (ASF)

[GitHub] [logging-log4j2] ppkarwasz opened a new pull request #762: Trim property values

2022-02-18 Thread GitBox
ppkarwasz opened a new pull request #762: URL: https://github.com/apache/logging-log4j2/pull/762 Log4j 1.x almost always trimmed the values found in the configuration, the Log4j 1.x bridge should do the same. Since `OptionConverter` already does most of the trimming, only class name

[GitHub] [logging-log4j2] garydgregory commented on a change in pull request #762: Trim property values

2022-02-18 Thread GitBox
garydgregory commented on a change in pull request #762: URL: https://github.com/apache/logging-log4j2/pull/762#discussion_r810156532 ## File path: log4j-1.2-api/src/main/java/org/apache/log4j/builders/BuilderManager.java ## @@ -71,7 +71,7 @@ public Appender parseAppender(Stri

[GitHub] [logging-log4j2] garydgregory commented on a change in pull request #762: Trim property values

2022-02-18 Thread GitBox
garydgregory commented on a change in pull request #762: URL: https://github.com/apache/logging-log4j2/pull/762#discussion_r810157109 ## File path: log4j-1.2-api/src/main/java/org/apache/log4j/builders/BuilderManager.java ## @@ -118,7 +119,8 @@ public Layout parseLayout(String

[GitHub] [logging-log4j2] garydgregory commented on a change in pull request #762: Trim property values

2022-02-18 Thread GitBox
garydgregory commented on a change in pull request #762: URL: https://github.com/apache/logging-log4j2/pull/762#discussion_r810156858 ## File path: log4j-1.2-api/src/main/java/org/apache/log4j/builders/BuilderManager.java ## @@ -95,7 +95,8 @@ public Filter parseFilter(String c

[GitHub] [logging-log4j2] ppkarwasz commented on a change in pull request #762: Trim property values

2022-02-18 Thread GitBox
ppkarwasz commented on a change in pull request #762: URL: https://github.com/apache/logging-log4j2/pull/762#discussion_r810179530 ## File path: log4j-1.2-api/src/main/java/org/apache/log4j/builders/BuilderManager.java ## @@ -71,7 +71,7 @@ public Appender parseAppender(String

[GitHub] [logging-log4j2] ppkarwasz commented on a change in pull request #762: Trim property values

2022-02-18 Thread GitBox
ppkarwasz commented on a change in pull request #762: URL: https://github.com/apache/logging-log4j2/pull/762#discussion_r810181303 ## File path: log4j-1.2-api/src/main/java/org/apache/log4j/config/Log4j1ConfigurationParser.java ## @@ -159,7 +159,7 @@ private void warn(final St

[GitHub] [logging-log4j2] carterkozak merged pull request #756: [LOG4J2-3404] Creates default layouts using the available Configuration

2022-02-18 Thread GitBox
carterkozak merged pull request #756: URL: https://github.com/apache/logging-log4j2/pull/756 -- 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 the specific comment. To unsubscribe, e-mail: notif

[GitHub] [logging-log4j2] kerysgang937 commented on a change in pull request #761: LOG4J2-3407 Check for non-existent appender when parsing properties

2022-02-18 Thread GitBox
kerysgang937 commented on a change in pull request #761: URL: https://github.com/apache/logging-log4j2/pull/761#discussion_r810068934 ## File path: log4j-1.2-api/src/test/resources/LOG4J2-3407.properties ## @@ -0,0 +1,26 @@ +# +# Licensed to the Apache Software Foundation (ASF)

[GitHub] [logging-log4j2] ppkarwasz commented on a change in pull request #761: LOG4J2-3407 Check for non-existent appender when parsing properties

2022-02-18 Thread GitBox
ppkarwasz commented on a change in pull request #761: URL: https://github.com/apache/logging-log4j2/pull/761#discussion_r810286544 ## File path: log4j-1.2-api/src/main/java/org/apache/log4j/config/PropertiesConfiguration.java ## @@ -436,6 +436,10 @@ public Appender parseAppend

[GitHub] [logging-log4j2] ppkarwasz commented on a change in pull request #761: LOG4J2-3407 Check for non-existent appender when parsing properties

2022-02-18 Thread GitBox
ppkarwasz commented on a change in pull request #761: URL: https://github.com/apache/logging-log4j2/pull/761#discussion_r810286544 ## File path: log4j-1.2-api/src/main/java/org/apache/log4j/config/PropertiesConfiguration.java ## @@ -436,6 +436,10 @@ public Appender parseAppend

[GitHub] [logging-log4j2] ppkarwasz commented on pull request #753: Issues with multiple Log4j 1.x filters

2022-02-19 Thread GitBox
ppkarwasz commented on pull request #753: URL: https://github.com/apache/logging-log4j2/pull/753#issuecomment-1045968986 Regarding the inclusion in version 2.17.2 (cf. [this thread](https://lists.apache.org/thread/fk538mcvyf6n8wsbxpfjrlnj9kk71hj8)), the two commented snippets of code are e

[GitHub] [logging-log4j2] ppkarwasz edited a comment on pull request #753: Issues with multiple Log4j 1.x filters

2022-02-19 Thread GitBox
ppkarwasz edited a comment on pull request #753: URL: https://github.com/apache/logging-log4j2/pull/753#issuecomment-1045968986 Regarding the possible inclusion in version 2.17.2 (cf. [this thread](https://lists.apache.org/thread/fk538mcvyf6n8wsbxpfjrlnj9kk71hj8)), the two commented snippe

[GitHub] [logging-log4j2] garydgregory merged pull request #753: Issues with multiple Log4j 1.x filters

2022-02-19 Thread GitBox
garydgregory merged pull request #753: URL: https://github.com/apache/logging-log4j2/pull/753 -- 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 the specific comment. To unsubscribe, e-mail: noti

[GitHub] [logging-log4j2] garydgregory commented on a change in pull request #762: Trim property values

2022-02-19 Thread GitBox
garydgregory commented on a change in pull request #762: URL: https://github.com/apache/logging-log4j2/pull/762#discussion_r810543758 ## File path: log4j-1.2-api/src/main/java/org/apache/log4j/builders/BuilderManager.java ## @@ -71,7 +71,7 @@ public Appender parseAppender(Stri

[GitHub] [logging-log4j2] garydgregory commented on pull request #762: Trim property values

2022-02-19 Thread GitBox
garydgregory commented on pull request #762: URL: https://github.com/apache/logging-log4j2/pull/762#issuecomment-1046122291 Hi @ppkarwasz I did this a bit differently in release-2.x, please verify your use case. TY! -- This is an automated message from the Apache Git Service. To r

[GitHub] [logging-log4j2] ppkarwasz closed pull request #762: Trim property values

2022-02-20 Thread GitBox
ppkarwasz closed pull request #762: URL: https://github.com/apache/logging-log4j2/pull/762 -- 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 the specific comment. To unsubscribe, e-mail: notific

[GitHub] [logging-log4j2] ppkarwasz commented on pull request #762: Trim property values

2022-02-20 Thread GitBox
ppkarwasz commented on pull request #762: URL: https://github.com/apache/logging-log4j2/pull/762#issuecomment-1046188788 @garydgregory: I tested the `Log4j1ConfigurationConverter` with a configuration full of spaces and it worked correctly, thanks. -- This is an automated message from th

[GitHub] [logging-log4j2] ruhulmus opened a new pull request #763: Added java logging with Asynchronous logger

2022-02-20 Thread GitBox
ruhulmus opened a new pull request #763: URL: https://github.com/apache/logging-log4j2/pull/763 log4j2 logging using java 8 and maven 3 Implement Asynchronous Loggers. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [logging-log4j2] garydgregory commented on pull request #763: Added java logging with Asynchronous logger

2022-02-20 Thread GitBox
garydgregory commented on pull request #763: URL: https://github.com/apache/logging-log4j2/pull/763#issuecomment-1046214567 @ruhulmus Please describe what is the goal of this PR. It does not seem to fit in the project. Why a new module and so on? None of the files have the proper Apach

[GitHub] [logging-log4j2] ruhulmus commented on pull request #763: Added java logging with Asynchronous logger

2022-02-20 Thread GitBox
ruhulmus commented on pull request #763: URL: https://github.com/apache/logging-log4j2/pull/763#issuecomment-1046217637 > @ruhulmus Please describe what is the goal of this PR. It does not seem to fit in the project. Why a new module and so on? None of the files have the proper Apache lice

[GitHub] [logging-log4j2] garydgregory merged pull request #746: Bump de.flapdoodle.embed.mongo from 3.2.8 to 3.3.1

2022-02-20 Thread GitBox
garydgregory merged pull request #746: URL: https://github.com/apache/logging-log4j2/pull/746 -- 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 the specific comment. To unsubscribe, e-mail: noti

[GitHub] [logging-log4j2] garydgregory commented on pull request #763: Added java logging with Asynchronous logger

2022-02-20 Thread GitBox
garydgregory commented on pull request #763: URL: https://github.com/apache/logging-log4j2/pull/763#issuecomment-1046265712 Hello @ruhulmus This looks like an example app and configuration. I do not see why it belongs in the Log4j runtime. What am I missing? -- This is an automated m

[GitHub] [logging-log4net] BipulRaman opened a new pull request #80: Link Correction.

2022-02-20 Thread GitBox
BipulRaman opened a new pull request #80: URL: https://github.com/apache/logging-log4net/pull/80 Link Correction made in ReadMe markdown file. -- 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 the

[GitHub] [logging-log4j2] ppkarwasz opened a new pull request #764: Adds Log4j 1.x global threshold

2022-02-20 Thread GitBox
ppkarwasz opened a new pull request #764: URL: https://github.com/apache/logging-log4j2/pull/764 The `log4j.threshold` configuration key was not translated into its Log4j 2.x equivalent global filter. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [logging-log4j2] ppkarwasz closed pull request #711: Adds test for the XmlLayoutBuilder

2022-02-20 Thread GitBox
ppkarwasz closed pull request #711: URL: https://github.com/apache/logging-log4j2/pull/711 -- 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 the specific comment. To unsubscribe, e-mail: notific

[GitHub] [logging-log4j2] garydgregory commented on a change in pull request #764: Adds Log4j 1.x global threshold

2022-02-20 Thread GitBox
garydgregory commented on a change in pull request #764: URL: https://github.com/apache/logging-log4j2/pull/764#discussion_r810672064 ## File path: log4j-1.2-api/src/main/java/org/apache/log4j/config/Log4j1ConfigurationParser.java ## @@ -103,6 +107,18 @@ if (Boole

[GitHub] [logging-log4j2] ppkarwasz commented on a change in pull request #764: Adds Log4j 1.x global threshold

2022-02-20 Thread GitBox
ppkarwasz commented on a change in pull request #764: URL: https://github.com/apache/logging-log4j2/pull/764#discussion_r810676890 ## File path: log4j-1.2-api/src/main/java/org/apache/log4j/config/Log4j1ConfigurationParser.java ## @@ -103,6 +107,18 @@ if (Boolean.

[GitHub] [logging-log4j2] ruhulmus commented on pull request #763: Added java logging with Asynchronous logger

2022-02-20 Thread GitBox
ruhulmus commented on pull request #763: URL: https://github.com/apache/logging-log4j2/pull/763#issuecomment-1046311284 > Hello @ruhulmus This looks like an example app and configuration. I do not see why it belongs in the Log4j runtime. What am I missing? Here, logs are running Asyn

[GitHub] [logging-log4j2] garydgregory commented on pull request #747: Bump json-unit from 2.28.0 to 2.31.0

2022-02-20 Thread GitBox
garydgregory commented on pull request #747: URL: https://github.com/apache/logging-log4j2/pull/747#issuecomment-1046311508 @dependabot rebase -- 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 the

[GitHub] [logging-log4j2] ruhulmus edited a comment on pull request #763: Added java logging with Asynchronous logger

2022-02-20 Thread GitBox
ruhulmus edited a comment on pull request #763: URL: https://github.com/apache/logging-log4j2/pull/763#issuecomment-1046311284 > Hello @ruhulmus This looks like an example app and configuration. I do not see why it belongs in the Log4j runtime. What am I missing? Here, logs are runni

[GitHub] [logging-log4j2] garydgregory commented on a change in pull request #763: Added java logging with Asynchronous logger

2022-02-20 Thread GitBox
garydgregory commented on a change in pull request #763: URL: https://github.com/apache/logging-log4j2/pull/763#discussion_r810678883 ## File path: log4j-java-maven/src/main/java/com/log4j2/Error.java ## @@ -0,0 +1,39 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [logging-log4j2] dependabot[bot] opened a new pull request #765: Bump json-unit from 2.28.0 to 2.32.0

2022-02-20 Thread GitBox
dependabot[bot] opened a new pull request #765: URL: https://github.com/apache/logging-log4j2/pull/765 Bumps [json-unit](https://github.com/lukas-krecan/JsonUnit) from 2.28.0 to 2.32.0. Commits https://github.com/lukas-krecan/JsonUnit/commit/7642142bb34292ea1e87a731a0a48186618

[GitHub] [logging-log4j2] dependabot[bot] commented on pull request #747: Bump json-unit from 2.28.0 to 2.31.0

2022-02-20 Thread GitBox
dependabot[bot] commented on pull request #747: URL: https://github.com/apache/logging-log4j2/pull/747#issuecomment-1046313127 Superseded by #765. -- 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

[GitHub] [logging-log4j2] dependabot[bot] closed pull request #747: Bump json-unit from 2.28.0 to 2.31.0

2022-02-20 Thread GitBox
dependabot[bot] closed pull request #747: URL: https://github.com/apache/logging-log4j2/pull/747 -- 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 the specific comment. To unsubscribe, e-mail: n

[GitHub] [logging-log4j2] ppkarwasz commented on a change in pull request #764: Adds Log4j 1.x global threshold

2022-02-20 Thread GitBox
ppkarwasz commented on a change in pull request #764: URL: https://github.com/apache/logging-log4j2/pull/764#discussion_r810680613 ## File path: log4j-1.2-api/src/main/java/org/apache/log4j/config/Log4j1ConfigurationParser.java ## @@ -103,6 +107,18 @@ if (Boolean.

[GitHub] [logging-log4j2] ruhulmus commented on a change in pull request #763: Added java logging with Asynchronous logger

2022-02-20 Thread GitBox
ruhulmus commented on a change in pull request #763: URL: https://github.com/apache/logging-log4j2/pull/763#discussion_r810680609 ## File path: log4j-java-maven/src/main/java/com/log4j2/Error.java ## @@ -0,0 +1,39 @@ +/* + * Licensed to the Apache Software Foundation (ASF) unde

[GitHub] [logging-log4j2] ruhulmus commented on a change in pull request #763: Added java logging with Asynchronous logger

2022-02-20 Thread GitBox
ruhulmus commented on a change in pull request #763: URL: https://github.com/apache/logging-log4j2/pull/763#discussion_r810682543 ## File path: log4j-java-maven/src/main/java/com/log4j2/Error.java ## @@ -0,0 +1,39 @@ +/* + * Licensed to the Apache Software Foundation (ASF) unde

[GitHub] [logging-log4j2] ruhulmus commented on a change in pull request #763: Added java logging with Asynchronous logger

2022-02-20 Thread GitBox
ruhulmus commented on a change in pull request #763: URL: https://github.com/apache/logging-log4j2/pull/763#discussion_r810682543 ## File path: log4j-java-maven/src/main/java/com/log4j2/Error.java ## @@ -0,0 +1,39 @@ +/* + * Licensed to the Apache Software Foundation (ASF) unde

[GitHub] [logging-log4j2] ruhulmus commented on a change in pull request #763: Added java logging with Asynchronous logger

2022-02-20 Thread GitBox
ruhulmus commented on a change in pull request #763: URL: https://github.com/apache/logging-log4j2/pull/763#discussion_r810682543 ## File path: log4j-java-maven/src/main/java/com/log4j2/Error.java ## @@ -0,0 +1,39 @@ +/* + * Licensed to the Apache Software Foundation (ASF) unde

[GitHub] [logging-log4j2] ruhulmus commented on a change in pull request #763: Added java logging with Asynchronous logger

2022-02-20 Thread GitBox
ruhulmus commented on a change in pull request #763: URL: https://github.com/apache/logging-log4j2/pull/763#discussion_r810682543 ## File path: log4j-java-maven/src/main/java/com/log4j2/Error.java ## @@ -0,0 +1,39 @@ +/* + * Licensed to the Apache Software Foundation (ASF) unde

[GitHub] [logging-log4j2] garydgregory merged pull request #765: Bump json-unit from 2.28.0 to 2.32.0

2022-02-20 Thread GitBox
garydgregory merged pull request #765: URL: https://github.com/apache/logging-log4j2/pull/765 -- 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 the specific comment. To unsubscribe, e-mail: noti

[GitHub] [logging-log4j2] garydgregory commented on pull request #750: Bump liquibase-core from 3.5.5 to 3.10.3

2022-02-20 Thread GitBox
garydgregory commented on pull request #750: URL: https://github.com/apache/logging-log4j2/pull/750#issuecomment-1046321673 Looks like Liquibase broke binary compatibility, lovely. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [logging-log4j2] garydgregory commented on pull request #694: Bump kubernetes-client from 4.6.1 to 5.11.2

2022-02-20 Thread GitBox
garydgregory commented on pull request #694: URL: https://github.com/apache/logging-log4j2/pull/694#issuecomment-1046321832 @dependabot rebase -- 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 the

[GitHub] [logging-log4j2] dependabot[bot] opened a new pull request #766: Bump kubernetes-client from 4.6.1 to 5.12.1

2022-02-20 Thread GitBox
dependabot[bot] opened a new pull request #766: URL: https://github.com/apache/logging-log4j2/pull/766 Bumps [kubernetes-client](https://github.com/fabric8io/kubernetes-client) from 4.6.1 to 5.12.1. Release notes Sourced from https://github.com/fabric8io/kubernetes-client/releases

[GitHub] [logging-log4j2] dependabot[bot] commented on pull request #694: Bump kubernetes-client from 4.6.1 to 5.11.2

2022-02-20 Thread GitBox
dependabot[bot] commented on pull request #694: URL: https://github.com/apache/logging-log4j2/pull/694#issuecomment-1046323253 Superseded by #766. -- 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

[GitHub] [logging-log4j2] dependabot[bot] closed pull request #694: Bump kubernetes-client from 4.6.1 to 5.11.2

2022-02-20 Thread GitBox
dependabot[bot] closed pull request #694: URL: https://github.com/apache/logging-log4j2/pull/694 -- 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 the specific comment. To unsubscribe, e-mail: n

[GitHub] [logging-log4j2] remkop commented on pull request #763: Added java logging with Asynchronous logger

2022-02-20 Thread GitBox
remkop commented on pull request #763: URL: https://github.com/apache/logging-log4j2/pull/763#issuecomment-1046326417 @ruhulmus If this is an example for people, showing them how to use Async logging, then what would be the best place so that people can easily find it? Maybe in the docs? W

[GitHub] [logging-log4j2] rgoers merged pull request #676: LOG4J2-3304 - Fix issue that the initialize status of LogManager is not set when factoryClassName is present and instantiate successfully

2022-02-20 Thread GitBox
rgoers merged pull request #676: URL: https://github.com/apache/logging-log4j2/pull/676 -- 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 the specific comment. To unsubscribe, e-mail: notificati

[GitHub] [logging-log4j2] garydgregory commented on pull request #754: Bump maven-bundle-plugin from 3.5.0 to 5.1.4

2022-02-20 Thread GitBox
garydgregory commented on pull request #754: URL: https://github.com/apache/logging-log4j2/pull/754#issuecomment-1046366117 @dependabot rebase -- 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 the

[GitHub] [logging-log4j2] ruhulmus commented on pull request #763: Added java logging with Asynchronous logger

2022-02-20 Thread GitBox
ruhulmus commented on pull request #763: URL: https://github.com/apache/logging-log4j2/pull/763#issuecomment-1046521980 > @ruhulmus If this is an example for people, showing them how to use Async logging, then what would be the best place so that people can easily find it? Maybe in the doc

[GitHub] [logging-log4j2] vy commented on pull request #750: Bump liquibase-core from 3.5.5 to 3.10.3

2022-02-21 Thread GitBox
vy commented on pull request #750: URL: https://github.com/apache/logging-log4j2/pull/750#issuecomment-1046619861 @garydgregory see #503 for some more context. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [logging-log4j2] vy merged pull request #766: Bump kubernetes-client from 4.6.1 to 5.12.1

2022-02-21 Thread GitBox
vy merged pull request #766: URL: https://github.com/apache/logging-log4j2/pull/766 -- 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 the specific comment. To unsubscribe, e-mail: notifications-

[GitHub] [logging-parent] dependabot[bot] commented on pull request #2: Bump apache from 23 to 24

2022-02-21 Thread GitBox
dependabot[bot] commented on pull request #2: URL: https://github.com/apache/logging-parent/pull/2#issuecomment-1046688982 Superseded by #4. -- 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 the s

[GitHub] [logging-parent] dependabot[bot] closed pull request #2: Bump apache from 23 to 24

2022-02-21 Thread GitBox
dependabot[bot] closed pull request #2: URL: https://github.com/apache/logging-parent/pull/2 -- 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 the specific comment. To unsubscribe, e-mail: notif

[GitHub] [logging-parent] dependabot[bot] opened a new pull request #4: Bump apache from 24 to 25

2022-02-21 Thread GitBox
dependabot[bot] opened a new pull request #4: URL: https://github.com/apache/logging-parent/pull/4 Bumps [apache](https://github.com/apache/maven-apache-parent) from 24 to 25. Commits See full diff in https://github.com/apache/maven-apache-parent/commits";>compare view

[GitHub] [logging-log4j2] ruhulmus commented on pull request #763: Added java logging with Asynchronous logger

2022-02-21 Thread GitBox
ruhulmus commented on pull request #763: URL: https://github.com/apache/logging-log4j2/pull/763#issuecomment-1046775984 > @ruhulmus If this is an example for people, showing them how to use Async logging, then what would be the best place so that people can easily find it? Maybe in the doc

[GitHub] [logging-log4j2] ruhulmus edited a comment on pull request #763: Added java logging with Asynchronous logger

2022-02-21 Thread GitBox
ruhulmus edited a comment on pull request #763: URL: https://github.com/apache/logging-log4j2/pull/763#issuecomment-1046775984 > @ruhulmus If this is an example for people, showing them how to use Async logging, then what would be the best place so that people can easily find it? Maybe in

[GitHub] [logging-log4j2] ppkarwasz opened a new pull request #767: [LOG4J2-3410] Fix ClassCastException when key is not a string

2022-02-21 Thread GitBox
ppkarwasz opened a new pull request #767: URL: https://github.com/apache/logging-log4j2/pull/767 This PR provides a `MessageFactory` that decides the type of message based on the runtime type of the logged object (cf. [LOG4J2-3080](https://issues.apache.org/jira/browse/LOG4J2-3080)).

[GitHub] [logging-log4j2] ppkarwasz commented on a change in pull request #767: [LOG4J2-3410] Fix ClassCastException when key is not a string

2022-02-21 Thread GitBox
ppkarwasz commented on a change in pull request #767: URL: https://github.com/apache/logging-log4j2/pull/767#discussion_r811231397 ## File path: log4j-1.2-api/src/main/java/org/apache/log4j/Category.java ## @@ -309,15 +309,10 @@ private void fireRemoveAppenderEvent(final Append

[GitHub] [logging-log4j2] garydgregory merged pull request #761: LOG4J2-3407 Log4j 1.2 bridge Check for non-existent appender when parsing properties

2022-02-21 Thread GitBox
garydgregory merged pull request #761: URL: https://github.com/apache/logging-log4j2/pull/761 -- 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 the specific comment. To unsubscribe, e-mail: noti

[GitHub] [logging-log4j2] garydgregory commented on a change in pull request #767: [LOG4J2-3410] Fix ClassCastException when key is not a string

2022-02-21 Thread GitBox
garydgregory commented on a change in pull request #767: URL: https://github.com/apache/logging-log4j2/pull/767#discussion_r811358091 ## File path: log4j-api/src/main/java/org/apache/logging/log4j/util/SortedArrayStringMap.java ## @@ -128,6 +128,21 @@ private boolean immu

[GitHub] [logging-log4j2] ppkarwasz commented on a change in pull request #767: Provide a uniform Log4j 1.x message factory

2022-02-21 Thread GitBox
ppkarwasz commented on a change in pull request #767: URL: https://github.com/apache/logging-log4j2/pull/767#discussion_r811369316 ## File path: log4j-api/src/main/java/org/apache/logging/log4j/util/SortedArrayStringMap.java ## @@ -128,6 +128,21 @@ private boolean immutab

[GitHub] [logging-log4j2] garydgregory merged pull request #764: Adds Log4j 1.x global threshold

2022-02-21 Thread GitBox
garydgregory merged pull request #764: URL: https://github.com/apache/logging-log4j2/pull/764 -- 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 the specific comment. To unsubscribe, e-mail: noti

[GitHub] [logging-log4j2] garydgregory commented on pull request #764: Log4j 1.2 bridge supports global threshold

2022-02-21 Thread GitBox
garydgregory commented on pull request #764: URL: https://github.com/apache/logging-log4j2/pull/764#issuecomment-1047183989 @ppkarwasz Thank you for your PR. If you are looking for more fixes to investigate, please have a look at the disabled tests in `org.apache.log4j.xml.DOMTestCa

[GitHub] [logging-log4j2] ppkarwasz opened a new pull request #768: Improves behavior of failing Log4j 1.x builders

2022-02-21 Thread GitBox
ppkarwasz opened a new pull request #768: URL: https://github.com/apache/logging-log4j2/pull/768 If a Builder fails due to a missing property, it return `null`. This activates the fallback _"instantiate by class name"_ mechanism that will fail with `NoClassDefFoundException` in the best sc

[GitHub] [logging-log4j2] dfa1 opened a new pull request #769: Slf4j binding minor cleanups

2022-02-21 Thread GitBox
dfa1 opened a new pull request #769: URL: https://github.com/apache/logging-log4j2/pull/769 Minor cleanups in SLF4J bindings Including removal of [SLF4JLoggingException](https://github.com/apache/logging-log4j2/commit/d993a4faf17c1e5380e0eb87c02ee9d69318eb68) -- This is an automat

[GitHub] [logging-log4j2] garydgregory commented on a change in pull request #769: Slf4j binding minor cleanups

2022-02-21 Thread GitBox
garydgregory commented on a change in pull request #769: URL: https://github.com/apache/logging-log4j2/pull/769#discussion_r811434361 ## File path: log4j-slf4j-impl/src/main/java/org/apache/logging/slf4j/Log4jMDCAdapter.java ## @@ -52,8 +52,7 @@ public void clear() { }

[GitHub] [logging-log4j2] dfa1 opened a new pull request #770: Initial support for detached markers in SLF4J binding

2022-02-21 Thread GitBox
dfa1 opened a new pull request #770: URL: https://github.com/apache/logging-log4j2/pull/770 Hello all, please accept this small patch from a long time user of log4j: it will enable using log4j 2.x in several applications here at @six-group! This proposal allows creating detach

[GitHub] [logging-log4j2] garydgregory commented on pull request #770: Initial support for detached markers in SLF4J binding

2022-02-21 Thread GitBox
garydgregory commented on pull request #770: URL: https://github.com/apache/logging-log4j2/pull/770#issuecomment-1047241499 Hi @dfa1 Thank you for the PR. You will need to add tests to this PR to prove the code does what you say it does. -- This is an automated message from the Ap

[GitHub] [logging-log4j2] dfa1 commented on a change in pull request #769: Slf4j binding minor cleanups

2022-02-21 Thread GitBox
dfa1 commented on a change in pull request #769: URL: https://github.com/apache/logging-log4j2/pull/769#discussion_r811438451 ## File path: log4j-slf4j-impl/src/main/java/org/apache/logging/slf4j/Log4jMDCAdapter.java ## @@ -52,8 +52,7 @@ public void clear() { } @Ov

[GitHub] [logging-log4j2] dfa1 commented on a change in pull request #769: Slf4j binding minor cleanups

2022-02-21 Thread GitBox
dfa1 commented on a change in pull request #769: URL: https://github.com/apache/logging-log4j2/pull/769#discussion_r811438451 ## File path: log4j-slf4j-impl/src/main/java/org/apache/logging/slf4j/Log4jMDCAdapter.java ## @@ -52,8 +52,7 @@ public void clear() { } @Ov

[GitHub] [logging-log4j2] garydgregory commented on a change in pull request #769: Slf4j binding minor cleanups

2022-02-21 Thread GitBox
garydgregory commented on a change in pull request #769: URL: https://github.com/apache/logging-log4j2/pull/769#discussion_r811446174 ## File path: log4j-slf4j-impl/src/main/java/org/apache/logging/slf4j/Log4jMDCAdapter.java ## @@ -52,8 +52,7 @@ public void clear() { }

[GitHub] [logging-chainsaw] rm5248 opened a new pull request #11: Remove log4j1

2022-02-21 Thread GitBox
rm5248 opened a new pull request #11: URL: https://github.com/apache/logging-chainsaw/pull/11 Remove the hard dependency on log4j1. General changes: - Removed database stuff for the time being - Created a new `ChainsawLoggingEvent` to be independent of log4j1 - Changed bu

[GitHub] [logging-log4cxx] LeeGDavis commented on pull request #105: Prevent static initialization order faults by using local statics

2022-02-21 Thread GitBox
LeeGDavis commented on pull request #105: URL: https://github.com/apache/logging-log4cxx/pull/105#issuecomment-1047299349 I think we're running into this issue after and upgrade to 0.12.1 from 0.11.0. Is there any way to tests this or what is currently in [apache:next_stable](https://gith

[GitHub] [logging-log4cxx] rm5248 commented on pull request #105: Prevent static initialization order faults by using local statics

2022-02-21 Thread GitBox
rm5248 commented on pull request #105: URL: https://github.com/apache/logging-log4cxx/pull/105#issuecomment-1047304623 You could try using a vcpkg overlay to build a custom version of log4cxx. See the [vcpkg documentation](https://github.com/microsoft/vcpkg/blob/master/docs/specifications

[GitHub] [logging-log4cxx] LeeGDavis commented on pull request #105: Prevent static initialization order faults by using local statics

2022-02-21 Thread GitBox
LeeGDavis commented on pull request #105: URL: https://github.com/apache/logging-log4cxx/pull/105#issuecomment-1047317100 Thanks @rm5248. I'll give that a try. I'll see what I can do about a test case too. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [logging-log4j2] dfa1 commented on pull request #770: Initial support for detached markers in SLF4J binding

2022-02-21 Thread GitBox
dfa1 commented on pull request #770: URL: https://github.com/apache/logging-log4j2/pull/770#issuecomment-1047476853 @garydgregory thank you for the review... please have a look now, I wrote few unit tests -- This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [logging-log4j2] ruhulmus commented on pull request #763: Added java logging with Asynchronous logger

2022-02-22 Thread GitBox
ruhulmus commented on pull request #763: URL: https://github.com/apache/logging-log4j2/pull/763#issuecomment-1047809689 @remkop, Could you please review the changes? I have made updates based on the last discussion. -- This is an automated message from the Apache Git Service. To respond

[GitHub] [logging-log4j2] ppkarwasz commented on pull request #745: [LOG4J2-3362] Adds a SmtpManager compatible with Jakarta EE 9

2022-02-22 Thread GitBox
ppkarwasz commented on pull request #745: URL: https://github.com/apache/logging-log4j2/pull/745#issuecomment-1048291947 @garydgregory: I moved the `SmtpManager` to a new `log4j-jakarta-smtp` module. The choice between the `javax.*` and `jakarta.*` version is automatic, based on the

[GitHub] [logging-log4j2] ppkarwasz commented on pull request #768: Improves behavior of failing Log4j 1.x builders

2022-02-22 Thread GitBox
ppkarwasz commented on pull request #768: URL: https://github.com/apache/logging-log4j2/pull/768#issuecomment-1048490776 This should prevent frustrating debugging like in [this StackOverflow question](https://stackoverflow.com/q/71149004/11748454), where the user just got: ``` 20

[GitHub] [logging-log4j2] ppkarwasz edited a comment on pull request #768: Improves behavior of failing Log4j 1.x builders

2022-02-22 Thread GitBox
ppkarwasz edited a comment on pull request #768: URL: https://github.com/apache/logging-log4j2/pull/768#issuecomment-1048490776 This should prevent frustrating debugging like in [this StackOverflow question](https://stackoverflow.com/q/71149004/11748454), where the user just got: ``

[GitHub] [logging-log4j2] ppkarwasz opened a new pull request #771: Improves validation of Log4j 2.x components

2022-02-23 Thread GitBox
ppkarwasz opened a new pull request #771: URL: https://github.com/apache/logging-log4j2/pull/771 Since most configurations use the `PluginBuilder` to build components, many constraints are not enforced, when the same components are built programmatically. This PR provides a `Builder

[GitHub] [logging-log4j2] ppkarwasz commented on pull request #771: Improves validation of Log4j 2.x components

2022-02-23 Thread GitBox
ppkarwasz commented on pull request #771: URL: https://github.com/apache/logging-log4j2/pull/771#issuecomment-1048643392 `log4j-layout-template-json` uses a different semantic for when builders fail (they throw instead of returning `null`). I should look into that. -- This is an automate

<    45   46   47   48   49   50   51   52   53   54   >