This is an automated email from the ASF dual-hosted git repository. ntimofeev pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cayenne.git
commit a750838b7a569d63928f6eaf5dc999cc34688892 Author: Nikita Timofeev <stari...@gmail.com> AuthorDate: Mon Jan 22 17:48:20 2024 +0400 Add missing entries in RELEASE-NOTES.txt --- RELEASE-NOTES.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index a6cafe61a..28b4852fc 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -19,6 +19,8 @@ CAY-2715 Support ANY and ALL expressions for subqueries CAY-2737 Cayenne 5.0: cleanup deprecated code CAY-2741 Cleanup TransactionDescriptor and deprecate DefaultTransactionDescriptor CAY-2742 Switch minimum required Java version to 11 +CAY-2744 Remove ROP support +CAY-2746 Cleanup root pom.xml CAY-2747 Update project XML version to 11 CAY-2751 Simplify DataNode configuration CAY-2752 Rename queryTemplate to dataMapTemplate in the cgen config @@ -26,6 +28,8 @@ CAY-2753 Remove VPP support in the ant task CAY-2754 Add SELF property to the cgen templates CAY-2756 Modeler: simplify cgen UI CAY-2757 Modeler: Create custom templates from defaults +CAY-2758 Refactoring code for a extended TemplateType class +CAY-2759 Add utility methods to the SELF property CAY-2760 ObjectContext.userProperties need a way to clear properties CAY-2761 Modeler: Editor for the cgen templates CAY-2766 Modeler: Improving the work with velocity templates for class generation @@ -59,6 +63,7 @@ CAY-2834 v11 upgrade handler should update XMLPoolingDataSourceFactory package Bug Fixes: +CAY-2552 ColumnQuery with flattened attributes bug CAY-2732 Exception when creating ObjEntity from a DbEntity CAY-2748 Mutating the list returned from the local query cache changes the cache CAY-2755 Modeler: Entities are not sorted by name in the class generation view