You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by nt...@apache.org on 2022/07/21 14:48:34 UTC

[cayenne] 01/02: CAY-2752 Rename queryTemplate to dataMapTemplate in the cgen config - release and update notes

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 eacb52cd502340563774980ec7b8a5fdc926c649
Author: Nikita Timofeev <st...@gmail.com>
AuthorDate: Wed Jul 20 18:55:14 2022 +0300

    CAY-2752 Rename queryTemplate to dataMapTemplate in the cgen config
     - release and update notes
---
 RELEASE-NOTES.txt | 1 +
 UPGRADE.txt       | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 9a8ce96b9..9ceb5f3c5 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -19,6 +19,7 @@ CAY-2741 Cleanup TransactionDescriptor and deprecate DefaultTransactionDescripto
 CAY-2742 Switch minimum required Java version to 11
 CAY-2747 Update project XML version to 11
 CAY-2751 Simplify DataNode configuration
+CAY-2752 Rename queryTemplate to dataMapTemplate in the cgen config
 
 Bug Fixes:
 
diff --git a/UPGRADE.txt b/UPGRADE.txt
index c0815c17c..2d69d5fb6 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -25,6 +25,9 @@ Most notable removals are SelectQuery and these Cayenne modules:
 * Per CAY-2747 Cayenne XML schemas are updated, so you need to update you projects (just open them in the Modeler
 or use cayenne-project-compatibility module)
 
+* Per CAY-2752 code generation configuration has minor changes. You need to review and update
+Maven, Gradle and Ant configs accordingly.
+
 
 UPGRADING TO 4.2.M2