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
The following commit(s) were added to refs/heads/master by this push:
new 27116ccdd Upgrade notes for CAY-2737 and CAY-2747
27116ccdd is described below
commit 27116ccdd7604537f7891033526e6a983ffb0374
Author: Nikita Timofeev <[email protected]>
AuthorDate: Tue Jul 12 12:27:07 2022 +0300
Upgrade notes for CAY-2737 and CAY-2747
---
UPGRADE.txt | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 66be321a1..c0815c17c 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -7,10 +7,25 @@ IMPORTANT: be sure to read all notes for the intermediate
releases between your
UPGRADING TO 4.3.M1
-* Per CAY-2737 All code deprecated in Cayenne 4.1 and 4.2 was removed, please
review your code before upgrading.
+* Per CAY-2737 All code deprecated in Cayenne 4.1 and 4.2 was deleted, please
review your code before upgrading.
+Most notable removals are SelectQuery and these Cayenne modules:
+ - cayenne-dbcp2
+ - cayenne-joda
+ - cayenne-client
+ - cayenne-client-jetty
+ - cayenne-protostuff
+ - cayenne-rop-server
+ - cayenne-web
+ - cayenne-jgroups
+ - cayenne-jms
+ - cayenne-xmpp
* Per CAY-2742 Minimum required Java version for Apache Cayenne is 11
+* 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)
+
+
UPGRADING TO 4.2.M2
* Per CAY-2659 All batch translators (`InsertBatchTranslator`,
`UpdateBatchTranslator`, etc.) are updated to the new SQLBuilder utility.