We have run into an issue with one of our major integrations that runs
every two hours. The system updates nodes with new images when needed.
Unfortunately, the renditions get out of sync as this update does not
trigger rendition updates. What is the best way to modify this method to
trigger the renditions to update? private Node uploadImageToDam(Session
session, String imageUrl, Node node, String imagePath) throws
URISyntaxException, IOException, RepositoryException { Node imageNode =
getNode(s...