Hello there. I have 2 questions: 1. I need to upg...
# questions
u
Hello there. I have 2 questions: 1. I need to upgrade my Java driver to be able to upgrade from Mongo 4.4 to 5. This is because Mongo 5 requires at minimum a Java sync driver of 4.3. To do this, The GORM for MongoDB docs state I need GORM 7.1 (currently at 7.0) to get this driver, yet it also requires Graild 5 (I am at grails 4) - are there any other options to avoid a grails 5 update 2. I am trying to run .findAll() or findAllBy.. or find by… or find() and every time running into the error. It happened this week but in the prior week nothing happens and my dependencies never changes. The error message is: no signature of method org.grails. Data store.mapping.mongo.engine.codecs.persistententitycodec$_readingCompmete_closure1.doCall() is applicable for argument types org.hibernate.internal.sessionImpl I am using Grails 4.0.0, GORM 7.0.2 RELEASE And org.grails.plugins.mongodb 7.0.0