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 687e7af5ac93ef04b67fb827d3196f1d1392a4e0 Merge: cce8944bc f1b7993da Author: Nikita Timofeev <[email protected]> AuthorDate: Fri Dec 30 11:30:29 2022 +0300 Merge remote-tracking branch 'parent/pr/511' into asf-master # Conflicts: # RELEASE-NOTES.txt RELEASE-NOTES.txt | 1 + .../cayenne/access/DataDomainQueryAction.java | 3 +- .../cayenne/util/ObjectContextQueryAction.java | 8 +++-- .../org/apache/cayenne/cache/QueryCacheIT.java | 39 ++++++++++++++++++++++ 4 files changed, 48 insertions(+), 3 deletions(-) diff --cc RELEASE-NOTES.txt index 405d24a19,9cf775689..01f064d06 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@@ -38,12 -20,4 +38,13 @@@ CAY-2788 DbImport: Add fallback option Bug Fixes: +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 +CAY-2762 Modeler: Difference in toolbars colors on OSX +CAY-2763 Split expressions do not work with flattened relationships +CAY-2764 Split expressions do not work with DB relationships +CAY-2765 dbimport: check excluded catalogs and schemas for the SQLServer +CAY-2774 Overriding service ordering in DI List causes DIRuntimeException +CAY-2782 Modeler: save button becomes active on DataMap comment field focus +CAY-2783 DbEntity to ObjEntity synchronization should check mandatory flag for primitive java types
