jetty / jetty.project

Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
https://eclipse.dev/jetty
Other
3.82k stars 1.91k forks source link

Change jetty-nosql MongoDB dependency from unmaintained mongo-java-driver to mongodb-driver-sync #11322

Closed jchernin4 closed 1 week ago

jchernin4 commented 7 months ago

Jetty version(s) 12

Enhancement Description

Jetty is currently using mongo-java-driver to manage it's sessions, but this is no longer maintained by MongoDB. It was moved to mongodb-driver-sync, which is the most up-to-date.

joakime commented 7 months ago

If that happens, it will only happen on Jetty 12.

olamy commented 4 months ago

pr #11681

olamy commented 4 months ago

@jchernin4 feel free to test the linked PR