+1 as far as the release assembly goes. I'm indifferent about waiting for another fix.
1) verified checksums 2) verified signatures 3) verified archives are basically identical between platforms (there are some jquery differences) 4) RAT indicates no unlicensed files 5) compiled from source 6) unit tests ran successfully 7) Platform-agnostic modeler launches on macOS However, building from source (with Java 21) required me to make a couple changes to work with gradle 8.5, which was what it chose to use automatically. 1) change "cayenne-gradle-plugin/build.gradle" lines 78 and 83 from "classifier" to "archiveClassifier". classifier stopped working with gradle 8.0. 2) comment out the assert in "cayenne-gradle-plugin/src/test/java/org/apache/cayenne/tools/GradlePluginIT.java" line 87 in test "testGradleVersionsCompatibility" This is in addition to manually copying in the gradle wrapper. I believe due to these gradle issues you *can't* actually build cayenne successfully by following the instructions on the web site: https://cayenne.apache.org/dev/building-cayenne.html It would be nice if you could. 😀 On Thu, May 30, 2024 at 8:25 AM Andrus Adamchik <aadamc...@gmail.com> wrote: > > I think we still could keep this voting going, in case there are more > problems :) > > You mean wait if someone else drops a -1 :) > > > > On May 30, 2024, at 9:24 AM, Nikita Timofeev <ntimof...@objectstyle.com> > wrote: > > > > Hi Jurgen, thanks for heads up. I think we still could keep this voting > > going, in case there are more problems :) > > > > On Thu, May 30, 2024, 16:21 Jurgen Doll <jur...@ivoryemr.co.za> wrote: > > > >> Hi Nikita > >> > >> My vote is no, as I've still got another bug that I want to submit and > >> fix > >> next week. > >> > >> Regards > >> Jurgen > >> > >> > >> On Thu, 30 May 2024 14:09:29 +0200, Nikita Timofeev > >> <ntimof...@objectstyle.com> wrote: > >> > >>> Hi all, > >>> > >>> Here is a maintenance release 4.2.1, it fixes several issues, some are > >>> pretty serious. > >>> > >>> Release notes: > >>> https://github.com/apache/cayenne/blob/4.2.1/RELEASE-NOTES.txt > >>> Maven repo: > >>> > >> > https://repository.apache.org/content/repositories/orgapachecayenne-1053/ > >>> Assemblies: https://dist.apache.org/repos/dist/dev/cayenne/4.2.1/ > >>> <https://dist.apache.org/repos/dist/dev/cayenne/4.0.3/> > >>> > >>> Please evaluate and cast your votes > >> > >