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

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


    from 5d3fceae2 CAY-2776 Upgrade Gradle to 7.6
     new e9c8b5c89 Fix split expressions ending with relationships
     new 931462420 Add file headers, update RELEASE-NOTES.txt
     new efaf243d3 Fix IndexOutOfBoundsException
     new 2b04d6c3e Fix joins flood with db aliases
     new 60efd41ba Merge pull request #544 from m-dzianishchyts/CAY-2763

The 7023 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 +
 .../cayenne/dbsync/reverse/dbload/DbLoaderIT.java  |   2 +-
 .../access/translator/select/DbPathProcessor.java  |  39 +++++---
 .../access/translator/select/ObjPathProcessor.java |  34 +++----
 .../access/translator/select/PathProcessor.java    |  25 +++---
 .../select/DefaultSelectTranslatorIT.java          |  67 ++++++++++++++
 .../apache/cayenne/exp/ExpressionFactoryIT.java    | 100 +++++++++++++++++++--
 .../{relationships/E1.java => testmap/Award.java}  |   7 +-
 .../cayenne/testdo/testmap/auto/_Artist.java       |  23 +++++
 .../auto/{_NullTestEntity.java => _Award.java}     |  32 +++++--
 cayenne-server/src/test/resources/testmap.map.xml  |  16 ++++
 11 files changed, 285 insertions(+), 61 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/testmap/auto/{_NullTestEntity.java
 => _Award.java} (67%)

Reply via email to