Hi All, Today we had a production issue with multiple null pointer exceptions in our sling models. Multiple fields with @Inject annotations were just not getting injected even though they were not declared optional. Some of these field were content properties and some common sling objects like resource resolver. The issue fixed itself after deleting all application bundles, redeploying them, and then restarting and refreshing sling models bundles.
I am curious if anyone else has seeing this. Is this a known issue? Sling Models version is 1.1.0. Henry