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 b87a8caf3 CAY-2806 Incorrect processing of unicode escape syntax in JSON new 9ac905173 CAY-2809 Cayenne Expression grammar doesn't allow custom function as an argument for string functions new 76c406ecc CAY-2810 Can't use custom operator expression with aggregate functions new e888fb283 CAY-2810 Can't use custom operator expression with aggregate functions The 3 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 | 2 ++ .../access/sqlbuilder/sqltree/AliasedNode.java | 31 ++++++++++++++++++++-- .../cayenne/exp/parser/ExpressionParser.java | 10 ++++++- .../apache/cayenne/exp/parser/ExpressionParser.jjt | 4 +++ .../cayenne/exp/parser/ASTCustomFunctionTest.java | 8 ++++++ .../cayenne/query/ObjectSelect_AggregateIT.java | 20 ++++++++++++++ 6 files changed, 72 insertions(+), 3 deletions(-)