You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by nt...@apache.org on 2018/08/28 11:01:15 UTC

[2/2] cayenne git commit: Merge PR #309

Merge PR #309


Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo
Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/57e39c57
Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/57e39c57
Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/57e39c57

Branch: refs/heads/master
Commit: 57e39c57b13ac6a564e365521614df18740d7fa7
Parents: dba94b2 d357da5
Author: Nikita Timofeev <st...@gmail.com>
Authored: Tue Aug 28 14:00:19 2018 +0300
Committer: Nikita Timofeev <st...@gmail.com>
Committed: Tue Aug 28 14:00:19 2018 +0300

----------------------------------------------------------------------
 RELEASE-NOTES.txt                               |  1 +
 .../modeler/editor/ProcedureParameterTab.java   | 48 ++++++++++++--------
 .../editor/ProcedureParameterTableModel.java    | 15 +++---
 .../editor/dbentity/DbAttributeTableModel.java  | 25 ++++++----
 .../editor/dbentity/DbEntityAttributePanel.java |  9 ++++
 .../swing/components/LimitedDocument.java       | 22 +++++++++
 .../swing/components/LimitedJTextField.java     |  9 ++++
 7 files changed, 92 insertions(+), 37 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/57e39c57/RELEASE-NOTES.txt
----------------------------------------------------------------------
diff --cc RELEASE-NOTES.txt
index 0f961cd,37bb8c7..daf059b
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@@ -20,14 -20,7 +20,15 @@@ Bug Fixes
  
  CAY-2444 Change URI from http:// to https:// in xsi:schemaLocation
  CAY-2445 Oracle: Problem with ExpressionFactory.notInExp()
 -CAY-2455 The width of the pop-up window is very large
 +CAY-2449 Modeler: Needless scrollbar in Generate DB Schema result menu
 +CAY-2450 Modeler: Impossible to update Attribute title after syncing ObjEntity
 +CAY-2451 Modeler: ObjEntity "Edit" button doesn't open editor for Relationship
 +CAY-2454 Modeler: Unable to read validation message if it's truncated
++CAY-2455 Modeler: The width of the pop-up window is very large
 +CAY-2459 Modeler: DataMap paste function is not working
 +CAY-2462 Modeler: Clipboard holds old content after application was reloaded
 +CAY-2463 Modeler: DB Schema generation doesn't work
 +CAY-2464 ClassCastException when returning PRUNED_NODE in expression transformer
  
  ----------------------------------
  Release: 4.1.M2