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 2022/11/30 12:46:56 UTC

[cayenne] branch STABLE-4.2 updated (672326daa -> 9ea6cebb6)

This is an automated email from the ASF dual-hosted git repository.

ntimofeev pushed a change to branch STABLE-4.2
in repository https://gitbox.apache.org/repos/asf/cayenne.git


    from 672326daa CAY-2782 Modeler: save button becomes active on DataMap comment field focus
     new dc194d59e Fix split expressions for db relationships
     new 30a884288 Fix split expressions ending with relationships
     new bbf7ced15 Add file headers, update RELEASE-NOTES.txt
     new b5960caeb Fix IndexOutOfBoundsException
     new 7fc5b423f Fix joins flood with db aliases
     new f0d9bcea6 CAY-2776 Upgrade Gradle to 7.6
     new 60a7c34d8 CAY-2776 Upgrade Gradle to 7.6
     new 8ed55e293 CAY-2776 Upgrade Gradle to 7.6
     new 3258aafc9 Set gradle plugin source compatibility to 1.8
     new 9ea6cebb6 Merge pull request #547 from m-dzianishchyts/CAY-2763,2764,2776

The 6852 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                                  |   3 +
 .../cayenne/dbsync/reverse/dbload/DbLoaderIT.java  |   2 +-
 .../gradle/wrapper/gradle-wrapper.properties       |   2 +-
 .../org/apache/cayenne/tools/GradlePluginIT.java   |   4 +-
 .../access/translator/select/DbPathProcessor.java  |  40 ++-
 .../access/translator/select/ObjPathProcessor.java |  34 +-
 .../access/translator/select/PathProcessor.java    |  25 +-
 .../org/apache/cayenne/exp/ExpressionFactory.java  |  13 +-
 .../select/DefaultSelectTranslatorIT.java          |  67 ++++
 .../apache/cayenne/exp/ExpressionFactoryIT.java    | 390 ++++++++++++++-------
 .../{relationships/E1.java => testmap/Award.java}  |   7 +-
 .../cayenne/testdo/testmap/auto/_Artist.java       |  23 ++
 .../auto/_Award.java}                              |  39 ++-
 cayenne-server/src/test/resources/testmap.map.xml  |  16 +
 14 files changed, 465 insertions(+), 200 deletions(-)
 copy cayenne-server/src/test/java/org/apache/cayenne/testdo/{relationships/E1.java => testmap/Award.java} (88%)
 copy cayenne-server/src/test/java/org/apache/cayenne/testdo/{generated/auto/_GeneratedReflexive.java => testmap/auto/_Award.java} (66%)