cayenne git commit: Add ntimofeev to developers list

2016-12-27 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master af0f2e144 -> 9a679a66c Add ntimofeev to developers list Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/9a679a66 Tree: http://git-wip-us.apache.org/repos/

svn commit: r1776377 - /cayenne/site/cms/trunk/content/contributors.mdtext

2016-12-28 Thread ntimofeev
Author: ntimofeev Date: Thu Dec 29 07:07:59 2016 New Revision: 1776377 URL: http://svn.apache.org/viewvc?rev=1776377&view=rev Log: Update contributors list Modified: cayenne/site/cms/trunk/content/contributors.mdtext Modified: cayenne/site/cms/trunk/content/contributors.mdtext URL:

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

2016-12-28 Thread ntimofeev
Author: ntimofeev Date: Thu Dec 29 07:10:03 2016 New Revision: 1003651 Log: Update contributors page Added: websites/production/cayenne/content/ - copied from r1003650, websites/staging/cayenne/trunk/content/

[1/3] cayenne git commit: CAY-2191 and CAY-2188 - expressions in Property class - explicit type in Property class and factory methods - string and math functions from JPA standard with support for spe

2017-01-05 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master 50d4fbf50 -> 803166c03 http://git-wip-us.apache.org/repos/asf/cayenne/blob/803166c0/cayenne-server/src/test/java/org/apache/cayenne/exp/parser/ASTLengthTest.java -- diff -

[2/3] cayenne git commit: CAY-2191 and CAY-2188 - expressions in Property class - explicit type in Property class and factory methods - string and math functions from JPA standard with support for spe

2017-01-05 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne/blob/803166c0/cayenne-server/src/main/java/org/apache/cayenne/exp/Property.java -- diff --git a/cayenne-server/src/main/java/org/apache/cayenne/exp/Property.java b/cayenne-server/src/

[3/3] cayenne git commit: CAY-2191 and CAY-2188 - expressions in Property class - explicit type in Property class and factory methods - string and math functions from JPA standard with support for spe

2017-01-05 Thread ntimofeev
CAY-2191 and CAY-2188 - expressions in Property class - explicit type in Property class and factory methods - string and math functions from JPA standard with support for specific DBs - factory methods for new function call expressions in FunctionExpressionFactory class Limitations: - no par

cayenne git commit: CAY-2197 Update SQLite support - latest JDBC driver version - built-in config for in-memory test database (run mvn clean install -DcayenneTestConnection=sqlite) - fix some tests

2017-01-05 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master 803166c03 -> ae1c562b9 CAY-2197 Update SQLite support - latest JDBC driver version - built-in config for in-memory test database (run mvn clean install -DcayenneTestConnection=sqlite) - fix some tests TODO: fix all integration tests a

svn commit: r1777589 - in /cayenne/site/cms/trunk: ./ content/dev/running-unit-tests.mdtext

2017-01-06 Thread ntimofeev
Author: ntimofeev Date: Fri Jan 6 11:04:24 2017 New Revision: 1777589 URL: http://svn.apache.org/viewvc?rev=1777589&view=rev Log: Update Running Unit Tests page: - describe in-memory databases - describe mysql-docker and postgres-docker - full list of databases - more example

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

2017-01-06 Thread ntimofeev
Author: ntimofeev Date: Fri Jan 6 11:05:46 2017 New Revision: 1004244 Log: Update Running Unit Tests page: - describe in-memory databases - describe mysql-docker and postgres-docker - full list of databases - more examples of connection.properties Added: websites/production/cayenne/content

cayenne git commit: CAY-2192: Custom set of columns in ObjectSelect and SelectQuery: - return List for columns(..) - column(Property) method to return single column with result List -

2017-01-06 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master ae1c562b9 -> b2d210e69 CAY-2192: Custom set of columns in ObjectSelect and SelectQuery: - return List for columns(..) - column(Property) method to return single column with result List - basic support of direct expression in Ordering

cayenne git commit: CAY-2190: Aggregate functions and GROUP BY support - function expressions for: COUNT(*), COUNT(field), MIN, MAX, AVG, SUM - new methods in FunctionExpressionFactory

2017-01-09 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master 80d0287af -> 50fe31c93 CAY-2190: Aggregate functions and GROUP BY support - function expressions for: COUNT(*),COUNT(field),MIN,MAX,AVG,SUM - new methods in FunctionExpressionFactory Project: http://git-wip-us.apache.org/repos/asf/caye

cayenne git commit: CAY-2198 New version of SQL Server jdbc driver

2017-01-11 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master bb25705a6 -> ebad94237 CAY-2198 New version of SQL Server jdbc driver Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/ebad9423 Tree: http://git-wip-us.apache.org/

cayenne git commit: Update DB2 support

2017-01-12 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master ebad94237 -> ba64168d3 Update DB2 support Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/ba64168d Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/ba641

[2/2] cayenne git commit: CAY-2193 HAVING clause - extracted abstract class FluentSelect from ObjectSelect - created new class ColumnSelect (extends FluentSelect)

2017-01-12 Thread ntimofeev
CAY-2193 HAVING clause - extracted abstract class FluentSelect from ObjectSelect - created new class ColumnSelect (extends FluentSelect) Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/4f860180 Tree: http://git-wip-us.ap

[1/2] cayenne git commit: CAY-2193 HAVING clause - extracted abstract class FluentSelect from ObjectSelect - created new class ColumnSelect (extends FluentSelect)

2017-01-12 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master ba64168d3 -> 4f860180d http://git-wip-us.apache.org/repos/asf/cayenne/blob/4f860180/cayenne-server/src/test/java/org/apache/cayenne/query/ObjectSelectTest.java -- diff --g

cayenne git commit: Update firebird support - fix EJBQL functions - fix function call expressions - fix tests (explicitly clear self reference as delete all query can't handle it on Firebird)

2017-01-13 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master 4f860180d -> cde608b11 Update firebird support - fix EJBQL functions - fix function call expressions - fix tests (explicitly clear self reference as delete all query can't handle it on Firebird) Project: http://git-wip-us.apache.org/

cayenne git commit: The column() method in ObjectSelect is public again

2017-01-13 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master cde608b11 -> 0bb9a5716 The column() method in ObjectSelect is public again Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/0bb9a571 Tree: http://git-wip-us.apache

cayenne git commit: Fix wrong quoting in expressions when "Quote SQL Identifiers" is on

2017-01-14 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master 0bb9a5716 -> e8ef29608 Fix wrong quoting in expressions when "Quote SQL Identifiers" is on Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/e8ef2960 Tree: http://g

cayenne git commit: - Fix erroneous return type in case of single parameter in ColumnSelect.columns() method - Require at least one Property in columns() method - QueryMetadata and its descendants cle

2017-01-17 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master e8ef29608 -> c4109dbe1 - Fix erroneous return type in case of single parameter in ColumnSelect.columns() method - Require at least one Property in columns() method - QueryMetadata and its descendants cleanup Project: http://git-wip-u

cayenne git commit: Update ingres support

2017-01-17 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master c4109dbe1 -> 1a3e8a7a9 Update ingres support Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/1a3e8a7a Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/1a

cayenne git commit: Update FrontBase support

2017-01-17 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master 1a3e8a7a9 -> 5303c2332 Update FrontBase support Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/5303c233 Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree

cayenne git commit: Rename and fix option cayenneTestSkipSchemaCreation to skip schema creation in tests

2017-01-17 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master 5303c2332 -> 607e8c032 Rename and fix option cayenneTestSkipSchemaCreation to skip schema creation in tests Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/607e8

cayenne git commit: CAY-2137 When generating SQL from EJBQL, use "AND" to separate multiple join conditions

2017-01-18 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master ed0604a2c -> 666c96de1 CAY-2137 When generating SQL from EJBQL, use "AND" to separate multiple join conditions Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/666

[3/3] cayenne git commit: CAY-2196 Support for new function expressions in expression parser - updated and refactored grammar for parser - add token id to AST* function call nodes - escape in parse ex

2017-01-19 Thread ntimofeev
CAY-2196 Support for new function expressions in expression parser - updated and refactored grammar for parser - add token id to AST* function call nodes - escape in parse exception message - tests Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.o

[1/3] cayenne git commit: CAY-2196 Support for new function expressions in expression parser - updated and refactored grammar for parser - add token id to AST* function call nodes - escape in parse ex

2017-01-19 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master 666c96de1 -> c44ccfde3 http://git-wip-us.apache.org/repos/asf/cayenne/blob/c44ccfde/cayenne-server/src/main/java/org/apache/cayenne/exp/parser/JavaCharStream.java -- diff

[2/3] cayenne git commit: CAY-2196 Support for new function expressions in expression parser - updated and refactored grammar for parser - add token id to AST* function call nodes - escape in parse ex

2017-01-19 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne/blob/c44ccfde/cayenne-server/src/main/java/org/apache/cayenne/exp/parser/ExpressionParserTokenManager.java -- diff --git a/cayenne-server/src/main/java/org/apache/cayenne/exp/parser/E

cayenne git commit: CAY-2189 Date/Time functions support

2017-01-20 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master c44ccfde3 -> 0a9430f34 CAY-2189 Date/Time functions support Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/0a9430f3 Tree: http://git-wip-us.apache.org/repos/asf/

cayenne git commit: CAY-2183 Newly created DbRelationship is unexpectedly renamed by the Modeler plus some code cleanup

2017-01-20 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master 0a9430f34 -> 48f7e411c CAY-2183 Newly created DbRelationship is unexpectedly renamed by the Modeler plus some code cleanup Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenn

cayenne git commit: CAY-2056, CAY-2058, CAY-2200: cleanup tests - cayenne-server tests are passing for DB2 and Oracle - all tests are passing for SQL Server - minor fixes for Ingres, hsqldb and Firebi

2017-01-21 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master 48f7e411c -> 44f3076ab CAY-2056, CAY-2058, CAY-2200: cleanup tests - cayenne-server tests are passing for DB2 and Oracle - all tests are passing for SQL Server - minor fixes for Ingres, hsqldb and Firebird Project: http://git-wip-us.a

cayenne git commit: CAY-2204 cdbimport: noop change is reported for DECIMAL columns

2017-01-21 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master 44f3076ab -> da222d24d CAY-2204 cdbimport: noop change is reported for DECIMAL columns Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/da222d24 Tree: http://git-w

cayenne git commit: CAY-2185 partial fix plus refactoring and cleanup of FindAction and related classes

2017-01-23 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master 0cd154d42 -> c24bb767e CAY-2185 partial fix plus refactoring and cleanup of FindAction and related classes Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/c24bb7

[1/2] cayenne git commit: CAY-2205 Support for aggregate functions in ExpressionParser

2017-01-24 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master c24bb767e -> bbb746caa http://git-wip-us.apache.org/repos/asf/cayenne/blob/bbb746ca/cayenne-server/src/main/java/org/apache/cayenne/exp/parser/ExpressionParserTokenManager.java --

[2/2] cayenne git commit: CAY-2205 Support for aggregate functions in ExpressionParser

2017-01-24 Thread ntimofeev
CAY-2205 Support for aggregate functions in ExpressionParser Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/bbb746ca Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/bbb746ca Diff: http://git-wip-us.apache.org/re

cayenne git commit: CAY-2205 Allow only * or pathExpression() as argument in COUNT()

2017-01-24 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master bbb746caa -> ee021067a CAY-2205 Allow only * or pathExpression() as argument in COUNT() Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/ee021067 Tree: http://git-

cayenne git commit: - hashCode() implementation for Expression - updated equals() and hashCode() for Property

2017-01-24 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master 27849ce59 -> 6f76f057a - hashCode() implementation for Expression - updated equals() and hashCode() for Property Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit

cayenne git commit: CAY-2209 shortcuts for aggregate functions

2017-01-25 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master 6f76f057a -> 3f8a8f196 CAY-2209 shortcuts for aggregate functions Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/3f8a8f19 Tree: http://git-wip-us.apache.org/repo

cayenne git commit: CAY-2211 shortcuts for SQL functions in Property class

2017-01-26 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master 3f8a8f196 -> 44bad6412 CAY-2211 shortcuts for SQL functions in Property class Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/44bad641 Tree: http://git-wip-us.apa

cayenne git commit: CAY-2194 Function expressions support in Ordering

2017-01-26 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master 44bad6412 -> c21831862 CAY-2194 Function expressions support in Ordering Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/c2183186 Tree: http://git-wip-us.apache.o

cayenne git commit: release notes for CAY-2187

2017-01-26 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master c21831862 -> 19e2974f0 release notes for CAY-2187 Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/19e2974f Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tr

cayenne git commit: missing EmbeddableAttribute in search results priority

2017-01-26 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master 19e2974f0 -> 6d7dbf01e missing EmbeddableAttribute in search results priority Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/6d7dbf01 Tree: http://git-wip-us.apa

[1/2] cayenne git commit: CAY-2213 cdbimport: new configuration schema

2017-01-30 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master f78497418 -> 5d7507f64 http://git-wip-us.apache.org/repos/asf/cayenne/blob/5d7507f6/plugins/maven-cayenne-plugin/src/test/resources/org/apache/cayenne/tools/dbimport/testImportWithoutChanges-pom.xml

[2/2] cayenne git commit: CAY-2213 cdbimport: new configuration schema

2017-01-30 Thread ntimofeev
CAY-2213 cdbimport: new configuration schema Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/5d7507f6 Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/5d7507f6 Diff: http://git-wip-us.apache.org/repos/asf/cayenne/

cayenne git commit: CAY-2213 correctly detect old config of cdbimport and throw exception

2017-01-30 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master 5d7507f64 -> a148a2895 CAY-2213 correctly detect old config of cdbimport and throw exception Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/a148a289 Tree: http:/

[6/8] cayenne git commit: CAY-2214 cdbimport: rename maven-cayenne-plugin - change module and folder name to "cayenne-maven-plugin" - artifactId still is "maven-cayenne-plugin"

2017-01-30 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne/blob/2cddff91/plugins/cayenne-maven-plugin/src/test/resources/org/apache/cayenne/tools/dbimport/testFilteringWithSchema.map.xml-result -- diff --git a/plugins/cayenne-maven-plugin/src

[4/8] cayenne git commit: CAY-2214 cdbimport: rename maven-cayenne-plugin - change module and folder name to "cayenne-maven-plugin" - artifactId still is "maven-cayenne-plugin"

2017-01-30 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne/blob/2cddff91/plugins/maven-cayenne-plugin/src/main/java/org/apache/cayenne/tools/DbGeneratorMojo.java -- diff --git a/plugins/maven-cayenne-plugin/src/main/java/org/apache/cayenne/to

[3/8] cayenne git commit: CAY-2214 cdbimport: rename maven-cayenne-plugin - change module and folder name to "cayenne-maven-plugin" - artifactId still is "maven-cayenne-plugin"

2017-01-30 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne/blob/2cddff91/plugins/maven-cayenne-plugin/src/test/resources/org/apache/cayenne/tools/config/pom-schema.xml -- diff --git a/plugins/maven-cayenne-plugin/src/test/resources/org/apache

[1/8] cayenne git commit: CAY-2214 cdbimport: rename maven-cayenne-plugin - change module and folder name to "cayenne-maven-plugin" - artifactId still is "maven-cayenne-plugin"

2017-01-30 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master a148a2895 -> 2cddff91a http://git-wip-us.apache.org/repos/asf/cayenne/blob/2cddff91/plugins/maven-cayenne-plugin/src/test/resources/org/apache/cayenne/tools/dbimport/testSupportsCatalogsOnReverseEngineering-pom.xml

[5/8] cayenne git commit: CAY-2214 cdbimport: rename maven-cayenne-plugin - change module and folder name to "cayenne-maven-plugin" - artifactId still is "maven-cayenne-plugin"

2017-01-30 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne/blob/2cddff91/plugins/cayenne-maven-plugin/src/test/resources/org/apache/cayenne/tools/dbimport/testSchemasAndTableExclude-pom.xml -- diff --git a/plugins/cayenne-maven-plugin/src/tes

[2/8] cayenne git commit: CAY-2214 cdbimport: rename maven-cayenne-plugin - change module and folder name to "cayenne-maven-plugin" - artifactId still is "maven-cayenne-plugin"

2017-01-30 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne/blob/2cddff91/plugins/maven-cayenne-plugin/src/test/resources/org/apache/cayenne/tools/dbimport/testForceDataMapSchema.map.xml-result -- diff --git a/plugins/maven-cayenne-plugin/src/

[7/8] cayenne git commit: CAY-2214 cdbimport: rename maven-cayenne-plugin - change module and folder name to "cayenne-maven-plugin" - artifactId still is "maven-cayenne-plugin"

2017-01-30 Thread ntimofeev
http://git-wip-us.apache.org/repos/asf/cayenne/blob/2cddff91/plugins/cayenne-maven-plugin/src/test/resources/cgen/testDomainMap.map.xml -- diff --git a/plugins/cayenne-maven-plugin/src/test/resources/cgen/testDomainMap.map.xml b/

[8/8] cayenne git commit: CAY-2214 cdbimport: rename maven-cayenne-plugin - change module and folder name to "cayenne-maven-plugin" - artifactId still is "maven-cayenne-plugin"

2017-01-30 Thread ntimofeev
CAY-2214 cdbimport: rename maven-cayenne-plugin - change module and folder name to "cayenne-maven-plugin" - artifactId still is "maven-cayenne-plugin" Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/2cddff91 Tree: http:/

[1/2] cayenne git commit: Revert version to 4.1.M1-SNAPSHOT

2017-09-25 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master 3fc094316 -> f29c5ab1e Revert version to 4.1.M1-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/19958fdc Tree: http://git-wip-us.apache.org/repos/asf/cay

cayenne git commit: Revert to 4.0.B2-SNAPSHOT

2017-09-25 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/STABLE-4.0 5bd6b08e6 -> 2cb46bef1 Revert to 4.0.B2-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/2cb46bef Tree: http://git-wip-us.apache.org/repos/asf/cayenne

cayenne git commit: CAY-2366 Incorrect EJBQL COUNT translation

2017-09-25 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/STABLE-4.0 2cb46bef1 -> 25f3ba07e CAY-2366 Incorrect EJBQL COUNT translation Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/25f3ba07 Tree: http://git-wip-us.apache.org/

cayenne git commit: CAY-2366 Incorrect EJBQL COUNT translation

2017-09-25 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master f29c5ab1e -> 5362bb396 CAY-2366 Incorrect EJBQL COUNT translation (cherry picked from commit 25f3ba0) Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/5362bb39 Tr

[cayenne] Git Push Summary

2017-09-25 Thread ntimofeev
Repository: cayenne Updated Tags: refs/tags/4.0.B2 [deleted] 3c86a577d

[cayenne] Git Push Summary

2017-09-25 Thread ntimofeev
Repository: cayenne Updated Tags: refs/tags/4.1.M1 [deleted] 17d332675

svn commit: r21991 - /dev/cayenne/4.0.B2/

2017-09-26 Thread ntimofeev
Author: ntimofeev Date: Tue Sep 26 07:20:57 2017 New Revision: 21991 Log: remove 4.0.B2 Removed: dev/cayenne/4.0.B2/

svn commit: r21992 - /dev/cayenne/4.1.M1/

2017-09-26 Thread ntimofeev
Author: ntimofeev Date: Tue Sep 26 07:21:15 2017 New Revision: 21992 Log: remove 4.1.M1 Removed: dev/cayenne/4.1.M1/

[01/10] cayenne git commit: CYA_2173 Update fluent query API documentation

2017-09-26 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/STABLE-4.0 25f3ba07e -> d5a181fff http://git-wip-us.apache.org/repos/asf/cayenne/blob/de255803/docs/docbook/cayenne-guide/src/docbkx/queries.xml -- diff --git a/docs/docbook/caye

[06/10] cayenne git commit: Fix code example

2017-09-26 Thread ntimofeev
Fix code example (cherry picked from commit 72e9ba6) Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/5e370208 Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/5e370208 Diff: http://git-wip-us.apache.org/repos/asf

[08/10] cayenne git commit: Change 4.0.M6 to 4.0.B1

2017-09-26 Thread ntimofeev
Change 4.0.M6 to 4.0.B1 Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/8df7c5d2 Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/8df7c5d2 Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/8df7c5d2 Branch

[10/10] cayenne git commit: Cleanup

2017-09-26 Thread ntimofeev
Cleanup Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/d5a181ff Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/d5a181ff Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/d5a181ff Branch: refs/heads/STA

[04/10] cayenne git commit: Documentation cleanup

2017-09-26 Thread ntimofeev
Documentation cleanup (cherry picked from commit a407572) Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/afb731f7 Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/afb731f7 Diff: http://git-wip-us.apache.org/repo

[05/10] cayenne git commit: ValueObjectType documentation + other minor additions

2017-09-26 Thread ntimofeev
ValueObjectType documentation + other minor additions (cherry picked from commit 1d58619) Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/54fc9975 Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/54fc9975 Diff: h

[07/10] cayenne git commit: Cleanup

2017-09-26 Thread ntimofeev
Cleanup Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/dbd733ab Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/dbd733ab Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/dbd733ab Branch: refs/heads/STA

[02/10] cayenne git commit: CYA_2173 Update fluent query API documentation

2017-09-26 Thread ntimofeev
CYA_2173 Update fluent query API documentation (cherry picked from commit d166a6a) Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/de255803 Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/de255803 Diff: http://g

[03/10] cayenne git commit: Cayenne additional modules documentation

2017-09-26 Thread ntimofeev
Cayenne additional modules documentation (cherry picked from commit b073b48) Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/562aac45 Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/562aac45 Diff: http://git-wip

[09/10] cayenne git commit: Merge branch '4.0-docs-backport' into asf-STABLE-4.0

2017-09-26 Thread ntimofeev
Merge branch '4.0-docs-backport' into asf-STABLE-4.0 Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/cf303c44 Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/cf303c44 Diff: http://git-wip-us.apache.org/repos/asf/

cayenne git commit: Revert to 4.0.B2-SNAPSHOT

2017-09-26 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/STABLE-4.0 d5a181fff -> 44d4a37c5 Revert to 4.0.B2-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/44d4a37c Tree: http://git-wip-us.apache.org/repos/asf/cayenne

cayenne git commit: Revert to 4.1.M1-SNAPSHOT

2017-09-26 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master 5362bb396 -> 8b4e3bc60 Revert to 4.1.M1-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/8b4e3bc6 Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tre

cayenne git commit: [maven-release-plugin] prepare release 4.0.B2

2017-09-26 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/STABLE-4.0 44d4a37c5 -> 5e76e666c [maven-release-plugin] prepare release 4.0.B2 Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/5e76e666 Tree: http://git-wip-us.apache.o

cayenne git commit: [maven-release-plugin] prepare for next development iteration

2017-09-26 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/STABLE-4.0 5e76e666c -> 01e7586a4 [maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/01e7586a Tree: http://git

[cayenne] Git Push Summary

2017-09-26 Thread ntimofeev
Repository: cayenne Updated Tags: refs/tags/4.0.B2 [created] 2160b3a7a

svn commit: r21993 - /dev/cayenne/4.0.B2/

2017-09-26 Thread ntimofeev
Author: ntimofeev Date: Tue Sep 26 11:39:52 2017 New Revision: 21993 Log: 4.0.B2 release Added: dev/cayenne/4.0.B2/ dev/cayenne/4.0.B2/cayenne-4.0.B2-macosx.dmg (with props) dev/cayenne/4.0.B2/cayenne-4.0.B2-macosx.dmg.asc dev/cayenne/4.0.B2/cayenne-4.0.B2-macosx.dmg.md5

cayenne git commit: CAY-2368 ColumnSelect: Property.self() translates into wrong SQL code

2017-09-26 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master 8b4e3bc60 -> b34c76b24 CAY-2368 ColumnSelect: Property.self() translates into wrong SQL code Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/b34c76b2 Tree: http:/

cayenne git commit: CAY-2367 ClassCastException reading an attribute of type 'char'

2017-09-26 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master b34c76b24 -> 0c9098138 CAY-2367 ClassCastException reading an attribute of type 'char' Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/0c909813 Tree: http://git-w

cayenne git commit: Fix test: insert String instead of char

2017-09-27 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master 0c9098138 -> 75d126490 Fix test: insert String instead of char Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/75d12649 Tree: http://git-wip-us.apache.org/repos/a

cayenne git commit: CAY-2364 Wrong logging in SQLTemplate

2017-10-02 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/STABLE-4.0 01e7586a4 -> ef5a86c18 CAY-2364 Wrong logging in SQLTemplate Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/ef5a86c1 Tree: http://git-wip-us.apache.org/repos

cayenne git commit: CAY-2365 SQLExec query tries to convert result set into objects

2017-10-02 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/STABLE-4.0 ef5a86c18 -> 6c866e197 CAY-2365 SQLExec query tries to convert result set into objects (cherry picked from commit 6c17c02) Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/c

cayenne git commit: CAY-2368 ColumnSelect: Property.self() translates into wrong SQL code

2017-10-02 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/STABLE-4.0 6c866e197 -> c0c0cfa05 CAY-2368 ColumnSelect: Property.self() translates into wrong SQL code (cherry picked from commit b34c76b24a73355fb4c1085dfc10c4741668ea60) Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: h

cayenne git commit: Test case when lowercase names used by DB

2017-10-02 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/STABLE-4.0 c0c0cfa05 -> 1b945ae6c Test case when lowercase names used by DB Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/1b945ae6 Tree: http://git-wip-us.apache.org/r

cayenne git commit: Cleanup

2017-10-02 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master 75d126490 -> 9867ff21e Cleanup Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/9867ff21 Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/9867ff21 Diff: h

[1/3] cayenne git commit: Java 9 support (compile and runtime) - deps and maven plugins version update

2017-10-02 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master 9867ff21e -> 59b12b394 Java 9 support (compile and runtime) - deps and maven plugins version update Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/7ba05f39 Tree

[2/3] cayenne git commit: Java 9 support (compile and runtime) - OSX Wrapper to dynamically use proper app handlers - remove usage of JDK internals

2017-10-02 Thread ntimofeev
Java 9 support (compile and runtime) - OSX Wrapper to dynamically use proper app handlers - remove usage of JDK internals Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/253887b2 Tree: http://git-wip-us.apache.org/repos/

[3/3] cayenne git commit: Java 9 support (compile and runtime) - enable travis build on oracle JDK 9

2017-10-02 Thread ntimofeev
Java 9 support (compile and runtime) - enable travis build on oracle JDK 9 Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/59b12b39 Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/59b12b39 Diff: http://git-wip-u

[2/2] cayenne git commit: Merge remote-tracking branch 'remotes/parent/pr/242' into asf-master

2017-10-02 Thread ntimofeev
Merge remote-tracking branch 'remotes/parent/pr/242' into asf-master Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/0a78a598 Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/0a78a598 Diff: http://git-wip-us.apach

[1/2] cayenne git commit: CAY-2361 PostgreSQL DbGenerator issues

2017-10-02 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master 59b12b394 -> 0a78a598c CAY-2361 PostgreSQL DbGenerator issues Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/4b48a002 Tree: http://git-wip-us.apache.org/repos/as

cayenne git commit: CAY-2367 ClassCastException reading an attribute of type 'char'

2017-10-03 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/STABLE-4.0 1b945ae6c -> 53fc0ae3e CAY-2367 ClassCastException reading an attribute of type 'char' Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/53fc0ae3 Tree: http://g

cayenne git commit: CAY-2367 ClassCastException reading an attribute of type 'char' - minor test improvement

2017-10-03 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master 0a78a598c -> bfada3f1f CAY-2367 ClassCastException reading an attribute of type 'char' - minor test improvement Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/

[3/3] cayenne git commit: Merge remote-tracking branch 'remotes/parent/pr/243' into asf-master

2017-10-03 Thread ntimofeev
Merge remote-tracking branch 'remotes/parent/pr/243' into asf-master Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/90327afa Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/90327afa Diff: http://git-wip-us.apach

[1/3] cayenne git commit: Use boxed types for nullable primitive fields

2017-10-03 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master bfada3f1f -> 90327afa5 Use boxed types for nullable primitive fields Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/f61b163b Tree: http://git-wip-us.apache.org/r

[2/3] cayenne git commit: Use boxed types for nullable primitive fields

2017-10-03 Thread ntimofeev
Use boxed types for nullable primitive fields Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/6c871b3f Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/6c871b3f Diff: http://git-wip-us.apache.org/repos/asf/cayenne

cayenne git commit: CAY-2361 PostgreSQL DbGenerator issues

2017-10-03 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/STABLE-4.0 53fc0ae3e -> e88766ee6 CAY-2361 PostgreSQL DbGenerator issues (cherry picked from commit 4b48a002dde2527ac71b3b06485288bac3b18d97) Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/rep

[1/2] cayenne git commit: Align class name with other value types.

2017-10-03 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master 90327afa5 -> b0e217187 Align class name with other value types. Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/53ece1e5 Tree: http://git-wip-us.apache.org/repos/

[2/2] cayenne git commit: Use soft retain strategy Add CharacterValueType

2017-10-03 Thread ntimofeev
Use soft retain strategy Add CharacterValueType Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/b0e21718 Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/b0e21718 Diff: http://git-wip-us.apache.org/repos/asf/cayen

cayenne git commit: Align class name with other value types.

2017-10-03 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/STABLE-4.0 e88766ee6 -> 522d45811 Align class name with other value types. Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/522d4581 Tree: http://git-wip-us.apache.org/re

cayenne git commit: Fix tests on Oracle

2017-10-03 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/master b0e217187 -> 2568f02f8 Fix tests on Oracle Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/2568f02f Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/2568

cayenne git commit: CAY-2253 Cayenne JDK9 compatibility - backport of changes made for 4.1 branch - fix imports to deal with java.lang.Module class conflict

2017-10-04 Thread ntimofeev
Repository: cayenne Updated Branches: refs/heads/STABLE-4.0 522d45811 -> 859f459c2 CAY-2253 Cayenne JDK9 compatibility - backport of changes made for 4.1 branch - fix imports to deal with java.lang.Module class conflict Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit:

svn commit: r22139 - /dev/cayenne/4.0.B2/ /release/cayenne/4.0.B2/

2017-10-05 Thread ntimofeev
Author: ntimofeev Date: Fri Oct 6 06:51:54 2017 New Revision: 22139 Log: 4.0.B2 release Added: release/cayenne/4.0.B2/ - copied from r22138, dev/cayenne/4.0.B2/ Removed: dev/cayenne/4.0.B2/

  1   2   3   4   5   6   7   8   9   10   >