Re: [DOC] Make use of "common" logging website pages (security, downloads etc. pp)

2024-04-25 Thread Apache
+1 Ralph > On Apr 25, 2024, at 5:00 AM, Christian Grobmeier wrote: > > Hi, > > By accident, I stumbled across this issue today: > https://github.com/apache/logging-log4cxx/issues/370 > > We think we should use the standard websites across all our repo

Re: End-of-life date for `log4j-1.2-api`

2024-04-08 Thread Apache
the artifact and include > it as it in Log4j 3.0.0? > > Piotr > > [1] https://github.com/apache/logging-log4j2/issues/2395

Re: [log4j] Remove `` in `main`

2024-02-13 Thread Apache
I’ve delayed answering because I can’t make up my mind. I am still thinking about this. Ralph > On Feb 12, 2024, at 12:58 PM, Piotr P. Karwasz > wrote: > > Hi Volkan, > >> On Mon, 12 Feb 2024 at 20:30, Volkan Yazıcı wrote: >> `StatusLogger` can be configured in following ways: >> >> 1.

Re: Usage examples of flow messages

2024-02-13 Thread Apache
Yes, add the missing method. We use these methods A LOT. I suspect we are not alone. Ralph > On Feb 13, 2024, at 3:17 AM, Piotr P. Karwasz wrote: > > Hi all, > > Our Logger interface contains 11 traceEntry/traceExit methods and 4 > deprecated entry/exit methods. As far as I have seen, only

Re: [Log4j] If and how to document potential OOME

2024-01-26 Thread Apache
That is kind of my point. Anyone who logs an object that behaves this way is asking for trouble. It really sounds like an esoteric edge case to me. I don’t view this as a Log4J problem as the error wouldn’t even have Log4J in the stack trace. Ralph > On Jan 25, 2024, at 9:52 PM, Gary Gregory

Re: Nullability annotations

2024-01-02 Thread Apache
If this is a runtime dependency then I am against using it in Log4J api and core. Ralph > On Jan 2, 2024, at 3:17 AM, Piotr P. Karwasz wrote: > > Hi all, > > Matt made an interesting proposal to use JSpecify nullability > annotations in Log4j: > > https://github.c

Re: Change semantics of `Throwable` parameters

2023-11-23 Thread Apache
 I agree with everything Remko said plus these extra comments. Throwing is a convenience method to standardize the output when an application will be throwing an exception. That, of course, means it isn’t a required method. I doubt it is used very much. Of course, catching is its companion but

Re: [log4j] Unstable tests on Windows

2023-11-20 Thread Apache
In my experience they never get fixed. To be honest, when I was doing the releases I would have these failures investigated to determine if it was a trait problem vs a problem in the code being released. If it was the latter I would cancel the vote. The only time tests should be disabled is if

Re: Features for 3.x was: Why is JNDI still necessary?

2023-11-02 Thread Apache
s I know the 1.7.x branch is > not supported any more by Ceki; I know this contains some support for > structured events from `slf4j-ext` 1.7.25 that is not present in > `log4j-slfj42-impl`, but I suppose this is no longer needed. > > There are some changes we are waiting for >

Re: Why is JNDI still necessary?

2023-11-01 Thread Apache
 If you want separate logging config files in an EJB environment using JNDI is pretty much required. The same would be true for any properties needed in the configuration. In any case, despite Piotr saying this is a majority vote, it is not. I will veto any attempt to remove JNDI components

Re: [log4j] Annotation processing alternatives

2023-10-23 Thread Apache
We really don’t have much choice. With JPMS you really need to use ServiceLoader to locate things like plugins across modules. Using a s file like spring.factories doesn’t really help anyway. You wouldn’t want to force users to hand create the entries in that file and so would use annotations

Re: [log4j] Project URLs per major version

2023-10-23 Thread Apache
I am ok with 1 and 2, but not 3. Doing that means older releases web sites are no longer available. Just because the latest includes release notes for all versions doesn’t mean it fully documents what was in prior releases. However, I am not surprised you are suggesting this as I posted in an

Re: Staging sites and repo convention

2023-10-23 Thread Apache
+1 Fix the staging site. Defer talk about anything else until that is done. Ralph > On Oct 22, 2023, at 5:05 PM, Christian Grobmeier wrote: > >  > >> On Sun, Oct 22, 2023, at 21:54, Volkan Yazıcı wrote: >> It has been a long thread and I want to capture the result: *there are no >>

Re: Log4j JMX GUI (was: [ANNOUNCE] Apache Log4j 2.21.0 released)

2023-10-17 Thread Apache
the loss of log4j-jmx-gui. Is log4j-jmx-gui 2.20.0 >>> compatible with log4j 2.21.0? >> >> Yes, it is, but there should be a `log4j-jmx-gui` version 2.21.0 out there: >> >> https://github.com/apache/logging-log4j-jmx-gui/releases/tag/rel%2F2.21.0 >> >> I am no

Re: Log4j Audit

2023-10-10 Thread Apache
Sure Ralph > On Oct 10, 2023, at 2:05 AM, Piotr P. Karwasz wrote: > > Hi all, > > Since Log4j Audit will not be archived, could someone update its > dependencies? Dependabot has lots of security alerts about it: > > https://github.com/apache/logging-log4j-a

Re: Migrating the landing page

2023-09-22 Thread Apache
rio, I use Docker. > > As an example, for the privacy website to check: > docker run --rm -p 4000:4000 --mount type=bind,src=$PWD,dst=/root/build > --mount type=volume,dst=/root/build/node_modules -it > apache/privacy_apache_org serve --watch --incremental > > There

Re: Deprecating modules in 2.x

2023-09-10 Thread Apache
Spring cloud config client is NOT part of Spring Boot 3. It adds a watcher for the config file. I never created a PR to add it to Sping Cloud Config. Ralph > On Sep 9, 2023, at 11:24 AM, Piotr P. Karwasz wrote: > > Hi Gary, > >> On Sat, 9 Sept 2023 at 18:07, Gary Gregory wrote: >> >>

Re: Deprecating modules in 2.x

2023-09-09 Thread Apache
I agree with everything Gary says on this one. Furthermore, I still believe some of these should move to their own repo. Ralph > On Sep 9, 2023, at 6:51 AM, Gary Gregory wrote: > > Hi All. > >> * raise the Java requirements in 3.x to Java 17. > +1 fine w/ me. FWIW, my day job is migrating

Re: [VOTE] Release Apache Logging Parent 1.10.0

2023-09-05 Thread Apache
t > https://dist.apache.org/repos/dist/dev/logging such reviewed don't > have to dig through folders. > > Gary > >> On Mon, Sep 4, 2023 at 3:33 PM Volkan Yazıcı wrote: >> >> This is a vote to release the Apache Logging Parent 1.10.0. >> >&g

Re: [Log4j] GitHub Discussions

2023-08-24 Thread Apache
1692821047719209>) that >> users ask questions in GitHub Issues, we point them to the mailing list, >> and they disappear. See this ticket >> <https://github.com/apache/logging-log4j2/issues/1722> for an example. >> Consequently, Matt proposed using GitHub Discussions. Rob

Re: JDK 20 is now GA, JDK 21 Early-Access builds, and 2 important heads-up!

2023-03-28 Thread Apache
We need to look into this now that scoped variables are present. Ralph > On Mar 28, 2023, at 5:46 AM, David Delabassee > wrote: > > Welcome to the latest OpenJDK Quality Outreach update! > > Last week was busy as we released both Java 20 and JavaFX 20. To celebrate > the launch, we hosted

Re: [Log4j] Moving `log4j-jmx-gui` to its own repo

2023-03-20 Thread Apache
I would be comfortable with this if it is moved to its own repo and released first, then removed from the Log4J repo. I am not comfortable with “we can do it someday if we want to” unless we are dropping support for it. Ralph > On Mar 20, 2023, at 3:36 AM, Volkan Yazıcı wrote: > > [TLDR:

Re: Maven site failure

2022-12-30 Thread Apache
False is the default so I left it alone. It also means it is specified in less places. Ralph > On Dec 30, 2022, at 5:26 AM, Gary Gregory wrote: > > Should that setting be flipped such that a Maven module ask to be Javadoc'd? > > Gary > >> On Fri, Dec 30, 2022, 07:23 Volkan Yazıcı wrote:

Re: Broken build

2022-11-17 Thread Apache
Consistent Ralph > On Nov 16, 2022, at 5:23 PM, Matt Sicker wrote: > > Is this a consistent failure or random? > >> On Nov 16, 2022, at 3:42 PM, Ralph Goers wrote: >> >> I haven’t run a build in a while and looking at the recent commits I am not >> sure what is causing this, but some

Re: [logging-log4j2] branch master updated: [LOG4J2-3459] - Add LoggingSystemProvider SPI

2022-10-31 Thread Apache
l package and > export it to other Log4j modules. That makes sense. > > And LoggingSystem probably doesn’t need a Lazy instance of itself, right. > > — > Matt Sicker > >> On Oct 31, 2022, at 20:58, Apache wrote: >> >>  >> >> See be

Re: [logging-log4j2] branch master updated: [LOG4J2-3459] - Add LoggingSystemProvider SPI

2022-10-31 Thread Apache
vider::getInstance which >>>> can be implemented using Injector in Log4j Core. The general utility class >>>> for working with this provider is available as an internal (util3) class >>>> in LoggingSystem. Test fixture helper classes have also been updated to &

Re: Consuming our own BOM

2022-05-30 Thread Apache
It is implemented on master. Ralph > On May 30, 2022, at 2:27 AM, Volkan Yazıcı wrote: > > Mind somebody sharing the last state? Is it implemented, if so how and on > which branch(es)? Is it reverted? If so, totally or partially? > >> On Sun, May 29, 2022 at 9:53 AM Ralph Goers >> wrote: >>

Re: Considering porting DI to 2.x

2022-04-18 Thread Apache
Lol. Ok An app running in Java 11. That changes nothing. We can certainly make some incompatible changes but as we have previously discussed some of the things you removed will have to be reverted. Making Log4J 3 not backward compatible would be a disaster. Ralph > On Apr 18, 2022, at 5:07

Re: [ANNOUNCEMENT] Apache Commons Release Plugin Version 1.8.0

2022-04-02 Thread Apache
Wrong list Ralph > On Apr 2, 2022, at 5:08 AM, Gary Gregory wrote: > >  We just released our release tool, Apache Commons Release Plugin Version > 1.8.0: > An Apache Maven Mojo for Apache Commons Release tasks. > > Historical list of changes: > https://commons.a

Re: Should lookups be split out or otherwise disabled by default?

2022-01-14 Thread Apache
The answer is - it depends. Although we might consider using the properties proposal I made in master many of the lookups should default to being enabled or enabled under a condition. For example, the spring lookup only works when spring boot is present. It would be stupid for it not to be

Re: [logging-log4j2] branch release-2.x updated: [LOG4J2-3256] Reduce ignored package scope of KafkaAppender #640.

2021-12-26 Thread Apache
Please don’t forget to apply this to the master branch. Ralph > On Dec 26, 2021, at 6:31 AM, ggreg...@apache.org wrote: > > This is an automated email from the ASF dual-hosted git repository. > > ggregory pushed a commit to branch release-2.x > in repository

Re: [logging-log4j2] branch release-2.x updated: LOG4J2-3289: Fix log4j-to-slf4j re-interpolation of formatted message data

2021-12-26 Thread Apache
540e769d98c42d018fa1bc1b8 > Author: Carter Kozak > AuthorDate: Sat Dec 25 11:48:20 2021 -0500 > >LOG4J2-3289: Fix log4j-to-slf4j re-interpolation of formatted message data > --- > .../java/org/apache/logging/slf4j/SLF4JLogger.java | 28 ++ > .../java/org/apache/l

Re: Setting default branch to release-2.x on GitHub

2021-12-26 Thread Apache
Infra has a mailing list and a slack channel. Ralph > On Dec 26, 2021, at 6:00 AM, Carter Kozak wrote: > > I filed an infra ticket for this, but it hasn’t been picked up yet: > https://issues.apache.org/jira/browse/INFRA-22641 > Might be worth emailing someone? Otherwise they may be busy

Re: RELEASE-NOTES.md

2021-12-24 Thread Apache
I should have added that you should not delete it. Ralph > On Dec 24, 2021, at 7:00 AM, Apache wrote: > > The release notes file is generated for every release. > > Ralph > >> On Dec 24, 2021, at 6:20 AM, Volkan Yazıcı wrote: >> >> Is this file still r

Re: RELEASE-NOTES.md

2021-12-24 Thread Apache
of `changes.xml`? > > -- Forwarded message - > From: Kristjan Esperanto > Date: Sun, Dec 19, 2021 at 12:08 PM > Subject: [apache/logging-log4j2] Add Link to Release History (PR #642) > To: apache/logging-log4j2 > Cc: Subscribed > > > It's a

Re: Log4J 1.x progress, pull request(s), plans

2021-12-23 Thread Apache
gt; wrote: >> >>> >>> On Thu, Dec 23, 2021, at 14:05, Gary Gregory wrote: >>>> One of the difficulties was likely related to building the Windows DLLs >>>> for >>>> using the Windows Event Log Appender ( >>>> >>> >> htt

Re: New Log4j 1 repo

2021-12-23 Thread Apache
es harder by requesting Java >> 1.6 >> looks like an overkill. >> >> I think there's no way to install Java 1.6 on modern macOS. > > Correct. I would suggest Docker, if there is a way to install it there. > > Here is some more installation instructions: > h

Re: New Log4j 1 repo

2021-12-23 Thread Apache
tch the branch name of our other repos? > > Gary > >> On Thu, Dec 23, 2021 at 1:34 AM Ralph Goers >> wrote: >> >> I have cloned the read-only log4j repo to >> https://github.com/apache/logging-log4j1. >> >> I have followed the build instr

Re: New Log4j 1 repo

2021-12-23 Thread Apache
Thanks Leo. I was using Java 8 with maven 3 in a Linux VM. I don’t think maven 3 runs on Java 6. Ralph > On Dec 23, 2021, at 5:11 AM, Leo Simons wrote: > > On Thu, 23 Dec 2021 at 12:39, Ralph Goers > wrote: > >> It is still the middle of the night for me so I won’t do anything for >>

Re: New Log4j 1 repo

2021-12-23 Thread Apache
mir Sitnikov > wrote: > > Leo>Instead of or in addition to some of those fixes > > I would suggest the following (in case you wonder, I might volunteer to do > ALL of that, so don't assume I just sit and tell others how things should > be done): > 1. Use the existing

Re: New Log4j 1 repo

2021-12-22 Thread Apache
https://github.com/apache/log4j was read-only. The new repo is not. Ralph > On Dec 22, 2021, at 11:34 PM, Ralph Goers wrote: > > I have cloned the read-only log4j repo to > https://github.com/apache/logging-log4j1. > > I have followed the build instructions and had to

Re: changes.xml

2021-12-08 Thread Apache
ires knowing now the changes plugin passes data to Doxia and what >> Doxia is going to do to >> render it. If you look at >> https://github.com/apache/maven-changes-plugin/blob/master/src/main/java/org/apache/maven/plugins/changes/ChangesReportGenerator.java >> in the cons

Re: How to inject a dependency into a custom filter.

2021-10-21 Thread Apache
am trying to > finish up some work on > Apache Flume so it can get a new release and I need to do some other work > here as we > are overdue for a release. > > Ralph > >> On Oct 21, 2021, at 11:28 AM, Adwait Kumar Singh >> wrote: >> >> The problem I

Re: How to inject a dependency into a custom filter.

2021-10-21 Thread Apache
It sounds to me like you want to create a new type of plugin similar to PatternConerters. I am curious as to what your filter does. Is it something that would be useful to others so that we would be interested in including it? Ralph > On Oct 21, 2021, at 6:07 AM, Adwait Kumar Singh > wrote:

Re: Setting up gh-pages (Was: Continuous performance test bed using GitHub Actions)

2021-10-19 Thread Apache
:14 AM, Volkan Yazıcı wrote: > > In its current state, all Logging Services projects (log4j, log4jcxx, > log4net, etc.) dump their websites to a single repository: > https://github.com/apache/logging-log4j-site If I need to publish > continuous benchmark results of logging-log4j2

Re: Setting up gh-pages (Was: Continuous performance test bed using GitHub Actions)

2021-10-18 Thread Apache
RA/GitHub+Pages >>>>>>> >>>>>>> On Fri, Oct 15, 2021 at 6:35 PM Ralph Goers >>>>>>> wrote: >>>>>>> >>>>>>>> I don’t really understand this. When I was migrating the web site from >>

Re: maven-shaded-log4j-transformer

2021-10-15 Thread Apache
l-lists.html>. >> For instance, the module name, transformer name, documentation changes, >> etc. >> This will give others an opportunity to share their feedback and remarks. >> Then simply create a JIRA <https://issues.apache.org/jira/projects/LOG4J2> >> tick

Re: broken Log4j2Plugins.dat in the shaded benchmarks.jar of log4j-perf

2021-10-13 Thread Apache
We could include it in Log4J. Does master work out of the box? Ralph > On Oct 13, 2021, at 12:23 AM, Volkan Yazıcı wrote: > >  > I have done something really nasty in the release-2.x branch to fix > benchmarks.jar generated by log4j-perf. Since a picture is worth a thousand > words, I am

Re: Json Template Layout event delimiter

2021-09-13 Thread Apache
I don’t think anyone passing an escape sequence expects it to show up as a string. So I would be good with your proposed solution. That method should be part of core so we can modify all Layouts to use it. Ralph > On Sep 13, 2021, at 12:29 AM, Volkan Yazıcı wrote: > > I had addressed this

Re: Log4Go

2021-07-09 Thread Apache
. not a git repo. >> And I guess I can help with all the getting started, once we've decided >> on a plan. >> >> Chris >> >>> On 07.07.21 09:52, Davyd McColl wrote: >>> Hi Ralph >>> >>> I can't create a repo under the apache o

Re: Log levels on a schedule

2021-05-03 Thread Apache
That would be exactly right. I would create a TimeFilter that is very much like the DynamicThresholdFilter but instead of using an MDC key it woul use a time frame. This would be interesting as it could be implemented to either check the time in the event for every request or it could create

Re: Running "master" tests in IntelliJ IDEA after Java 11 upgrade

2021-04-07 Thread Apache
:14 PM, Volkan Yazıcı >> wrote: >>>> >>>> As subject hints, I am not able to run tests in IDEA anymore after Java >> 11 >>>> upgrade. I have deleted all IDEA related files and issued a clean Maven >>>> build: >>>> >>&g

Re: [logging-pipelines] branch master updated: Use Java 11 for master branch

2021-04-06 Thread Apache
Can we not require a Jenkinsfile in each project that sets properties to control the behavior? Ralph > On Apr 6, 2021, at 6:45 AM, Matt Sicker wrote: > > Oops, good point. I need to make the version selection a little more > sophisticated. Probably a branch or something for the shared lib. >

Re: Switching Spring Boot from Logback to Log4j

2021-04-06 Thread Apache
Yes, I saw the update when I woke up in the middle of the night. We use Spring a lot at Nextiva so making the two interoperate nicely is important to me. Ralph > On Apr 6, 2021, at 6:23 AM, Volkan Yazıcı wrote: > > For those who don't know yet, Spring Boot considers switching from Logback >

Re: Review request: LOG4J2-3004 JsonTemplateLayout plugin support

2021-04-03 Thread Apache
Yazıcı >> wrote: >>> >>> Hello, >>> >>> I have created a GitHub PR (#476) >>> <https://github.com/apache/logging-log4j2/pull/476> addressing >> LOG4J2-3004 >>> JsonTemplateLayout plugin support >>> <https://issue

Re: Please do not commit to log4j2 master - but review this PR.

2021-04-01 Thread Apache
ava allocation >> instrumenter wasn’t working and it had to be upgraded too. >>> >>> Ralph >>> >>>> On Mar 29, 2021, at 3:51 PM, Matt Sicker wrote: >>>> >>>> I’ll make sure to look more closely at it this week. Nice work on >

Re: Another JsonTemplateLayout question on StackOverflow....

2021-03-31 Thread Apache
I just go periodically and search for “Log4j2” newest. Ralph > On Mar 31, 2021, at 4:32 AM, Volkan Yazıcı wrote: > > Thanks! Replied. > > Ralph, how do you track SO questions? I am watching log4j and log4j2 tags, > though I don't see any notifications. In particular, I was expecting to get

Re: unable to build from source

2020-12-09 Thread Apache
I'm not failing the same thing anymore. >> > >> > But I'm still getting errors, this time it is failing some unit tests from >> > the surefire plugin. I tried to fix it but I couldn't. >> > >> > >> > >> > From reading some >> > <https:

Re: Tidying up JIRA after 2.14.0 release

2020-11-13 Thread Apache
I will take care of 1 & 2 and will check your Jira permissions. The next release will be 2.14.1 unless new enhancements are added. Our general policy has been to mark issues resolved and ask users to close them when they verify the fix. It would be nice if Jira would automatically close them

Re: Log4j 2.14.0 release status

2020-11-01 Thread Apache
:08 AM, Gary Gregory wrote: > > Very odd indeed, the public (non-snapshot) repository is full of snapshots: > > https://repository.apache.org/content/groups/public/org/apache/logging/log4j/log4j-core/ > > Gary > >> On Sun, Nov 1, 2020, 00:51 Ralph Goers wrote

Re: [VOTE] [log4net] Release 2.0.11

2020-10-26 Thread Apache
>> On Sep 22, 2020, at 11:21 PM, Davyd McColl wrote: >> >> Thanks all; I've completed the release as far as I can (Ralph, please push >> the relevant artifacts from >> https://github.com/apache/logging-log4net/releases/tag/rel%2F2.0.11 the last >> mile) and push

Re: [log4cxx] Site / Documentation thoughts

2020-09-19 Thread Apache
en. You can >> always just run it from the command line although that requires installing >> JBake on your computer. > >> The documentation for log4cxx is already maintained in its own repo. I moved >> it a couple of weeks ago. It is now at >> https://github.com/apache/

Re: JsonTemplateLayout is ready to be shipped!

2020-09-11 Thread Apache
>> On Thu, Aug 27, 2020 at 3:55 PM Apache wrote: >> >> No, you are not expected to do anything else. While anyone can be the >> release manager, typically I have been doing them. They take a fair amount >> of time so I typically start them on a weekend when I have enou

Re: [log4net] cleaning up JIRA

2020-09-10 Thread Apache
It is good that you are letting others know your plans. As the only formal Log4Net committer you are free to do whatever works for you. Hopefully that won’t remain the case forever. Ralph > On Sep 10, 2020, at 2:17 AM, Davyd McColl wrote: > > Hi all > > I'd like to start (at some point)

Re: [VOTE] [log4net] Release log4net 2.0.10

2020-09-10 Thread Apache
f these changes are >> required to resolve issues for netstandard2.0 users who have upgraded to >> 2.0.9. Community member NicholasNoise put in a lot of work on this. >> >> If it helps, the original PR is here: >> https://github.com/apache/logging-log4net/pull/63 -- i

Re: [VOTE] Release Log4Net 2.0.9

2020-09-02 Thread Apache
t of >>>> developers happy. :D >>>> >>>> On Mon, Aug 24, 2020 at 01:40 Davyd McColl wrote: >>>> >>>>> Ok, log4net 2.0.9 is up on nuget.org (: >>>>> >>>>> >>>>> >>>>> Thanks for all the help (:

Re: A little stuck with publishing updated site / docs for log4net 2.0.9

2020-08-28 Thread Apache
I will take care of the main logging site. It currently uses the ASF CMS but we have to get off of it so there isn’t much point in you having to learn how to deal with it. Ralph > On Aug 28, 2020, at 12:26 AM, Davyd McColl wrote: > > Hi all > > I've been trying to update content for

Re: JsonTemplateLayout is ready to be shipped!

2020-08-27 Thread Apache
No, you are not expected to do anything else. While anyone can be the release manager, typically I have been doing them. They take a fair amount of time so I typically start them on a weekend when I have enough time. Ralph > On Aug 27, 2020, at 6:14 AM, Volkan Yazıcı wrote: > > Would

Re: Log4net: 2.0.9 release notes missing

2020-08-24 Thread Apache
I do not believe the site has been updated to reflect the release. I looked into it but couldn’t figure out how to build the site. Ralph > On Aug 24, 2020, at 6:38 AM, Dominik Psenner wrote: > > Hi > > People noticed that the release notes of 2.0.9 are missing while they > should be

Re: [VOTE] Release Log4Net 2.0.9

2020-08-23 Thread Apache
re stored in the private >>> repos of >>> >> >> logging >>> >> >> >>>>> pmc. Most members of the pmc should be in the set of recipients >>> >> with >>> >> >> their >>> >> >&g

Re: Literals in Velocity Templates

2020-08-20 Thread Apache
Don’t convert whole files. You only need to convert where there is an existing document that is xdoc that needs to be updated. Ralph > On Aug 19, 2020, at 11:53 PM, Volkan Yazıcı wrote: > > Hello, > > I have started cherry-picking JsonTemplateLayout from master into > release-2.x. There I

Build failed in Jenkins: logging-log4net » PR-54 #5

2020-07-29 Thread Apache Jenkins Server
ub.com/apache/logging-log4net.git > git init f:\jenkins\jenkins-slave\workspace\logging-log4net_PR-54 # > timeout=10 Fetching upstream changes from https://github.com/apache/logging-log4net.git > git --version # timeout=10 using GIT_ASKPASS to set credentials dpsenner at github > g

Re: Testing Json Template Layout

2020-07-22 Thread Apache
Yes, please do. Ralph > On Jul 22, 2020, at 6:22 AM, Volkan Yazıcı wrote: > > Ralph, I am fine with the current state of the plugin. I don't intend to > have further improvements in the short-term regarding KeyValuePair > enhancements and/or escape character handling. If you are okay with it,

Build failed in Jenkins: logging-log4net » PR-61 #1

2020-07-13 Thread Apache Jenkins Server
ub.com/apache/logging-log4net.git > git init f:\jenkins\jenkins-slave\workspace\logging-log4net_PR-61 # > timeout=10 Fetching upstream changes from https://github.com/apache/logging-log4net.git > git --version # timeout=10 using GIT_ASKPASS to set credentials dpsenner at github > g

Build failed in Jenkins: logging-log4net » PR-54 #4

2020-07-10 Thread Apache Jenkins Server
ub.com/apache/logging-log4net.git > git init f:\jenkins\jenkins-slave\workspace\logging-log4net_PR-54 # > timeout=10 Fetching upstream changes from https://github.com/apache/logging-log4net.git > git --version # timeout=10 using GIT_ASKPASS to set credentials dpsenner at github > g

Build failed in Jenkins: logging-log4net » PR-24 #3

2020-05-26 Thread Apache Jenkins Server
loning with configured refspecs honoured and without tags Cloning repository https://github.com/apache/logging-log4net.git > git init f:\jenkins\jenkins-slave\workspace\logging-log4net_PR-24 # > timeout=10 Fetching upstream changes from https://github.com/apache/logging-log4net.git > git --versi

Build failed in Jenkins: logging-log4net » PR-51 #8

2020-05-26 Thread Apache Jenkins Server
loning with configured refspecs honoured and without tags Cloning repository https://github.com/apache/logging-log4net.git > git init f:\jenkins\jenkins-slave\workspace\logging-log4net_PR-51 # > timeout=10 Fetching upstream changes from https://github.com/apache/logging-log4net.git > git --versi

Build failed in Jenkins: logging-log4net » PR-43 #3

2020-05-26 Thread Apache Jenkins Server
sitory Fetching without tags > git rev-parse --is-inside-work-tree # timeout=10 > git config remote.origin.url https://github.com/apache/logging-log4net.git # > timeout=10 Fetching upstream changes from https://github.com/apache/logging-log4net.git > git --version # timeout=10 using

Build failed in Jenkins: logging-log4net » PR-56 #3

2020-05-26 Thread Apache Jenkins Server
sitory Fetching without tags > git rev-parse --is-inside-work-tree # timeout=10 > git config remote.origin.url https://github.com/apache/logging-log4net.git # > timeout=10 Fetching upstream changes from https://github.com/apache/logging-log4net.git > git --version # timeout=10 using

Build failed in Jenkins: logging-log4net » PR-53 #3

2020-05-26 Thread Apache Jenkins Server
sitory Fetching without tags > git rev-parse --is-inside-work-tree # timeout=10 > git config remote.origin.url https://github.com/apache/logging-log4net.git # > timeout=10 Fetching upstream changes from https://github.com/apache/logging-log4net.git > git --version # timeout=10 using

Build failed in Jenkins: logging-log4net » PR-59 #3

2020-05-26 Thread Apache Jenkins Server
loning with configured refspecs honoured and without tags Cloning repository https://github.com/apache/logging-log4net.git > git init f:\jenkins\jenkins-slave\workspace\logging-log4net_PR-59 # > timeout=10 Fetching upstream changes from https://github.com/apache/logging-log4net.git > git --versi

Build failed in Jenkins: logging-log4net » PR-54 #3

2020-05-26 Thread Apache Jenkins Server
loning with configured refspecs honoured and without tags Cloning repository https://github.com/apache/logging-log4net.git > git init f:\jenkins\jenkins-slave\workspace\logging-log4net_PR-54 # > timeout=10 Fetching upstream changes from https://github.com/apache/logging-log4net.git > git --versi

Build failed in Jenkins: logging-log4net » PR-60 #1

2020-05-25 Thread Apache Jenkins Server
ub.com/apache/logging-log4net.git > git init f:\jenkins\jenkins-slave\workspace\logging-log4net_PR-60 # > timeout=10 Fetching upstream changes from https://github.com/apache/logging-log4net.git > git --version # timeout=10 using GIT_ASKPASS to set credentials dpsenner at github > g

Re: Json Template Layout

2020-05-22 Thread Apache
Feel free to merge it. I will test it there when I can. Ralph > On May 22, 2020, at 4:50 AM, Volkan Yazıcı wrote: > > Hey Ralph, > > Here is my status update: > > -~- Benchmarks -~- > > I have removed the benchmarks results. It takes ~8h for a complete run > and I don't want to repeat

Build failed in Jenkins: logging-log4net » PR-59 #2

2020-05-18 Thread Apache Jenkins Server
10 > git config remote.origin.url https://github.com/apache/logging-log4net.git # > timeout=10 Fetching upstream changes from https://github.com/apache/logging-log4net.git > git --version # timeout=10 using GIT_ASKPASS to set credentials dpsenner at github > git fetch --no-tags --

Build failed in Jenkins: logging-log4net » PR-59 #1

2020-05-16 Thread Apache Jenkins Server
ub.com/apache/logging-log4net.git > git init f:\jenkins\jenkins-slave\workspace\logging-log4net_PR-59 # > timeout=10 Fetching upstream changes from https://github.com/apache/logging-log4net.git > git --version # timeout=10 using GIT_ASKPASS to set credentials dpsenner at github > g

Re: log4net: resurrection

2020-04-07 Thread Apache
g and publishing under a >>> different package name is probably the best idea. There are, as noted >>> before, 34 stagnated pull requests currently at GitHub, many of which >>> haven't seen any attention since 2018. It would seem to be a fool's errand >>> to open a 3

Re: log4net: resurrection

2020-04-06 Thread Apache
ed via > TFS and MSTest). > > Having said that, it sounds like Mr McColl has a strong interest in keeping > it alive, and I'd be happy to offer assistance in any way he finds > beneficial. > > Thanks. > >> On Mon, Apr 6, 2020 at 12:50 AM Apache wrote: >> >> No

Re: log4net: resurrection

2020-04-06 Thread Apache
No one is ever happy moving a project to dormant status. But it is unfair to users to let them think the project is being maintained when the reality is quite different than that. The main issue that needs to be overcome is getting a release out. The ASF has some requirements around releases

Build failed in Jenkins: logging-log4net » PR-54 #2

2020-04-04 Thread Apache Jenkins Server
ub.com/apache/logging-log4net.git > git init f:\jenkins\jenkins-slave\workspace\logging-log4net_PR-54 # > timeout=10 Fetching upstream changes from https://github.com/apache/logging-log4net.git > git --version # timeout=10 using GIT_ASKPASS to set credentials dpsenner at github > g

Build failed in Jenkins: logging-log4net » PR-43 #2

2020-04-04 Thread Apache Jenkins Server
ub.com/apache/logging-log4net.git > git init f:\jenkins\jenkins-slave\workspace\logging-log4net_PR-43 # > timeout=10 Fetching upstream changes from https://github.com/apache/logging-log4net.git > git --version # timeout=10 using GIT_ASKPASS to set credentials dpsenner at github > g

Build failed in Jenkins: logging-log4net » PR-53 #2

2020-04-04 Thread Apache Jenkins Server
ub.com/apache/logging-log4net.git > git init f:\jenkins\jenkins-slave\workspace\logging-log4net_PR-53 # > timeout=10 Fetching upstream changes from https://github.com/apache/logging-log4net.git > git --version # timeout=10 using GIT_ASKPASS to set credentials dpsenner at github > g

Build failed in Jenkins: logging-log4net » PR-51 #7

2020-04-04 Thread Apache Jenkins Server
ub.com/apache/logging-log4net.git > git init f:\jenkins\jenkins-slave\workspace\logging-log4net_PR-51 # > timeout=10 Fetching upstream changes from https://github.com/apache/logging-log4net.git > git --version # timeout=10 using GIT_ASKPASS to set credentials dpsenner at github > g

Build failed in Jenkins: logging-log4net » PR-24 #2

2020-04-04 Thread Apache Jenkins Server
ub.com/apache/logging-log4net.git > git init f:\jenkins\jenkins-slave\workspace\logging-log4net_PR-24 # > timeout=10 Fetching upstream changes from https://github.com/apache/logging-log4net.git > git --version # timeout=10 using GIT_ASKPASS to set credentials dpsenner at github > g

Build failed in Jenkins: logging-log4net » PR-56 #2

2020-04-04 Thread Apache Jenkins Server
ub.com/apache/logging-log4net.git > git init f:\jenkins\jenkins-slave\workspace\logging-log4net_PR-56 # > timeout=10 Fetching upstream changes from https://github.com/apache/logging-log4net.git > git --version # timeout=10 using GIT_ASKPASS to set credentials dpsenner at github > g

Build failed in Jenkins: logging-log4net » PR-57 #2

2020-04-04 Thread Apache Jenkins Server
ub.com/apache/logging-log4net.git > git init f:\jenkins\jenkins-slave\workspace\logging-log4net_PR-57 # > timeout=10 Fetching upstream changes from https://github.com/apache/logging-log4net.git > git --version # timeout=10 using GIT_ASKPASS to set credentials dpsenner at github > g

Build failed in Jenkins: logging-log4net » PR-57 #1

2020-03-17 Thread Apache Jenkins Server
loning with configured refspecs honoured and without tags Cloning repository https://github.com/apache/logging-log4net.git > git init f:\jenkins\jenkins-slave\workspace\logging-log4net_PR-57 # > timeout=10 Fetching upstream changes from https://github.com/apache/logging-log4net.git > git --versi

Re: TimeFilterTest

2020-03-09 Thread Apache
I started testing this. It doesn’t handle daylight savings at all and some of the tests make no sense. I’m rewriting it using java.time and implementing better tests. Ralph > On Mar 8, 2020, at 11:19 AM, Ralph Goers wrote: > > Is anyone else having problems with TimeFilterTest in core

Re: Modularization

2020-03-08 Thread Apache
Rats. Substitute “no plans” with “only plans”. Ralph > On Mar 8, 2020, at 6:31 AM, Apache wrote: > > I have no plans to do this in master. One of the main goals of 3.0 is to be > fully modularized. This is just one part of that. > > Ralph > >> On Mar 8, 202

Re: Modularization

2020-03-08 Thread Apache
I have no plans to do this in master. One of the main goals of 3.0 is to be fully modularized. This is just one part of that. Ralph > On Mar 8, 2020, at 5:26 AM, Gary Gregory wrote: > > Is this worthy doing in 2.0? In 3 we can do whatever we want IMO. > > Gary > >> On Sat, Mar 7, 2020,

  1   2   3   4   5   6   7   8   9   10   >