Re: changes.xml in 3.0

2019-06-03 Thread Carter Kozak
I have been doing the same thing as Gary, I will prune out my duplicates shortly. -ck On Mon, Jun 3, 2019, at 10:55, Ralph Goers wrote: > Am I sure about what? Who cares when the branches diverged? If a fix or > feature was introduced prior to 3.0 then it shouldn’t be listed as something > int

Re: changes.xml in 3.0

2019-06-03 Thread Ralph Goers
Am I sure about what? Who cares when the branches diverged? If a fix or feature was introduced prior to 3.0 then it shouldn’t be listed as something introduced in 3.0. Changes.xml should reflect the version the fix or feature was first added. Please remove the duplicates from 3.0. Ralph > On

Re: MongoDB in Log4j 2 3.0

2019-06-03 Thread Ralph Goers
OK…. https://docs.mongodb.com/ecosystem/drivers/driver-compatibility-reference/#java-driver-compatibility says the 2.x driver only supports MongoDB 3.0 and partly supports MongoDB 3.2. https:

Re: MongoDB in Log4j 2 3.0

2019-06-03 Thread Gary Gregory
On Mon, Jun 3, 2019 at 9:18 AM Ralph Goers wrote: > I still don’t understand. According to > https://www.mongodb.com/blog/post/mongodb-2-6-end-of-life < > https://www.mongodb.com/blog/post/mongodb-2-6-end-of-life> MongoDB > reached end-of-life in 2016 and I can’t find the download for it on their

Re: MongoDB in Log4j 2 3.0

2019-06-03 Thread Ralph Goers
I still don’t understand. According to https://www.mongodb.com/blog/post/mongodb-2-6-end-of-life MongoDB reached end-of-life in 2016 and I can’t find the download for it on their web site. Why should Log4j 2 3.0 support that? Ralph >

Re: MongoDB in Log4j 2 3.0

2019-06-03 Thread Matt Sicker
Thanks for the context, Gary! On Mon, Jun 3, 2019 at 06:03, Gary Gregory wrote: > Indeed. I use Log4j with MongoDB at work. My goal in supporting MongoDB 2 > and 3 drivers was to allow to match our customer's MongoDB environment, > which we are not able to control in all cases. Note that there i

Re: changes.xml in 3.0

2019-06-03 Thread Gary Gregory
Are you sure? The reason I did it like this is to track changes from when the branches diverged. Gary On Sun, Jun 2, 2019 at 5:45 PM Ralph Goers wrote: > Gary, > > In looking at the changes.xml in 3.0 it looks like you are adding > notations to both the 2.x and 3.x releases. That doesn’t make a

Re: MongoDB in Log4j 2 3.0

2019-06-03 Thread Gary Gregory
Indeed. I use Log4j with MongoDB at work. My goal in supporting MongoDB 2 and 3 drivers was to allow to match our customer's MongoDB environment, which we are not able to control in all cases. Note that there is no Mongo 4 driver to match the server so I can only assume that the version 3 driver wo