This is an automated email from the ASF dual-hosted git repository.
aadamchik pushed a change to branch STABLE-4.1
in repository https://gitbox.apache.org/repos/asf/cayenne.git.
from 4b4064f CAY-2594 DbImport: AutoAdapter resolving inside an import
operation hangs up the op on Hana DB
new 1133d90 ObjAttributes are not sorted in alphabetical ordering on save
CAY-2595
new cc9b564 ObjAttributes are not sorted in alphabetical ordering on save
CAY-2595
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
RELEASE-NOTES.txt | 1 +
.../java/org/apache/cayenne/map/ObjEntity.java | 2 +-
.../java/org/apache/cayenne/map/DbEntityTest.java | 59 ++++++++++++++++++++++
.../java/org/apache/cayenne/map/ObjEntityTest.java | 56 ++++++++++++++++++++
4 files changed, 117 insertions(+), 1 deletion(-)
create mode 100644
cayenne-server/src/test/java/org/apache/cayenne/map/DbEntityTest.java
create mode 100644
cayenne-server/src/test/java/org/apache/cayenne/map/ObjEntityTest.java