Mongodb – How to upgrade this code to latest Mongo Java driver?
I am working on this legacy application (7 years old). I have many methods that do the same thing that I am trying to upgrade to a newer MongoDB Java driver, but it won't compile. @Override public void saveOrUpdatePrinter(Document printer)…