Hey all, After upgrading to sling events 4.0, the EventUtil has disappeared. I have been using EventUtil.isLocal(event) throughout my codebase, and in the documentation of the deprecation it states that one should check if the property exists. Does this mean that it is enough to replace this everywhere by event.getProperty(“event.application”) == null?
Thanks Roy