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 239ded1 CAY-2658 DataChannelMetaData is null during cgen execution
239ded1 is described below
commit 239ded1a43bbd6ccd806c78bbfeac5c54900ebc3
Author: Nikita Timofeev <[email protected]>
AuthorDate: Wed Mar 3 11:24:48 2021 +0300
CAY-2658 DataChannelMetaData is null during cgen execution
---
RELEASE-NOTES.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index cb35e47..6af3f1a 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -20,6 +20,7 @@ CAY-2692 Add entity lifecycle callbacks via annotated methods
Bug Fixes:
+CAY-2658 DataChannelMetaData is null during cgen execution
CAY-2661 NPE on DB Import screen
CAY-2683 Don't use DISTINCT for joins on to-one related tables
CAY-2685 JsonType should use the actual JDBC type, not OTHER