FWIW, I was about to suggest removing "cayenne-jgroups" from Cayenne 5.0 as an old and unreliable piece of software we don't want to support :)
As far as the Modeler goes it should not depend on JGroups at all. All the events in the Modeler are in-process and can be passed around within the JVM. Andrus > On Dec 19, 2021, at 6:35 PM, Michael Gentry <blackn...@gmail.com> wrote: > > While getting the JavaFX modeler running again, I was having issues with > JGroups classes/interfaces not being found/defined, so I added version 5.x > to the POM and it didn't work. Then 4.x and it didn't work. Then 3.x and it > didn't work. Then 2.x and it finally worked. > > Does Cayenne only work with JGroups 2.x? * > > Thanks, > > mrg > > * I used 2.12.3.Final here...