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 4c68c6b4c CAY-2828 Rename values in 
`org.apache.cayenne.configuration.Constants`  - upgrade notes
4c68c6b4c is described below

commit 4c68c6b4c4e70f4aa6ce102adfee200686575b2c
Author: stariy95 <[email protected]>
AuthorDate: Mon Nov 27 18:10:54 2023 +0400

    CAY-2828 Rename values in `org.apache.cayenne.configuration.Constants`
     - upgrade notes
---
 UPGRADE.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/UPGRADE.txt b/UPGRADE.txt
index d53426e39..a07e51bf5 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -54,6 +54,9 @@ fix your imports accordingly.
 
 * Per CAY-2826 `ServerModule` renamed to `CoreModule`
 
+* Per CAY-2828 `server` prefix removed from the names of runtime properties 
and named collections defined in `org.apache.cayenne.configuration.Constants`.
+You should change references in code, and in any scripts that could use them 
as system properties.
+
 UPGRADING TO 4.2.M2
 
 * Per CAY-2659 All batch translators (`InsertBatchTranslator`, 
`UpdateBatchTranslator`, etc.) are updated to the new SQLBuilder utility.

Reply via email to