We have problems with spring dev tools and quartz deserialize custom objects. Spring boot dev tools is using different class loader than Quartz. I need to pass a DomainGroupView because of delete action. Unfortunately, this could not work with Spring Dev tools. We need to decide if we need Spring Dev tools (useful for sure). Otherwise, I need to try implement a custom deserialize.
Does any test for DomainGroup crud actions exists? Should I create a new one including webhook check?