This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git
from 131654cf1 CAY-2937 Decomission "graph" support
new 62f9377fb CAY-2914 CayenneModeler DB Import does not refresh for
"Table Types"
new 9552d5eb3 CAY-2914 CayenneModeler DB Import does not refresh for
"Table Types"
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 +
.../editor/datamap/dbimport/DbImportTree.java | 6 +--
.../datamap/dbimport/DbImportTreeCellRenderer.java | 10 ++++
.../{DbImportModel.java => DbImportTreeModel.java} | 16 +++---
.../editor/datamap/dbimport/DbImportView.java | 59 ++++++++++++----------
.../datamap/dbimport/PrintColumnsBiFunction.java | 2 +-
.../dbimport/ReverseEngineeringConfigPanel.java | 6 +--
.../editor/datamap/dbimport/SourceTargetPanel.java | 4 +-
.../datamap/dbimport/action/DeleteNodeAction.java | 4 +-
.../dbimport/action/DragAndDropNodeAction.java | 4 +-
.../dbimport/action/LoadDbSchemaAction.java | 4 +-
11 files changed, 65 insertions(+), 51 deletions(-)
rename
modeler/cayenne-modeler/src/main/java/org/apache/cayenne/modeler/ui/project/editor/datamap/dbimport/{DbImportModel.java
=> DbImportTreeModel.java} (89%)