Re: MongoDB in Log4j 2 3.0

2019-06-05 Thread Gary Gregory
On Mon, Jun 3, 2019 at 10:52 AM Ralph Goers wrote: > OK…. > > > https://docs.mongodb.com/ecosystem/drivers/driver-compatibility-reference/#java-driver-compatibility > < > https://docs.mongodb.com/ecosystem/drivers/driver-compatibility-reference/#java-driver-compatibility> > says the 2.x driver 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: 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

Re: MongoDB in Log4j 2 3.0

2019-06-02 Thread Ralph Goers
I believe support for Mongo was added by Gary so I am expecting he might have more input into this. Ralph > On Jun 2, 2019, at 3:17 PM, Matt Sicker wrote: > > I haven't kept up with MongoDB in quite some time (I'm more interested > in tech like Cassandra or Postgres), so I wouldn't be able to

Re: MongoDB in Log4j 2 3.0

2019-06-02 Thread Matt Sicker
I haven't kept up with MongoDB in quite some time (I'm more interested in tech like Cassandra or Postgres), so I wouldn't be able to say there. If it's anything like other databases, it might work to simply use the oldest compatible driver that supports the necessary features. On Sun, 2 Jun 2019 a

MongoDB in Log4j 2 3.0

2019-06-02 Thread Ralph Goers
Looking at the MongoDB web site I see release 4 and release 3. We have support for release 2 and 3. Do we really need support for version 2 in the 3.0 branch? Is anything special required to support MongoDB 4? Ralph