This is an automated email from the ASF dual-hosted git repository. ntimofeev pushed a commit to branch STABLE-4.1 in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/STABLE-4.1 by this push: new 5531d3a CAY-2697 Read-only cgen template creates mutator methods for to-many relationships 5531d3a is described below commit 5531d3a9d8704ef8ad4a3a5cfc0c6ef488ca5f7b Author: Nikita Timofeev <stari...@gmail.com> AuthorDate: Tue Dec 14 16:51:35 2021 +0300 CAY-2697 Read-only cgen template creates mutator methods for to-many relationships --- RELEASE-NOTES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index e38cff8..7769db9 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -40,6 +40,7 @@ CAY-2646 Wrong target path selection logic in cgen config CAY-2647 Modeler: project upgrade from 4.0.B2 to 4.1.RC2 failure CAY-2653 No methods for queries with qualifier parameters generated CAY-2654 Exception in dbimport when relationships should be imported, but no explicit configuration exists +CAY-2697 Read-only cgen template creates mutator methods for to-many relationships CAY-2724 Duplicating relationship after editing its name ----------------------------------