This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a change to branch past-M2
in repository https://gitbox.apache.org/repos/asf/cayenne.git
from b39a15ca8 flaky test, e.g. fails on Oracle
new 5ad7100cd CAY-2964 ClassCastException for non-generated meaningful PKs
new 074cd9eaf CAY-2964 ClassCastException for non-generated meaningful PKs
new a9ba83767 typos, cleanup
The 3 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 +
.../crypto/transformer/bytes/CbcDecryptor.java | 2 +-
.../cayenne/dbsync/merge/token/MergerToken.java | 2 +-
.../java/org/apache/cayenne/access/ObjectDiff.java | 14 +++----
.../access/flush/PermanentObjectIdVisitor.java | 37 ++++++++++---------
.../org/apache/cayenne/dba/JdbcPkGenerator.java | 26 +++++++------
.../java/org/apache/cayenne/dba/PkGenerator.java | 18 +++++++--
.../dba/sqlserver/SQLServerPkGenerator.java | 4 +-
.../org/apache/cayenne/map/EntityResolver.java | 43 +++++++++++-----------
.../org/apache/cayenne/map/ObjRelationship.java | 6 +--
.../java/org/apache/cayenne/map/Relationship.java | 2 +-
.../org/apache/cayenne/reflect/ArcProperty.java | 2 +-
.../apache/cayenne/reflect/BaseArcProperty.java | 6 +--
.../DataContextEntityWithMeaningfulPKIT.java | 12 +++++-
.../apache/cayenne/access/DataContextExtrasIT.java | 2 +-
.../object-relational-mapping.adoc | 2 +-
16 files changed, 102 insertions(+), 77 deletions(-)