@EventListener
public void onJournalEntryChanged(EntityChangedEvent< JournalEntry > event) { … }
I get the modified object from this event and modify it and update it again via dataManager.save(). But it will return to this event and become a loop. Is there a way to make this happen only once?