[GitHub] [logging-log4j2] szpak opened a new pull request #461: Fix formatting in README

2021-01-19 Thread GitBox
szpak opened a new pull request #461: URL: https://github.com/apache/logging-log4j2/pull/461 Random trivial change as I was reading that file. It renders much greatly. This is an automated message from the Apache Git Service.

[GitHub] [logging-log4j2] vy commented on pull request #461: Fix formatting in README

2021-01-19 Thread GitBox
vy commented on pull request #461: URL: https://github.com/apache/logging-log4j2/pull/461#issuecomment-762897201 Thanks @szpak! I will see if we can backport this to `release-2.x` as well. This is an automated message from th

[GitHub] [logging-log4j2] vy merged pull request #461: Fix formatting in log4j-spring-cloud-config-sample-application README

2021-01-19 Thread GitBox
vy merged pull request #461: URL: https://github.com/apache/logging-log4j2/pull/461 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] vy commented on pull request #461: Fix formatting in log4j-spring-cloud-config-sample-application README

2021-01-19 Thread GitBox
vy commented on pull request #461: URL: https://github.com/apache/logging-log4j2/pull/461#issuecomment-762900591 Fits to `release-2.x` like a glove. :+1: This is an automated message from the Apache Git Service. To respond t

[GitHub] [logging-chainsaw] ldd200888 opened a new pull request #6: column LINE location is not correct.

2021-01-20 Thread GitBox
ldd200888 opened a new pull request #6: URL: https://github.com/apache/logging-chainsaw/pull/6 When adding columnName, LINE is after MILLIS_DELTA: ``` columnNames.add(ChainsawConstants.CLASS_COL_NAME); columnNames.add(ChainsawConstants.METHOD_COL_NAME); columnNames.ad

[GitHub] [logging-log4net] fluffynuts commented on pull request #72: Allow DI to create instances

2021-01-21 Thread GitBox
fluffynuts commented on pull request #72: URL: https://github.com/apache/logging-log4net/pull/72#issuecomment-764895685 I'm not sold yet; right now, it adds complexity and risk: it's a way for third-party code to intercept logging when that third-party code takes a guess that an appender u

[GitHub] [logging-log4net] fluffynuts closed pull request #72: Allow DI to create instances

2021-01-21 Thread GitBox
fluffynuts closed pull request #72: URL: https://github.com/apache/logging-log4net/pull/72 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

[GitHub] [logging-log4net] fluffynuts edited a comment on pull request #72: Allow DI to create instances

2021-01-21 Thread GitBox
fluffynuts edited a comment on pull request #72: URL: https://github.com/apache/logging-log4net/pull/72#issuecomment-764895685 I'm not sold yet; right now, it adds complexity and risk: it's a way for third-party code to intercept logging when that third-party code takes a guess that an app

[GitHub] [logging-log4net] fluffynuts edited a comment on pull request #72: Allow DI to create instances

2021-01-21 Thread GitBox
fluffynuts edited a comment on pull request #72: URL: https://github.com/apache/logging-log4net/pull/72#issuecomment-764895685 I'm not sold yet; right now, it adds complexity and risk: it's a way for third-party code to intercept logging when that third-party code takes a guess that an app

[GitHub] [logging-log4net] fluffynuts closed pull request #72: Allow DI to create instances

2021-01-21 Thread GitBox
fluffynuts closed pull request #72: URL: https://github.com/apache/logging-log4net/pull/72 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

[GitHub] [logging-log4net] fluffynuts commented on pull request #72: Allow DI to create instances

2021-01-21 Thread GitBox
fluffynuts commented on pull request #72: URL: https://github.com/apache/logging-log4net/pull/72#issuecomment-764895685 I'm not sold yet; right now, it adds complexity and risk: it's a way for third-party code to intercept logging when that third-party code takes a guess that an appender u

[GitHub] [logging-log4j2] vy merged pull request #458: LOG4J2-2993 Support stack trace truncation in JsonTemplateLayout.

2021-01-24 Thread GitBox
vy merged pull request #458: URL: https://github.com/apache/logging-log4j2/pull/458 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] vy merged pull request #458: LOG4J2-2993 Support stack trace truncation in JsonTemplateLayout.

2021-01-25 Thread GitBox
vy merged pull request #458: URL: https://github.com/apache/logging-log4j2/pull/458 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] Fabricc opened a new pull request #462: LOG4J2 Refactored field type to format in EventTemplateAdditionalField

2021-01-27 Thread GitBox
Fabricc opened a new pull request #462: URL: https://github.com/apache/logging-log4j2/pull/462 When using arrays in a configuration file the parameter type is used to identify which plugin should be used and therefore it is reserved. For this reason, the type of EventTemplateAdditionalFiel

[GitHub] [logging-log4j2] vy commented on a change in pull request #462: LOG4J2-2973 Rename EventTemplateAdditionalField#type (conflicting with properties file parser) to #format

2021-01-27 Thread GitBox
vy commented on a change in pull request #462: URL: https://github.com/apache/logging-log4j2/pull/462#discussion_r565372164 ## File path: log4j-layout-template-json/src/test/java/org/apache/logging/log4j/layout/template/json/JsonTemplateLayoutAdditionalFieldTestProperties.java ###

[GitHub] [logging-log4j2] perry2of5 opened a new pull request #463: Release 2.x

2021-01-28 Thread GitBox
perry2of5 opened a new pull request #463: URL: https://github.com/apache/logging-log4j2/pull/463 Add context-param to prevent auto-shutdown of log4j in Servlet 3.0 environment. Add ServletContextListener to shutdown log4j which should probably be used as the first listener in an applicatio

[GitHub] [logging-log4j2] perry2of5 commented on pull request #463: Release 2.x

2021-01-28 Thread GitBox
perry2of5 commented on pull request #463: URL: https://github.com/apache/logging-log4j2/pull/463#issuecomment-769333626 This pull request provides a workaround for LOG4J2-1606 and LOG4J2-2624. This is an automated message fro

[GitHub] [logging-log4j2] jftai1 commented on pull request #462: LOG4J2-2973 Rename EventTemplateAdditionalField#type (conflicting with properties file parser) to #format

2021-01-29 Thread GitBox
jftai1 commented on pull request #462: URL: https://github.com/apache/logging-log4j2/pull/462#issuecomment-769876336 Please had my vote on fixing this issue... I am hoping to use this feature in a server which has a log4j2.properties configuration and a cannot alter the format.

[GitHub] [logging-log4j2] jftai1 edited a comment on pull request #462: LOG4J2-2973 Rename EventTemplateAdditionalField#type (conflicting with properties file parser) to #format

2021-01-29 Thread GitBox
jftai1 edited a comment on pull request #462: URL: https://github.com/apache/logging-log4j2/pull/462#issuecomment-769876336 Please had my vote on fixing this issue... I am hoping to use this feature in a server which has a log4j2.properties configuration and a cannot alter the form

[GitHub] [logging-log4j2] vy commented on pull request #462: LOG4J2-2973 Rename EventTemplateAdditionalField#type (conflicting with properties file parser) to #format

2021-01-29 Thread GitBox
vy commented on pull request #462: URL: https://github.com/apache/logging-log4j2/pull/462#issuecomment-769884311 > Please had my vote on fixing this issue... I will make sure this will be available in 2.14.1 which we will release in a couple of weeks. > I am hoping to use this

[GitHub] [logging-log4j2] Fabricc commented on a change in pull request #462: LOG4J2-2973 Rename EventTemplateAdditionalField#type (conflicting with properties file parser) to #format

2021-01-30 Thread GitBox
Fabricc commented on a change in pull request #462: URL: https://github.com/apache/logging-log4j2/pull/462#discussion_r567292483 ## File path: log4j-layout-template-json/src/test/java/org/apache/logging/log4j/layout/template/json/JsonTemplateLayoutAdditionalFieldTestProperties.java ##

[GitHub] [logging-log4cxx] rm5248 opened a new pull request #51: Old build tools removal

2021-01-31 Thread GitBox
rm5248 opened a new pull request #51: URL: https://github.com/apache/logging-log4cxx/pull/51 Remove the old build tools(ant, maven, autotools) as these have at this point been superseded by the cmake/doxygen process that we merged in #49 ---

[GitHub] [logging-log4j2] perry2of5 commented on pull request #463: Add flag to disable automatic log4j shutdown in log4j-web

2021-02-01 Thread GitBox
perry2of5 commented on pull request #463: URL: https://github.com/apache/logging-log4j2/pull/463#issuecomment-771056049 Matt, I submitted a signed Apache ICLA to the secretary. I am happy to work on updating the documentation. Tim PS: Should we link the issues to this? Or is it too l

[GitHub] [logging-log4j2] jvz commented on pull request #463: Add flag to disable automatic log4j shutdown in log4j-web

2021-02-01 Thread GitBox
jvz commented on pull request #463: URL: https://github.com/apache/logging-log4j2/pull/463#issuecomment-771077498 Ok, I got the ICLA (I'm also the secretary coincidentally). You can link the issue to this, yes. You can update the title, too. We generally note issues in `src/changes/changes

[GitHub] [logging-log4j2] perry2of5 commented on pull request #463: Add flag to disable automatic log4j shutdown in log4j-web

2021-02-01 Thread GitBox
perry2of5 commented on pull request #463: URL: https://github.com/apache/logging-log4j2/pull/463#issuecomment-771079985 How do I link the issues? Do I need to modify the PR in some way? Same question on updating src/changes/changes.xml. Thank you. -

[GitHub] [logging-log4j2] jvz commented on pull request #463: Add flag to disable automatic log4j shutdown in log4j-web

2021-02-01 Thread GitBox
jvz commented on pull request #463: URL: https://github.com/apache/logging-log4j2/pull/463#issuecomment-771100956 The changes.xml file is fairly self-explanatory, but you don't need to edit it. For linking this, you can just edit the title of the PR to include the LOG4J2 Jira issue id. -

[GitHub] [logging-log4j2] perry2of5 commented on pull request #463: LOG4J2-1606, LOG4J2-2624 Add flag to disable automatic log4j shutdown in log4j-web

2021-02-01 Thread GitBox
perry2of5 commented on pull request #463: URL: https://github.com/apache/logging-log4j2/pull/463#issuecomment-77653 Thank you. I added "LOG4J2-1606, LOG4J2-2624" to the title but it doesn't seem to have linked to the JIRA issues. Perhaps there is a lag until a job runs. Let me know if

[GitHub] [logging-log4j2] perry2of5 commented on pull request #463: LOG4J2-1606, LOG4J2-2624 Add flag to disable automatic log4j shutdown in log4j-web

2021-02-01 Thread GitBox
perry2of5 commented on pull request #463: URL: https://github.com/apache/logging-log4j2/pull/463#issuecomment-771238403 Sorry...I didn't realize pushing to my fork would trigger any changes here. Obviously I'm not very familiar with github or working on this project. From the documentation

[GitHub] [logging-log4j2] perry2of5 commented on pull request #463: LOG4J2-1606, LOG4J2-2624 Add flag to disable automatic log4j shutdown in log4j-web

2021-02-01 Thread GitBox
perry2of5 commented on pull request #463: URL: https://github.com/apache/logging-log4j2/pull/463#issuecomment-771282217 What developer name should I use in changes.xml? Do I need an official apache developer name? Should I just put in "jvz" to make things move along quickly? ---

[GitHub] [logging-log4j2] jvz commented on pull request #463: LOG4J2-1606, LOG4J2-2624 Add flag to disable automatic log4j shutdown in log4j-web

2021-02-02 Thread GitBox
jvz commented on pull request #463: URL: https://github.com/apache/logging-log4j2/pull/463#issuecomment-771770678 In the changes, you can put `mattsicker` (my apache id), and add `due-to` with your name. That latter part is what gets generated as the "Thanks to Name" in the changelog (deve

[GitHub] [logging-log4j2] jvz commented on pull request #463: LOG4J2-1606, LOG4J2-2624 Add flag to disable automatic log4j shutdown in log4j-web

2021-02-02 Thread GitBox
jvz commented on pull request #463: URL: https://github.com/apache/logging-log4j2/pull/463#issuecomment-771771266 As for auto-linking, that's handled by some ASF/GitHub bot that integrates things. If you see entries added to the Jira history of an issue, that's one area it links things.

[GitHub] [logging-log4j2] perry2of5 commented on pull request #463: LOG4J2-1606, LOG4J2-2624 Add flag to disable automatic log4j shutdown in log4j-web

2021-02-02 Thread GitBox
perry2of5 commented on pull request #463: URL: https://github.com/apache/logging-log4j2/pull/463#issuecomment-772007764 I updated the changes.xml as you described squashed the update into the "add notes about LOG4J-2626..." commit and pushed to Github. I am not aware of any other tasks I n

[GitHub] [logging-log4j2] perry2of5 commented on pull request #463: LOG4J2-1606, LOG4J2-2624 Add flag to disable automatic log4j shutdown in log4j-web

2021-02-02 Thread GitBox
perry2of5 commented on pull request #463: URL: https://github.com/apache/logging-log4j2/pull/463#issuecomment-771238403 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [logging-log4j2] jvz commented on pull request #463: LOG4J2-1606, LOG4J2-2624 Add flag to disable automatic log4j shutdown in log4j-web

2021-02-02 Thread GitBox
jvz commented on pull request #463: URL: https://github.com/apache/logging-log4j2/pull/463#issuecomment-771770678 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [logging-log4j2] dependabot[bot] opened a new pull request #464: Bump tomcat-catalina from 8.5.20 to 10.0.2

2021-02-02 Thread GitBox
dependabot[bot] opened a new pull request #464: URL: https://github.com/apache/logging-log4j2/pull/464 Bumps tomcat-catalina from 8.5.20 to 10.0.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.tom

[GitHub] [logging-log4j2] dependabot[bot] commented on pull request #448: Bump tomcat-catalina from 8.5.20 to 10.0.0

2021-02-02 Thread GitBox
dependabot[bot] commented on pull request #448: URL: https://github.com/apache/logging-log4j2/pull/448#issuecomment-772212109 Superseded by #464. This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [logging-log4j2] dependabot[bot] closed pull request #448: Bump tomcat-catalina from 8.5.20 to 10.0.0

2021-02-02 Thread GitBox
dependabot[bot] closed pull request #448: URL: https://github.com/apache/logging-log4j2/pull/448 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [logging-log4j2] vy merged pull request #462: LOG4J2-2973 Rename EventTemplateAdditionalField#type (conflicting with properties file parser) to #format

2021-02-03 Thread GitBox
vy merged pull request #462: URL: https://github.com/apache/logging-log4j2/pull/462 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] vy merged pull request #453: LOG4J2-2977 Replace outdated PatternLayout.createLayout() calls in docs with createDefaultLayout()

2021-02-03 Thread GitBox
vy merged pull request #453: URL: https://github.com/apache/logging-log4j2/pull/453 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] vy commented on pull request #453: LOG4J2-2977 Replace outdated PatternLayout.createLayout() calls in docs with createDefaultLayout()

2021-02-03 Thread GitBox
vy commented on pull request #453: URL: https://github.com/apache/logging-log4j2/pull/453#issuecomment-772564286 Sorry, this should have been merged months ago. Thanks for the contribution! I will update `changes.xml` myself and backport this to `release-2.x`. --

[GitHub] [logging-log4j2] vy edited a comment on pull request #453: LOG4J2-2977 Replace outdated PatternLayout.createLayout() calls in docs with createDefaultLayout()

2021-02-03 Thread GitBox
vy edited a comment on pull request #453: URL: https://github.com/apache/logging-log4j2/pull/453#issuecomment-772564286 Sorry, this should have been merged months ago. Thanks for the contribution! I will update `changes.xml` myself and backport this to `release-2.x`. ---

[GitHub] [logging-log4j2] vy closed pull request #438: LOG4J2-2963: Relax access level for code reuse

2021-02-03 Thread GitBox
vy closed pull request #438: URL: https://github.com/apache/logging-log4j2/pull/438 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] vy commented on pull request #438: LOG4J2-2963: Relax access level for code reuse

2021-02-03 Thread GitBox
vy commented on pull request #438: URL: https://github.com/apache/logging-log4j2/pull/438#issuecomment-772571359 Closing due to inactivity and insufficient rationale. This is an automated message from the Apache Git Service.

[GitHub] [logging-log4j2] vy merged pull request #440: LOG4J2-2964 Merge packages from several Configurations in Composite Configuration

2021-02-03 Thread GitBox
vy merged pull request #440: URL: https://github.com/apache/logging-log4j2/pull/440 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] vy commented on pull request #440: LOG4J2-2964 Merge packages from several Configurations in Composite Configuration

2021-02-03 Thread GitBox
vy commented on pull request #440: URL: https://github.com/apache/logging-log4j2/pull/440#issuecomment-772633669 @valfirst, thanks so much for the PR! This is an automated message from the Apache Git Service. To respond to th

[GitHub] [logging-log4j2] vy merged pull request #463: LOG4J2-1606, LOG4J2-2624 Add flag to disable automatic log4j shutdown in log4j-web

2021-02-03 Thread GitBox
vy merged pull request #463: URL: https://github.com/apache/logging-log4j2/pull/463 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] djohle commented on pull request #463: LOG4J2-1606, LOG4J2-2624 Add flag to disable automatic log4j shutdown in log4j-web

2021-02-03 Thread GitBox
djohle commented on pull request #463: URL: https://github.com/apache/logging-log4j2/pull/463#issuecomment-772919517 @perry2of5 thank you very much for your contribution! LOG4J2-1606 has been bugging me for almost a year now. So glad I'll soon be able to remove my ugly workarounds. --

[GitHub] [logging-log4j2] perry2of5 commented on pull request #463: LOG4J2-1606, LOG4J2-2624 Add flag to disable automatic log4j shutdown in log4j-web

2021-02-04 Thread GitBox
perry2of5 commented on pull request #463: URL: https://github.com/apache/logging-log4j2/pull/463#issuecomment-773492809 You are very welcome. I was getting tired of telling junior staff not to use Spring's SmartLifecycle.stop() methods if they configured the web app entirely with XML. Now

[GitHub] [logging-log4j2] perry2of5 commented on pull request #463: LOG4J2-1606, LOG4J2-2624 Add flag to disable automatic log4j shutdown in log4j-web

2021-02-05 Thread GitBox
perry2of5 commented on pull request #463: URL: https://github.com/apache/logging-log4j2/pull/463#issuecomment-773492809 You are very welcome. I was getting tired of telling junior staff not to use Spring's SmartLifecycle.stop() methods if they configured the web app entirely with XML. Now

[GitHub] [logging-log4j2] rgoers merged pull request #450: Document how to disable message pattern lookups

2021-02-06 Thread GitBox
rgoers merged pull request #450: URL: https://github.com/apache/logging-log4j2/pull/450 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

[GitHub] [logging-log4j2] rgoers commented on pull request #447: Reproducer JMH benchmark for LOG4J2-2965

2021-02-06 Thread GitBox
rgoers commented on pull request #447: URL: https://github.com/apache/logging-log4j2/pull/447#issuecomment-774571763 @carterkozak are you waiting on something before committing this? This is an automated message from the Apac

[GitHub] [logging-log4j2] carterkozak commented on pull request #447: Reproducer JMH benchmark for LOG4J2-2965

2021-02-06 Thread GitBox
carterkozak commented on pull request #447: URL: https://github.com/apache/logging-log4j2/pull/447#issuecomment-774574156 Still planning to write a fix for the issue when I have more time, happy to merge this as is if you like. -

[GitHub] [logging-log4j2] rgoers commented on pull request #437: LOG4J2-2025 jul-log4j bridgehandler

2021-02-06 Thread GitBox
rgoers commented on pull request #437: URL: https://github.com/apache/logging-log4j2/pull/437#issuecomment-774580435 I am going to merge this but it would be more appropriate in 2.15.0 so I will hold off until after the 2.14.1 release. -

[GitHub] [logging-log4j2] rgoers merged pull request #424: (doc) Fix Logger documentation formatting error

2021-02-06 Thread GitBox
rgoers merged pull request #424: URL: https://github.com/apache/logging-log4j2/pull/424 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

[GitHub] [logging-log4j-kotlin] solaristhesun commented on pull request #14: Upgrade Kotlin to v1.4

2021-02-11 Thread GitBox
solaristhesun commented on pull request #14: URL: https://github.com/apache/logging-log4j-kotlin/pull/14#issuecomment-777325037 What ist the status on this? I am getting the following errors: w: Runtime JAR files in the classpath should have the same version. These files were found

[GitHub] [logging-log4j-kotlin] solaristhesun edited a comment on pull request #14: Upgrade Kotlin to v1.4

2021-02-11 Thread GitBox
solaristhesun edited a comment on pull request #14: URL: https://github.com/apache/logging-log4j-kotlin/pull/14#issuecomment-777325037 What ist the status on this? I am getting the following errors: ``` w: Runtime JAR files in the classpath should have the same version. These fil

[GitHub] [logging-log4j-kotlin] rocketraman commented on pull request #14: Upgrade Kotlin to v1.4

2021-02-11 Thread GitBox
rocketraman commented on pull request #14: URL: https://github.com/apache/logging-log4j-kotlin/pull/14#issuecomment-777474336 > So it looks to me as if it is not working in kotlin 1.4 despite someone saying it _should_. What steps are necessary to get it working in 1.4. See my last

[GitHub] [logging-log4j-kotlin] mikaello commented on pull request #14: Upgrade Kotlin to v1.4

2021-02-11 Thread GitBox
mikaello commented on pull request #14: URL: https://github.com/apache/logging-log4j-kotlin/pull/14#issuecomment-777526127 Sorry for not replying! I tried to figure out how to avoid distributing the stdlib as a transitive dependency, but I struggled a bit, and after a while I surrendered

[GitHub] [logging-log4cxx] rm5248 commented on pull request #51: Old build tools removal

2021-02-14 Thread GitBox
rm5248 commented on pull request #51: URL: https://github.com/apache/logging-log4cxx/pull/51#issuecomment-778782446 I'll merge shortly if there are no comments. This is an automated message from the Apache Git Service. To res

[GitHub] [logging-log4j2] roberttaylor426 opened a new pull request #465: Fixing typos in docs.

2021-02-14 Thread GitBox
roberttaylor426 opened a new pull request #465: URL: https://github.com/apache/logging-log4j2/pull/465 I noticed a typo in the docs, and then realised the same typo existed in a bunch of places. This is an automated message

[GitHub] [logging-log4j2] rgoers commented on pull request #465: Fixing typos in docs.

2021-02-14 Thread GitBox
rgoers commented on pull request #465: URL: https://github.com/apache/logging-log4j2/pull/465#issuecomment-778815708 Just a note that since this is against master it will not affect the current log4j documentation on the release-2.x branch. A separate PR will be needed for that.

[GitHub] [logging-log4cxx] rm5248 opened a new pull request #52: Log4cxx Qt support

2021-02-14 Thread GitBox
rm5248 opened a new pull request #52: URL: https://github.com/apache/logging-log4cxx/pull/52 Add a message handler function that is used for Qt so that log messages from Qt can be routed through log4cxx. Note that this is built as a separate library - this is intentional, as many pe

[GitHub] [logging-log4cxx] ams-tschoening commented on pull request #51: Old build tools removal

2021-02-15 Thread GitBox
ams-tschoening commented on pull request #51: URL: https://github.com/apache/logging-log4cxx/pull/51#issuecomment-779133161 I couldn't find any mail with your requested review, but mails have changed for me, so they might have been dropped for some reason. Anyway, the only thing I've recog

[GitHub] [logging-log4cxx] rm5248 commented on pull request #51: Old build tools removal

2021-02-15 Thread GitBox
rm5248 commented on pull request #51: URL: https://github.com/apache/logging-log4cxx/pull/51#issuecomment-779470636 No, I actually forgot to remove those. Those have now been removed. This is an automated message from the Ap

[GitHub] [logging-log4j2] vy commented on pull request #465: Fixing typos in docs.

2021-02-16 Thread GitBox
vy commented on pull request #465: URL: https://github.com/apache/logging-log4j2/pull/465#issuecomment-780111442 Thanks so much @roberttaylor426, appreciated it! I will merge it right away. As @rgoers noted, these changes will not be visible in the website, which is pointing to the d

[GitHub] [logging-log4j2] vy merged pull request #465: Fixing typos in docs.

2021-02-16 Thread GitBox
vy merged pull request #465: URL: https://github.com/apache/logging-log4j2/pull/465 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] vy commented on pull request #465: Fixing typos in docs.

2021-02-16 Thread GitBox
vy commented on pull request #465: URL: https://github.com/apache/logging-log4j2/pull/465#issuecomment-780115790 Cherry-picked onto `release-2.x` with some extra little effort. This is an automated message from the Apache Git

[GitHub] [logging-log4cxx] rm5248 merged pull request #51: Old build tools removal

2021-02-16 Thread GitBox
rm5248 merged pull request #51: URL: https://github.com/apache/logging-log4cxx/pull/51 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

[GitHub] [logging-log4cxx] rm5248 merged pull request #52: Log4cxx Qt support

2021-02-16 Thread GitBox
rm5248 merged pull request #52: URL: https://github.com/apache/logging-log4cxx/pull/52 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

[GitHub] [logging-log4j2] vy opened a new pull request #466: LOG4J2-3020 LOG4J2-3021 Improve Logger javadoc for throwing() and catching().

2021-02-16 Thread GitBox
vy opened a new pull request #466: URL: https://github.com/apache/logging-log4j2/pull/466 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

[GitHub] [logging-log4j2] garydgregory commented on a change in pull request #466: LOG4J2-3020 LOG4J2-3021 Improve Logger javadoc for throwing() and catching().

2021-02-17 Thread GitBox
garydgregory commented on a change in pull request #466: URL: https://github.com/apache/logging-log4j2/pull/466#discussion_r577568161 ## File path: log4j-api/src/main/java/org/apache/logging/log4j/Logger.java ## @@ -80,59 +80,61 @@ * Logs an exception or error that has be

[GitHub] [logging-log4j2] garydgregory commented on a change in pull request #466: LOG4J2-3020 LOG4J2-3021 Improve Logger javadoc for throwing() and catching().

2021-02-17 Thread GitBox
garydgregory commented on a change in pull request #466: URL: https://github.com/apache/logging-log4j2/pull/466#discussion_r577568701 ## File path: log4j-api/src/main/java/org/apache/logging/log4j/Logger.java ## @@ -292,12 +294,12 @@ /** * Logs a message at the {@l

[GitHub] [logging-log4j2] vy commented on a change in pull request #466: LOG4J2-3020 LOG4J2-3021 Improve Logger javadoc for throwing() and catching().

2021-02-17 Thread GitBox
vy commented on a change in pull request #466: URL: https://github.com/apache/logging-log4j2/pull/466#discussion_r577592796 ## File path: log4j-api/src/main/java/org/apache/logging/log4j/Logger.java ## @@ -80,59 +80,61 @@ * Logs an exception or error that has been caught

[GitHub] [logging-log4j2] Marcono1234 commented on pull request #466: LOG4J2-3020 LOG4J2-3021 Improve Logger javadoc for throwing() and catching().

2021-02-17 Thread GitBox
Marcono1234 commented on pull request #466: URL: https://github.com/apache/logging-log4j2/pull/466#issuecomment-780923693 Thanks! Though as pointed out in LOG4J2-3021, the documentation for `Logger.throwing(...)` would now be incorrect for the `java.util.logging` implementation which logs

[GitHub] [logging-log4j2] Marcono1234 edited a comment on pull request #466: LOG4J2-3020 LOG4J2-3021 Improve Logger javadoc for throwing() and catching().

2021-02-17 Thread GitBox
Marcono1234 edited a comment on pull request #466: URL: https://github.com/apache/logging-log4j2/pull/466#issuecomment-780923693 Thanks! ~~Though as pointed out in LOG4J2-3021, the documentation for `Logger.throwing(...)` would now be incorrect for the `java.util.logging` implementation wh

[GitHub] [logging-log4j2] Marcono1234 edited a comment on pull request #466: LOG4J2-3020 LOG4J2-3021 Improve Logger javadoc for throwing() and catching().

2021-02-17 Thread GitBox
Marcono1234 edited a comment on pull request #466: URL: https://github.com/apache/logging-log4j2/pull/466#issuecomment-780923693 Thanks! ~~Though as pointed out in LOG4J2-3021, the documentation for `Logger.throwing(...)` would now be incorrect for the `java.util.logging` implementation wh

[GitHub] [logging-log4cxx] rm5248 opened a new pull request #53: Smart pointer support

2021-02-17 Thread GitBox
rm5248 opened a new pull request #53: URL: https://github.com/apache/logging-log4cxx/pull/53 This PR should switch log4cxx over to using smart pointers(either std::shared_ptr or boost:shared_ptr) as appropriate. It also uses synchronization as defined by the C++ standard(std::mutex) or bo

[GitHub] [logging-log4j2] vy opened a new pull request #467: LOG4J2-3003 Remove JSON, XML, and YAML layouts.

2021-02-18 Thread GitBox
vy opened a new pull request #467: URL: https://github.com/apache/logging-log4j2/pull/467 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

[GitHub] [logging-log4j2] vy commented on pull request #466: LOG4J2-3020 LOG4J2-3021 Improve Logger javadoc for throwing() and catching().

2021-02-18 Thread GitBox
vy commented on pull request #466: URL: https://github.com/apache/logging-log4j2/pull/466#issuecomment-781412257 > Would it make sense to change these methods (in Log4j 3.x?) to log at `DEBUG` level? As mentioned in the Jira report descriptions logging at `ERROR` will likely cause redundan

[GitHub] [logging-log4j2] vy merged pull request #466: LOG4J2-3020 LOG4J2-3021 Improve Logger javadoc for throwing() and catching().

2021-02-18 Thread GitBox
vy merged pull request #466: URL: https://github.com/apache/logging-log4j2/pull/466 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] vy commented on pull request #467: LOG4J2-3003 Remove JSON, XML, and YAML layouts.

2021-02-18 Thread GitBox
vy commented on pull request #467: URL: https://github.com/apache/logging-log4j2/pull/467#issuecomment-781450999 Except the tests belong to `log4j-jackson-layout*` modules, I have removed the following tests in `log4j-core-its`: - HttpAppenderTest.java (was already disabled) - Jso

[GitHub] [logging-log4j2] carterkozak opened a new pull request #468: Apply automated Assertj refactors to core modules

2021-02-19 Thread GitBox
carterkozak opened a new pull request #468: URL: https://github.com/apache/logging-log4j2/pull/468 I've applied some refactors I wrote a while ago: https://github.com/palantir/assertj-automation Separated into two commits, first migrates from other asserts to assertj, and a second which

[GitHub] [logging-log4j2] carterkozak commented on a change in pull request #468: Apply automated Assertj refactors to core modules

2021-02-19 Thread GitBox
carterkozak commented on a change in pull request #468: URL: https://github.com/apache/logging-log4j2/pull/468#discussion_r579498048 ## File path: log4j-1.2-api/src/test/java/org/apache/log4j/CategoryTest.java ## @@ -78,23 +78,23 @@ public void testForcedLog() { catego

[GitHub] [logging-log4j2] rgoers commented on a change in pull request #468: Apply automated Assertj refactors to core modules

2021-02-19 Thread GitBox
rgoers commented on a change in pull request #468: URL: https://github.com/apache/logging-log4j2/pull/468#discussion_r579613637 ## File path: log4j-1.2-api/src/test/java/org/apache/log4j/CallerInformationTest.java ## @@ -57,9 +57,9 @@ public void testMethodLogger() throws Exce

[GitHub] [logging-log4j2] carterkozak commented on a change in pull request #468: Apply automated Assertj refactors to core modules

2021-02-20 Thread GitBox
carterkozak commented on a change in pull request #468: URL: https://github.com/apache/logging-log4j2/pull/468#discussion_r579657898 ## File path: log4j-1.2-api/src/test/java/org/apache/log4j/CallerInformationTest.java ## @@ -57,9 +57,9 @@ public void testMethodLogger() throws

[GitHub] [logging-log4j2] carterkozak commented on a change in pull request #468: Apply automated Assertj refactors to core modules

2021-02-20 Thread GitBox
carterkozak commented on a change in pull request #468: URL: https://github.com/apache/logging-log4j2/pull/468#discussion_r579658494 ## File path: log4j-1.2-api/src/test/java/org/apache/log4j/CategoryTest.java ## @@ -78,23 +78,23 @@ public void testForcedLog() { catego

[GitHub] [logging-log4j2] carterkozak commented on a change in pull request #468: Apply automated Assertj refactors to core modules

2021-02-20 Thread GitBox
carterkozak commented on a change in pull request #468: URL: https://github.com/apache/logging-log4j2/pull/468#discussion_r579683174 ## File path: log4j-1.2-api/src/test/java/org/apache/log4j/CategoryTest.java ## @@ -78,23 +78,23 @@ public void testForcedLog() { catego

[GitHub] [logging-log4j2] vy closed pull request #467: LOG4J2-3003 Remove JSON, XML, and YAML layouts.

2021-02-23 Thread GitBox
vy closed pull request #467: URL: https://github.com/apache/logging-log4j2/pull/467 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] vy commented on pull request #467: LOG4J2-3003 Remove JSON, XML, and YAML layouts.

2021-02-23 Thread GitBox
vy commented on pull request #467: URL: https://github.com/apache/logging-log4j2/pull/467#issuecomment-784045170 Closing the PR – see JIRA ticket for details. This is an automated message from the Apache Git Service. To respo

[GitHub] [logging-log4j2] perry2of5 opened a new pull request #469: Fix windows build on master

2021-02-23 Thread GitBox
perry2of5 opened a new pull request #469: URL: https://github.com/apache/logging-log4j2/pull/469 This pull fixes the build on Windows. This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [logging-log4j2] jkozlowski opened a new pull request #470: [LOG4J2-3028] OutputStreamManager#flushBuffer always clears the buffer.

2021-02-25 Thread GitBox
jkozlowski opened a new pull request #470: URL: https://github.com/apache/logging-log4j2/pull/470 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] carterkozak commented on a change in pull request #470: [LOG4J2-3028] OutputStreamManager#flushBuffer always clears the buffer.

2021-02-25 Thread GitBox
carterkozak commented on a change in pull request #470: URL: https://github.com/apache/logging-log4j2/pull/470#discussion_r583283312 ## File path: log4j-core/src/main/java/org/apache/logging/log4j/core/appender/OutputStreamManager.java ## @@ -278,10 +278,13 @@ protected synchr

[GitHub] [logging-log4cxx] ams-tschoening commented on a change in pull request #53: Smart pointer support

2021-02-26 Thread GitBox
ams-tschoening commented on a change in pull request #53: URL: https://github.com/apache/logging-log4cxx/pull/53#discussion_r583546475 ## File path: src/main/cpp/domconfigurator.cpp ## @@ -331,10 +321,12 @@ void DOMConfigurator::parseErrorHandler(Pool& p, AppenderMap& a

[GitHub] [logging-log4cxx] ams-tschoening commented on a change in pull request #53: Smart pointer support

2021-02-26 Thread GitBox
ams-tschoening commented on a change in pull request #53: URL: https://github.com/apache/logging-log4cxx/pull/53#discussion_r583548541 ## File path: src/cmake/boost-fallback/boost-std-configuration.h.cmake ## @@ -0,0 +1,94 @@ +#ifndef BOOST_STD_CONFIGURATION_H +#define BOOST_ST

[GitHub] [logging-log4cxx] ams-tschoening commented on a change in pull request #53: Smart pointer support

2021-02-26 Thread GitBox
ams-tschoening commented on a change in pull request #53: URL: https://github.com/apache/logging-log4cxx/pull/53#discussion_r583550738 ## File path: src/cmake/boost-fallback/boost-std-configuration.h.cmake ## @@ -0,0 +1,94 @@ +#ifndef BOOST_STD_CONFIGURATION_H +#define BOOST_ST

[GitHub] [logging-log4cxx] ams-tschoening commented on a change in pull request #53: Smart pointer support

2021-02-26 Thread GitBox
ams-tschoening commented on a change in pull request #53: URL: https://github.com/apache/logging-log4cxx/pull/53#discussion_r583593578 ## File path: src/cmake/boost-fallback/boost-std-configuration.h.cmake ## @@ -0,0 +1,94 @@ +#ifndef BOOST_STD_CONFIGURATION_H +#define BOOST_ST

[GitHub] [logging-log4j2] Marcono1234 commented on pull request #466: LOG4J2-3020 LOG4J2-3021 Improve Logger javadoc for throwing() and catching().

2021-02-26 Thread GitBox
Marcono1234 commented on pull request #466: URL: https://github.com/apache/logging-log4j2/pull/466#issuecomment-786832118 > To further consult to the rest of the developers, would you mind moving this discussion to [the dev mailing list](https://logging.apache.org/log4j/2.x/mail-lists.html

[GitHub] [logging-log4net] tschettler opened a new pull request #73: adds ActivatorProvider to allow custom type activation (Resolves LOG4NET-565)

2021-02-27 Thread GitBox
tschettler opened a new pull request #73: URL: https://github.com/apache/logging-log4net/pull/73 This refactors type activation into an `ActivationProvider` class, which provides wrapper methods for the `IActivator` interface. The default `IActivator` implementation (`DefaultActivator`) de

[GitHub] [logging-log4j2] vy commented on pull request #470: [LOG4J2-3028] OutputStreamManager#flushBuffer always clears the buffer.

2021-03-01 Thread GitBox
vy commented on pull request #470: URL: https://github.com/apache/logging-log4j2/pull/470#issuecomment-787799822 @carterkozak, I am joining to the party late, sorry. What is the status of this PR? Can we merge it? This is an

[GitHub] [logging-log4j2] vy edited a comment on pull request #470: [LOG4J2-3028] OutputStreamManager#flushBuffer always clears the buffer.

2021-03-01 Thread GitBox
vy edited a comment on pull request #470: URL: https://github.com/apache/logging-log4j2/pull/470#issuecomment-787799822 @carterkozak, I am joining to the party late, sorry. What is the status of this PR? Can we merge it? (Note that the volunteer to merge might need to port this to `master`

<    6   7   8   9   10   11   12   13   14   15   >