After upgrading from Grails 2.2.4 to 2.3.8 I\'m getting
java.lang.AbstractMethodError: grails.orm.HibernateCriteriaBuilder.or(Lgroovy/la
Rather than downgrade mongodb try and upgrade the version of hibernate
you are using to the latest version to make sure the 2 project’s dependencies are in sync
I found the problem.
when I downdraded mongo-db plugin from
compile ':mongodb:3.0.1'
to
compile ':mongodb:3.0.0'
it worked like charm again.