[GitHub] cayenne pull request: CAY-2060 Replace Query objects in DataMap wi...

2016-02-19 Thread dzmitryk
Github user dzmitryk closed the pull request at: https://github.com/apache/cayenne/pull/86 --- 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 en

[jira] [Commented] (CAY-2060) Replace Query objects in DataMap with query descriptors

2016-02-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CAY-2060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15154289#comment-15154289 ] ASF GitHub Bot commented on CAY-2060: - Github user dzmitryk closed the pull request at:

[03/16] cayenne git commit: CAY-2060 Ongoing work on replacing actual query objects stored in the DataMap with query descriptors.

2016-02-19 Thread dkazimirchyk
http://git-wip-us.apache.org/repos/asf/cayenne/blob/a265b3ab/cayenne-server/src/main/java/org/apache/cayenne/query/SelectQueryDescriptor.java -- diff --git a/cayenne-server/src/main/java/org/apache/cayenne/query/SelectQueryDescrip

[15/16] cayenne git commit: CAY-2060 Make query type QueryDescriptor's constructor parameter to ensure all its potential subclasses initialize it.

2016-02-19 Thread dkazimirchyk
CAY-2060 Make query type QueryDescriptor's constructor parameter to ensure all its potential subclasses initialize it. Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/20e435dc Tree: http://git-wip-us.apache.org/repos/asf/

[13/16] cayenne git commit: CAY-2060 Move query descriptor classes to org.apache.cayenne.map package.

2016-02-19 Thread dkazimirchyk
http://git-wip-us.apache.org/repos/asf/cayenne/blob/3e2b0649/modeler/cayenne-modeler/src/main/java/org/apache/cayenne/modeler/ProjectController.java -- diff --git a/modeler/cayenne-modeler/src/main/java/org/apache/cayenne/modeler/

[10/16] cayenne git commit: CAY-2060 Use URL.getPath() instead of URL.toURI() to get local file system path since toURI() method fails for URLs containing spaces.

2016-02-19 Thread dkazimirchyk
CAY-2060 Use URL.getPath() instead of URL.toURI() to get local file system path since toURI() method fails for URLs containing spaces. Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/7a43168d Tree: http://git-wip-us.apach

[08/16] cayenne git commit: CAY-2060 Update schema version from 7 to 8 in all XML config files throughout the project.

2016-02-19 Thread dkazimirchyk
CAY-2060 Update schema version from 7 to 8 in all XML config files throughout the project. Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/8049c968 Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/8049c968 Diff:

[01/16] cayenne git commit: CAY-2060 Ongoing work on replacing actual query objects stored in the DataMap with query descriptors.

2016-02-19 Thread dkazimirchyk
Repository: cayenne Updated Branches: refs/heads/master faa35546a -> a6c438354 http://git-wip-us.apache.org/repos/asf/cayenne/blob/a265b3ab/modeler/cayenne-modeler/src/main/resources/pref/Preferences.map.xml -- diff --git a/mo

[04/16] cayenne git commit: CAY-2060 Ongoing work on replacing actual query objects stored in the DataMap with query descriptors.

2016-02-19 Thread dkazimirchyk
CAY-2060 Ongoing work on replacing actual query objects stored in the DataMap with query descriptors. Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/a265b3ab Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/a265

[09/16] cayenne git commit: CAY-2060 Current project version is now 8, which means project XML files will be generated with schema version 8 all the time.

2016-02-19 Thread dkazimirchyk
CAY-2060 Current project version is now 8, which means project XML files will be generated with schema version 8 all the time. Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/2880ed95 Tree: http://git-wip-us.apache.org/re

[16/16] cayenne git commit: CAY-2060 Add note about upgrading *.map.xml files in 4.0.M4.

2016-02-19 Thread dkazimirchyk
CAY-2060 Add note about upgrading *.map.xml files in 4.0.M4. Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/a6c43835 Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/a6c43835 Diff: http://git-wip-us.apache.org/re

[05/16] cayenne git commit: CAY-2060 Clean up query builders which are no longer used.

2016-02-19 Thread dkazimirchyk
CAY-2060 Clean up query builders which are no longer used. Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/bc00eb21 Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/bc00eb21 Diff: http://git-wip-us.apache.org/repo

[14/16] cayenne git commit: CAY-2060 Move query descriptor classes to org.apache.cayenne.map package.

2016-02-19 Thread dkazimirchyk
CAY-2060 Move query descriptor classes to org.apache.cayenne.map package. Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/3e2b0649 Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/3e2b0649 Diff: http://git-wip-us.

[11/16] cayenne git commit: CAY-2060 Restore code which was left commented out by accident.

2016-02-19 Thread dkazimirchyk
CAY-2060 Restore code which was left commented out by accident. Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/74f65f97 Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/74f65f97 Diff: http://git-wip-us.apache.org

[02/16] cayenne git commit: CAY-2060 Ongoing work on replacing actual query objects stored in the DataMap with query descriptors.

2016-02-19 Thread dkazimirchyk
http://git-wip-us.apache.org/repos/asf/cayenne/blob/a265b3ab/modeler/cayenne-modeler/src/main/java/org/apache/cayenne/modeler/action/RemoveAction.java -- diff --git a/modeler/cayenne-modeler/src/main/java/org/apache/cayenne/modele

[12/16] cayenne git commit: CAY-2060 Deprecate Query.getName() property, since it is only relevant for QueryDescriptor and not the Query itself.

2016-02-19 Thread dkazimirchyk
CAY-2060 Deprecate Query.getName() property, since it is only relevant for QueryDescriptor and not the Query itself. Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/aeabc69e Tree: http://git-wip-us.apache.org/repos/asf/ca

[06/16] cayenne git commit: CAY-2060 Add upgrader for Cayenne project XML files.

2016-02-19 Thread dkazimirchyk
CAY-2060 Add upgrader for Cayenne project XML files. Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/e099a213 Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/e099a213 Diff: http://git-wip-us.apache.org/repos/asf/

[07/16] cayenne git commit: CAY-2060 Update schema version from 7 to 8 in all XML config files throughout the project.

2016-02-19 Thread dkazimirchyk
http://git-wip-us.apache.org/repos/asf/cayenne/blob/8049c968/cayenne-server/src/test/resources/misc-types.map.xml -- diff --git a/cayenne-server/src/test/resources/misc-types.map.xml b/cayenne-server/src/test/resources/misc-types.

[jira] [Created] (CAY-2062) MappedQuery fluent API

2016-02-19 Thread Dzmitry Kazimirchyk (JIRA)
Dzmitry Kazimirchyk created CAY-2062: Summary: MappedQuery fluent API Key: CAY-2062 URL: https://issues.apache.org/jira/browse/CAY-2062 Project: Cayenne Issue Type: Improvement

[jira] [Created] (CAY-2061) Queries imported from EOModel are not immediately visible in Modeler

2016-02-19 Thread Dzmitry Kazimirchyk (JIRA)
Dzmitry Kazimirchyk created CAY-2061: Summary: Queries imported from EOModel are not immediately visible in Modeler Key: CAY-2061 URL: https://issues.apache.org/jira/browse/CAY-2061 Project: Cayen

[jira] [Created] (CAY-2060) Replace Query objects in DataMap with query descriptors

2016-02-19 Thread Dzmitry Kazimirchyk (JIRA)
Dzmitry Kazimirchyk created CAY-2060: Summary: Replace Query objects in DataMap with query descriptors Key: CAY-2060 URL: https://issues.apache.org/jira/browse/CAY-2060 Project: Cayenne I

Jenkins build is back to stable : Cayenne pull requests #110

2016-02-19 Thread Apache Jenkins Server
See