I'm looking for an answer on this and can't find one either negatively or positively.
If we get an instance of ResourceResolver through sling models injection, who is responsible for closing that resource resolver. Do we have to close it, or does the sling model framework own the resource resolver and handle this for us?
In short are we controlling the resource resolver's lifecycle or Sling Models?
I ask as no Sling Model code example I've found closes the resource resolver, and no article seems to even mention this.
Thanks in advance.