[ANN] Release 4.2.1

Andrus Adamchik <[email protected]> Sat, 29 Jun 2024 08:22:15 -0400
Newsgroups gmane.comp.java.cayenne.user
Message-ID <[email protected]>
Happy to announce the recent maintenance release of Cayenne 4.2.1. It primarily about bug fixes: expressions, vertical inheritance, etc. Full release notes:

Changes/New Features:

CAY-2849 Switch documentation to `hugo-asciidoctorj-extension`
CAY-2852 Update velocity-engine-core dependency
CAY-2856 Upgrade Gradle to 8.8
CAY-2857 Java 22 support

Bug Fixes:

CAY-2806 Incorrect processing of unicode escape syntax in JSON
CAY-2809 Cayenne Expression grammar doesn't allow custom function as an argument for string functions
CAY-2810 Can't use custom operator expression with aggregate functions
CAY-2813 Regression: Constants.CI_PROPERTY flag is no longer working for MySQL
CAY-2815 Incorrect translation of aliased expression
CAY-2838 Vertical Inheritance: Problem setting db attribute to null via flattened path
CAY-2840 Vertical Inheritance: Missing subclass attributes with joint prefetch
CAY-2841 Multi column ColumnSelect with SHARED_CACHE fails after 1st select
CAY-2844 Joint prefetch doesn't use ObjEntity qualifier
CAY-2848 Vertical Inheritance: Updating one-to-many with inverse nullifies other columns
CAY-2850 Query using Clob comparison with empty String fails
CAY-2851 Replace Existing OneToOne From New Object
CAY-2853 Incorrect deletion of entities from flattened attributes

Andrus