Re: Cayenne 3.0.2 artifacts 😅

2023-08-26 Thread giulio.ces...@gmail.com
Thanks Mike for the great suggestions! Giulio Cesare On Sat, Aug 26, 2023 at 1:10 PM Mike Kienenberger wrote: > Oh, that's not so old. I'm actively maintaining an app using Cayenne 1.2 > (modified, so it's pretty difficult to upgrade). > > And foundrylogic.vpp:vpp:jar:2.2.1 is available, just

Re: Cayenne 3.0.2 artifacts 😅

2023-08-26 Thread Mike Kienenberger
Oh, that's not so old. I'm actively maintaining an app using Cayenne 1.2 (modified, so it's pretty difficult to upgrade). And foundrylogic.vpp:vpp:jar:2.2.1 is available, just not in maven central. https://mvnrepository.com/artifact/foundrylogic.vpp/vpp/2.2.1 Also, if you don't want to use Spri

Re: Cayenne 3.0.2 artifacts 😅

2023-08-26 Thread giulio.ces...@gmail.com
I may have been able to patch the issue; the actual dependency missing was `foundrylogic.vpp:vpp:jar:2.2.1` (transitive dependency of the plugin module) and I was able to retrieve a copy from a MacBook Pro from 2008 still running around the house and put it directly into Maven cache folder (.m2).