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 003e23cb2 general cleanup
new b5be7b6e9 CAY-2958 Empty join is saved
new bee2fc2f8 CAY-2959 Modeler: DbRelationship dialog "Cancel" does not
cancel
new 249b4a08e CAY-2960 Undoing renamed relationship change throws
new 5f78e6dbc CAY-2959 Modeler: DbRelationship dialog "Cancel" does not
cancel
The 4 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 | 5 +-
.../org/apache/cayenne/map/DbRelationship.java | 5 +-
.../org/apache/cayenne/map/DbRelationshipTest.java | 96 ++++++
.../modeler/toolkit/table/CMTableModel.java | 9 +
.../ui/action/CreateRelationshipAction.java | 4 +-
.../ui/dbrelationship/DbJoinTableModel.java | 84 +++--
.../ui/dbrelationship/DbRelationshipDialog.java | 357 ++++++++++++---------
.../dbentity/properties/DbRelationshipPanel.java | 4 +-
.../relinfo/ObjRelationshipInfoDialog.java | 38 +--
.../modeler/undo/RelationshipUndoableEdit.java | 5 +-
10 files changed, 381 insertions(+), 226 deletions(-)
create mode 100644
cayenne/src/test/java/org/apache/cayenne/map/DbRelationshipTest.java