cayenne git commit: CAY-2345 Own template renderer as a replacement for Velocity - missing class after merge - release and upgrade notes

2017-08-16 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master d249aa37d -> 50801e66d CAY-2345 Own template renderer as a replacement for Velocity - missing class after merge - release and upgrade notes Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit:

[jira] [Closed] (CAY-2345) Own template renderer as a replacement for Velocity

2017-08-16 Thread Nikita Timofeev (JIRA)
[ https://issues.apache.org/jira/browse/CAY-2345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikita Timofeev closed CAY-2345. Resolution: Fixed > Own template renderer as a replacement for Velocity >

[jira] [Commented] (CAY-2345) Own template renderer as a replacement for Velocity

2017-08-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CAY-2345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16128965#comment-16128965 ] ASF GitHub Bot commented on CAY-2345: - Github user asfgit closed the pull request at:

[12/13] cayenne git commit: CAY-2345 Own template renderer as a replacement for Velocity - fix

2017-08-16 Thread ntimofeev
CAY-2345 Own template renderer as a replacement for Velocity - fix Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/86f418cb Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/86f418cb Diff:

[04/13] cayenne git commit: Own template render implementation: first draft

2017-08-16 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne/blob/040bfbce/cayenne-server/src/main/java/org/apache/cayenne/template/parser/SQLTemplateParserTokenManager.java -- diff --git

[GitHub] cayenne pull request #238: CAY-2345 Own template renderer as a replacement f...

2017-08-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cayenne/pull/238 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[05/13] cayenne git commit: Own template render implementation: first draft

2017-08-16 Thread ntimofeev
Own template render implementation: first draft Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/040bfbce Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/040bfbce Diff:

[03/13] cayenne git commit: Own template render implementation: first draft

2017-08-16 Thread ntimofeev
Own template render implementation: first draft Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/55e3c975 Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/55e3c975 Diff:

[13/13] cayenne git commit: CAY-2345 Own template renderer as a replacement for Velocity - additional test for Module provider - closes #238

2017-08-16 Thread ntimofeev
CAY-2345 Own template renderer as a replacement for Velocity - additional test for Module provider - closes #238 Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/d249aa37 Tree:

[07/13] cayenne git commit: CAY-2345 Own template renderer as a replacement for Velocity - final version of render with cache and parser pool

2017-08-16 Thread ntimofeev
CAY-2345 Own template renderer as a replacement for Velocity - final version of render with cache and parser pool Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/54feb976 Tree:

[09/13] cayenne git commit: CAY-2345 Own template renderer as a replacement for Velocity - move Velocity to separate module - remove dependencies on commons-lang

2017-08-16 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne/blob/f734851f/cayenne-server/src/main/java/org/apache/cayenne/velocity/ResultDirective.java -- diff --git

[08/13] cayenne git commit: CAY-2345 Own template renderer as a replacement for Velocity - move Velocity to separate module - remove dependencies on commons-lang

2017-08-16 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne/blob/f734851f/cayenne-velocity/src/main/java/org/apache/cayenne/velocity/BindNotEqualDirective.java -- diff --git

[06/13] cayenne git commit: Own template render implementation: cleanup

2017-08-16 Thread ntimofeev
Own template render implementation: cleanup Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/e45f41f4 Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/e45f41f4 Diff:

[01/13] cayenne git commit: Own template render implementation: first draft

2017-08-16 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master a6c5efbcd -> d249aa37d http://git-wip-us.apache.org/repos/asf/cayenne/blob/55e3c975/cayenne-server/src/main/jjtree/org/apache/cayenne/template/parser/SQLTemplateParser.jjt

[10/13] cayenne git commit: CAY-2345 Own template renderer as a replacement for Velocity - move Velocity to separate module - remove dependencies on commons-lang

2017-08-16 Thread ntimofeev
CAY-2345 Own template renderer as a replacement for Velocity - move Velocity to separate module - remove dependencies on commons-lang Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/f734851f Tree:

[02/13] cayenne git commit: Own template render implementation: first draft

2017-08-16 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne/blob/55e3c975/cayenne-server/src/main/java/org/apache/cayenne/template/parser/SQLTemplateParser.java -- diff --git

[11/13] cayenne git commit: CAY-2345 Own template renderer as a replacement for Velocity - additional test and fixes

2017-08-16 Thread ntimofeev
CAY-2345 Own template renderer as a replacement for Velocity - additional test and fixes Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/38ca7283 Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/38ca7283 Diff:

[jira] [Closed] (CAY-2350) Expression: NotIn with empty collection returns empty result

2017-08-16 Thread Nikita Timofeev (JIRA)
[ https://issues.apache.org/jira/browse/CAY-2350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikita Timofeev closed CAY-2350. Resolution: Fixed Fixed in *MASTER* per

cayenne git commit: CAY-2350 Expression: NotIn with empty collection returns empty result

2017-08-16 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/STABLE-4.0 3ed2301bf -> be34db113 CAY-2350 Expression: NotIn with empty collection returns empty result Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/be34db11 Tree:

cayenne git commit: CAY-2350 Expression: NotIn with empty collection returns empty result

2017-08-16 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master 5135846b3 -> a6c5efbcd CAY-2350 Expression: NotIn with empty collection returns empty result Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/a6c5efbc Tree:

[jira] [Created] (CAY-2350) Expression: NotIn with empty collection returns empty result

2017-08-16 Thread Nikita Timofeev (JIRA)
Nikita Timofeev created CAY-2350: Summary: Expression: NotIn with empty collection returns empty result Key: CAY-2350 URL: https://issues.apache.org/jira/browse/CAY-2350 Project: Cayenne

[jira] [Assigned] (CAY-2347) cdbimport - can't get all relationships on the first pass

2017-08-16 Thread Nikita Timofeev (JIRA)
[ https://issues.apache.org/jira/browse/CAY-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikita Timofeev reassigned CAY-2347: Assignee: Nikita Timofeev > cdbimport - can't get all relationships on the first pass >

[jira] [Closed] (CAY-2349) Cayenne cache issue: 'SelectQuery' with prefetches loses relationships (null)

2017-08-16 Thread Nikita Timofeev (JIRA)
[ https://issues.apache.org/jira/browse/CAY-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikita Timofeev closed CAY-2349. Resolution: Fixed Fixed in STABLE-4.0 per

svn commit: r1016881 - /websites/production/cayenne/content/

2017-08-16 Thread ntimofeev
Author: ntimofeev Date: Wed Aug 16 11:00:02 2017 New Revision: 1016881 Log: Mention sha512 checksum Added: websites/production/cayenne/content/ - copied from r1016880, websites/staging/cayenne/trunk/content/

svn commit: r1016880 - in /websites/staging/cayenne/trunk/content: ./ dev/release-guide.html

2017-08-16 Thread buildbot
Author: buildbot Date: Wed Aug 16 10:58:47 2017 New Revision: 1016880 Log: Staging update by buildbot for cayenne Modified: websites/staging/cayenne/trunk/content/ (props changed) websites/staging/cayenne/trunk/content/dev/release-guide.html Propchange:

svn commit: r1805176 - /cayenne/site/cms/trunk/content/dev/release-guide.mdtext

2017-08-16 Thread ntimofeev
Author: ntimofeev Date: Wed Aug 16 10:58:20 2017 New Revision: 1805176 URL: http://svn.apache.org/viewvc?rev=1805176=rev Log: Mention sha512 checksum as it is required per Apache distribution policy Modified: cayenne/site/cms/trunk/content/dev/release-guide.mdtext Modified:

cayenne git commit: CAY-2349 Cache issue: 'SelectQuery' with prefetches loses relationships

2017-08-16 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/STABLE-4.0 a3e5f1412 -> 3ed2301bf CAY-2349 Cache issue: 'SelectQuery' with prefetches loses relationships Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/3ed2301b Tree:

[jira] [Commented] (CAY-2349) Cayenne cache issue: 'SelectQuery' with prefetches loses relationships (null)

2017-08-16 Thread Nikita Timofeev (JIRA)
[ https://issues.apache.org/jira/browse/CAY-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16128559#comment-16128559 ] Nikita Timofeev commented on CAY-2349: -- Fixed in master per

cayenne git commit: CAY-2349 Cache issue: SelectQuery with prefetches loses relationships

2017-08-16 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master 818e3175a -> 5135846b3 CAY-2349 Cache issue: SelectQuery with prefetches loses relationships Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/5135846b Tree:

[jira] [Commented] (CAY-2349) Cayenne cache issue: 'SelectQuery' with prefetches loses relationships (null)

2017-08-16 Thread Nikita Timofeev (JIRA)
[ https://issues.apache.org/jira/browse/CAY-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16128504#comment-16128504 ] Nikita Timofeev commented on CAY-2349: -- Prefetches doesn't affect cache key, so this second query goes

[jira] [Updated] (CAY-2349) Cayenne cache issue: 'SelectQuery' with prefetches loses relationships (null)

2017-08-16 Thread Nikita Timofeev (JIRA)
[ https://issues.apache.org/jira/browse/CAY-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikita Timofeev updated CAY-2349: - Fix Version/s: 4.1.M1 4.0.B1 > Cayenne cache issue: 'SelectQuery' with

[jira] [Assigned] (CAY-2349) Cayenne cache issue: 'SelectQuery' with prefetches loses relationships (null)

2017-08-16 Thread Nikita Timofeev (JIRA)
[ https://issues.apache.org/jira/browse/CAY-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikita Timofeev reassigned CAY-2349: Assignee: Nikita Timofeev > Cayenne cache issue: 'SelectQuery' with prefetches loses

[jira] [Commented] (CAY-2349) Cayenne cache issue: 'SelectQuery' with prefetches loses relationships (null)

2017-08-16 Thread Nikita Timofeev (JIRA)
[ https://issues.apache.org/jira/browse/CAY-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16128437#comment-16128437 ] Nikita Timofeev commented on CAY-2349: -- Here is minimal test case that reproduces this (it throws

[jira] [Updated] (CAY-2349) Cayenne cache issue: 'SelectQuery' with prefetches loses relationships (null)

2017-08-16 Thread Artyom Kravchenko (JIRA)
[ https://issues.apache.org/jira/browse/CAY-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Artyom Kravchenko updated CAY-2349: --- Description: I have faced with the problem when SelectQuery returns wrong query result:

[jira] [Created] (CAY-2349) Cayenne cache issue: 'SelectQuery' with prefetches loses relationships (null)

2017-08-16 Thread Artyom Kravchenko (JIRA)
Artyom Kravchenko created CAY-2349: -- Summary: Cayenne cache issue: 'SelectQuery' with prefetches loses relationships (null) Key: CAY-2349 URL: https://issues.apache.org/jira/browse/CAY-2349 Project: