Hello all,We encountered a minor problem with the Sling ResourceResolver. There is a small util method that should close the resolver, taking it as an argument. Inside the method, we check the resolver for null and resolver.isLive () and if everything is ok we call resolver.close().And the problem i...