[cayenne] branch ics17 created (now 9ed6dac)

2020-09-30 Thread johnthuss
This is an automated email from the ASF dual-hosted git repository. johnthuss pushed a change to branch ics17 in repository https://gitbox.apache.org/repos/asf/cayenne.git. at 9ed6dac Use IN expression for disjointById prefetches where possible. Makes generated SQL more consistent, and

[cayenne] 03/03: Use IN expression for disjointById prefetches where possible. Makes generated SQL more consistent, and performs better generally.

2020-09-30 Thread johnthuss
This is an automated email from the ASF dual-hosted git repository. johnthuss pushed a commit to branch ics17 in repository https://gitbox.apache.org/repos/asf/cayenne.git commit 9ed6dacd4f820dfa121646769e216bfe6982e0f2 Author: John Huss AuthorDate: Wed Sep 4 09:21:45 2019 -0500 Use IN

[cayenne] 02/03: Allow CacheInvalidationFilter to be enabled/disabled on a per context basis

2020-09-30 Thread johnthuss
This is an automated email from the ASF dual-hosted git repository. johnthuss pushed a commit to branch ics17 in repository https://gitbox.apache.org/repos/asf/cayenne.git commit 780f303edb34db178ee247b7846be879698b2ace Author: John Huss AuthorDate: Tue Jan 29 16:54:19 2019 -0600 Allow

[cayenne] branch ics17 deleted (was 9ed6dac)

2020-09-30 Thread johnthuss
This is an automated email from the ASF dual-hosted git repository. johnthuss pushed a change to branch ics17 in repository https://gitbox.apache.org/repos/asf/cayenne.git. was 9ed6dac Use IN expression for disjointById prefetches where possible. Makes generated SQL more consistent, and

[cayenne] 01/03: CAY-2509 Result of resolving lazily faulted relationships can be out-of-date

2020-09-30 Thread johnthuss
This is an automated email from the ASF dual-hosted git repository. johnthuss pushed a commit to branch ics17 in repository https://gitbox.apache.org/repos/asf/cayenne.git commit e4b0a1bdd46cd5f359acd6a09968e457e499a6be Author: Arseni Bulatski AuthorDate: Wed Jan 9 13:14:49 2019 +0300 CAY

[cayenne] branch genpkbatch created (now 57332e8)

2020-02-17 Thread johnthuss
This is an automated email from the ASF dual-hosted git repository. johnthuss pushed a change to branch genpkbatch in repository https://gitbox.apache.org/repos/asf/cayenne.git. at 57332e8 CAY-2650 Support using generated primary keys along with batch inserts This branch includes the

[cayenne] 01/02: CAY-2650 Support using generated primary keys along with batch inserts

2020-02-17 Thread johnthuss
This is an automated email from the ASF dual-hosted git repository. johnthuss pushed a commit to branch genpkbatch in repository https://gitbox.apache.org/repos/asf/cayenne.git commit a1019c802b9f1d0df22850aeeca91606d861072f Author: John Huss AuthorDate: Tue Feb 11 15:44:09 2020 -0600 CAY

[cayenne] 02/02: CAY-2650 Support using generated primary keys along with batch inserts

2020-02-17 Thread johnthuss
This is an automated email from the ASF dual-hosted git repository. johnthuss pushed a commit to branch genpkbatch in repository https://gitbox.apache.org/repos/asf/cayenne.git commit 57332e865f5dabb9c7adef4bac9a61137f6828c4 Author: John Huss AuthorDate: Mon Feb 17 09:27:06 2020 -0600 CAY

[cayenne] branch master updated: Revert "CAY-2589 Allow optionally using a local query cache that is separate from the shared query cache."

2019-07-09 Thread johnthuss
This is an automated email from the ASF dual-hosted git repository. johnthuss pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cayenne.git The following commit(s) were added to refs/heads/master by this push: new e60ce41 Revert "CAY-2589 Allow optio

[cayenne] branch master updated: CAY-2589 Allow optionally using a local query cache that is separate from the shared query cache.

2019-07-01 Thread johnthuss
This is an automated email from the ASF dual-hosted git repository. johnthuss pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cayenne.git The following commit(s) were added to refs/heads/master by this push: new 597376a CAY-2589 Allow optionally using a

[cayenne] branch master updated: Cgen - optionally allow user-defined tools besides ImportUtils for working with velocity templates.

2019-06-11 Thread johnthuss
This is an automated email from the ASF dual-hosted git repository. johnthuss pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cayenne.git The following commit(s) were added to refs/heads/master by this push: new 9e489dd Cgen - optionally allow user

[cayenne] branch master updated: Cgen - expose some methods for Property generation for use in custom templates

2019-05-28 Thread johnthuss
This is an automated email from the ASF dual-hosted git repository. johnthuss pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cayenne.git The following commit(s) were added to refs/heads/master by this push: new df10b23 Cgen - expose some methods for

[cayenne] branch cayenne42testing3 deleted (was d447080)

2019-05-13 Thread johnthuss
This is an automated email from the ASF dual-hosted git repository. johnthuss pushed a change to branch cayenne42testing3 in repository https://gitbox.apache.org/repos/asf/cayenne.git. was d447080 Add failing test for 'less than NULL' This change permanently discards the

[cayenne] 01/02: Add failing test for transient insert and delete of a to-many relationship value

2019-05-13 Thread johnthuss
This is an automated email from the ASF dual-hosted git repository. johnthuss pushed a commit to branch cayenne42testing3 in repository https://gitbox.apache.org/repos/asf/cayenne.git commit ff91fa76ca04607c71440851894f19e2d3d7e97d Author: John Huss AuthorDate: Mon May 13 11:58:43 2019 -0500

[cayenne] 02/02: Add failing test for 'less than NULL'

2019-05-13 Thread johnthuss
This is an automated email from the ASF dual-hosted git repository. johnthuss pushed a commit to branch cayenne42testing3 in repository https://gitbox.apache.org/repos/asf/cayenne.git commit d44708010b3ed37f94f6dce4570a27de499120ba Author: John Huss AuthorDate: Mon May 13 15:11:06 2019 -0500

[cayenne] branch cayenne42testing3 created (now d447080)

2019-05-13 Thread johnthuss
This is an automated email from the ASF dual-hosted git repository. johnthuss pushed a change to branch cayenne42testing3 in repository https://gitbox.apache.org/repos/asf/cayenne.git. at d447080 Add failing test for 'less than NULL' This branch includes the following n

[cayenne] branch master updated: Optimistic locking - Fix NPE when locking on a null value for a to-one relationship

2019-05-13 Thread johnthuss
This is an automated email from the ASF dual-hosted git repository. johnthuss pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cayenne.git The following commit(s) were added to refs/heads/master by this push: new 56d1198 Optimistic locking - Fix NPE when

[cayenne] branch master updated: Ant cgen couldn't find third-party classes with Java 11 to generate Property instances for them.

2019-05-13 Thread johnthuss
This is an automated email from the ASF dual-hosted git repository. johnthuss pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cayenne.git The following commit(s) were added to refs/heads/master by this push: new 0cff591 Ant cgen couldn't find third-

[1/5] cayenne git commit: CAY-2499 Support for COUNT(DISTINCT(column)) function aggregate

2018-12-12 Thread johnthuss
Repository: cayenne Updated Branches: refs/heads/master c8557ffa8 -> 54b3f8110 http://git-wip-us.apache.org/repos/asf/cayenne/blob/54b3f811/cayenne-server/src/main/java/org/apache/cayenne/exp/parser/JJTExpressionParserState.java --

[4/5] cayenne git commit: Modeler - fix warning about non-PK joins so that missing reverse relationships don't trigger it, and fix typo in the message

2018-12-12 Thread johnthuss
Modeler - fix warning about non-PK joins so that missing reverse relationships don't trigger it, and fix typo in the message Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/55c91f99 Tree: http://git-wip-us.apache.org/repo

[2/5] cayenne git commit: CAY-2499 Support for COUNT(DISTINCT(column)) function aggregate

2018-12-12 Thread johnthuss
http://git-wip-us.apache.org/repos/asf/cayenne/blob/54b3f811/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

[3/5] cayenne git commit: CAY-2499 Support for COUNT(DISTINCT(column)) function aggregate

2018-12-12 Thread johnthuss
CAY-2499 Support for COUNT(DISTINCT(column)) function aggregate Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/54b3f811 Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/54b3f811 Diff: http://git-wip-us.apache.org

[5/5] cayenne git commit: Fix detection of NoopEventBridge (provider is actually a DefaultScopeProvider returning a NoopEventBridge)

2018-12-12 Thread johnthuss
Fix detection of NoopEventBridge (provider is actually a DefaultScopeProvider returning a NoopEventBridge) Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/220e1cb0 Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree

[cayenne] Git Push Summary

2018-05-04 Thread johnthuss
Repository: cayenne Updated Branches: refs/heads/querycache [deleted] 0a62b2be5

[3/3] cayenne git commit: noop

2018-05-04 Thread johnthuss
noop Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/0a62b2be Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/0a62b2be Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/0a62b2be Branch: refs/heads/queryc

[2/3] cayenne git commit: Fix ROP compatibility with QueryCache changes

2018-05-04 Thread johnthuss
Fix ROP compatibility with QueryCache changes Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/2ac3c977 Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/2ac3c977 Diff: http://git-wip-us.apache.org/repos/asf/cayenne

[1/3] cayenne git commit: Added getQueryCache to the ObjectContext interface since this is already implemented by BaseContext anyway and makes accessing the cache much easier.

2018-05-04 Thread johnthuss
Repository: cayenne Updated Branches: refs/heads/querycache [created] 0a62b2be5 Added getQueryCache to the ObjectContext interface since this is already implemented by BaseContext anyway and makes accessing the cache much easier. Revised signature for QueryCache.remove(String) to be remove(Qu

[GitHub] cayenne pull request #292: QueryCache improvements for local caching

2018-05-02 Thread johnthuss
GitHub user johnthuss opened a pull request: https://github.com/apache/cayenne/pull/292 QueryCache improvements for local caching Added getQueryCache to the ObjectContext interface since this is already implemented by BaseContext anyway and makes accessing the cache much easier

[2/4] cayenne git commit: Fix flattened attributes with optimistic locking

2018-05-02 Thread johnthuss
Fix flattened attributes with optimistic locking Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/20d20c71 Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/20d20c71 Diff: http://git-wip-us.apache.org/repos/asf/caye

[3/4] cayenne git commit: Enhance CayenneFilter to allow setting a custom DataDomain name in web.xml

2018-05-02 Thread johnthuss
Enhance CayenneFilter to allow setting a custom DataDomain name in web.xml Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/15b7f696 Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/15b7f696 Diff: http://git-wip-us

[1/4] cayenne git commit: Fix NPE in cgen task when looking up templates in classpath

2018-05-02 Thread johnthuss
Repository: cayenne Updated Branches: refs/heads/master 319e58970 -> 15b7f696b Fix NPE in cgen task when looking up templates in classpath Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/240c8155 Tree: http://git-wip-u

[4/4] cayenne git commit: Enhance CayenneFilter to allow specifying multiple comma-separated DataDomain locations in web.xml

2018-05-02 Thread johnthuss
Enhance CayenneFilter to allow specifying multiple comma-separated DataDomain locations in web.xml Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/cac0527e Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/cac0527

svn commit: r1782379 - in /cayenne/sandbox/cayenne-migrations: ./ src/main/java/org/apache/cayenne/migration/

2017-02-09 Thread johnthuss
Author: johnthuss Date: Thu Feb 9 19:29:34 2017 New Revision: 1782379 URL: http://svn.apache.org/viewvc?rev=1782379&view=rev Log: Add more efficient way to add columns to existing tables Simplify database-specific SQL file naming Modified: cayenne/sandbox/cayenne-migrations/.class

cayenne git commit: Catch conversion errors when setting property values in order to get an error message that includes the property name

2016-11-18 Thread johnthuss
Repository: cayenne Updated Branches: refs/heads/master b0d0faff0 -> aae4e82a9 Catch conversion errors when setting property values in order to get an error message that includes the property name Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.o

[cayenne] Git Push Summary

2016-08-09 Thread johnthuss
Repository: cayenne Updated Branches: refs/heads/ics11 [deleted] 6b73bad78

[5/6] cayenne git commit: Expression.filterObjects needs to always return a new mutable collection to avoid blindsiding clients

2016-08-09 Thread johnthuss
Expression.filterObjects needs to always return a new mutable collection to avoid blindsiding clients Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/4d9a66c6 Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/4d9a

[1/6] cayenne git commit: Soem fixes for evaluating Expressions with nulls in memory

2016-08-09 Thread johnthuss
Repository: cayenne Updated Branches: refs/heads/ics11 [created] 6b73bad78 Soem fixes for evaluating Expressions with nulls in memory More fixes for evaluating Expression with nulls in memory null does not short circuit an AND expression select null and false; -- returns false select null and

[3/6] cayenne git commit: Allow specifying multiple comma-separated DataDomain locations for CayenneFilter (web.xml)

2016-08-09 Thread johnthuss
Allow specifying multiple comma-separated DataDomain locations for CayenneFilter (web.xml) Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/7e0f8011 Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/7e0f8011 Diff:

[6/6] cayenne git commit: Fix unnecessary fetching of relationships when optimistic locking is enabled for an entity, but not for all its relationships

2016-08-09 Thread johnthuss
Fix unnecessary fetching of relationships when optimistic locking is enabled for an entity, but not for all its relationships Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/6b73bad7 Tree: http://git-wip-us.apache.org/rep

[2/6] cayenne git commit: Fix flattened attributes

2016-08-09 Thread johnthuss
Fix flattened attributes Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/b93a51c6 Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/b93a51c6 Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/b93a51c6 Branc

[4/6] cayenne git commit: CAY-2064 Issue with BeanAccessor for classes with complex inheritance

2016-08-09 Thread johnthuss
CAY-2064 Issue with BeanAccessor for classes with complex inheritance Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/b0619b49 Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/b0619b49 Diff: http://git-wip-us.apac

cayenne git commit: Fix unnecessary fetching of relationships when optimistic locking is enabled for an entity, but not for all its to-one relationships

2016-06-13 Thread johnthuss
Repository: cayenne Updated Branches: refs/heads/master 85852f92e -> 81f99c3b5 Fix unnecessary fetching of relationships when optimistic locking is enabled for an entity, but not for all its to-one relationships Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-

cayenne git commit: Expression.filterObjects needs to always return a new mutable collection to avoid blindsiding clients

2015-09-15 Thread johnthuss
Repository: cayenne Updated Branches: refs/heads/master de8a52b2e -> 43a0af870 Expression.filterObjects needs to always return a new mutable collection to avoid blindsiding clients Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cay

cayenne git commit: Restore behavior so ConnectionUnavailableException is thrown if obtaining a DB connection from the pool times out

2015-06-24 Thread johnthuss
Repository: cayenne Updated Branches: refs/heads/master faa48a481 -> 34bdd84dc Restore behavior so ConnectionUnavailableException is thrown if obtaining a DB connection from the pool times out Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/r

cayenne git commit: CAY-1987 Widen types before performing in-memory evaluation of qualifiers using j.l.Number subclasses

2015-03-16 Thread johnthuss
Repository: cayenne Updated Branches: refs/heads/master 5bbbd9217 -> 41d362b0c CAY-1987 Widen types before performing in-memory evaluation of qualifiers using j.l.Number subclasses Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cay

svn commit: r1580216 - /cayenne/sandbox/cayenne-migrations/pom.xml

2014-03-22 Thread johnthuss
Author: johnthuss Date: Sat Mar 22 14:38:27 2014 New Revision: 1580216 URL: http://svn.apache.org/r1580216 Log: Fixed maven pom.xml Modified: cayenne/sandbox/cayenne-migrations/pom.xml Modified: cayenne/sandbox/cayenne-migrations/pom.xml URL: http://svn.apache.org/viewvc/cayenne/sandbox

svn commit: r1579966 - /cayenne/main/trunk/cayenne-server/src/main/java/org/apache/cayenne/access/translator/batch/SoftDeleteTranslatorFactory.java

2014-03-21 Thread johnthuss
Author: johnthuss Date: Fri Mar 21 16:09:37 2014 New Revision: 1579966 URL: http://svn.apache.org/r1579966 Log: Javadoc fixes for problems found by java 8's javadoc utility Modified: cayenne/main/trunk/cayenne-server/src/main/java/org/apache/cayenne/access/translator/

svn commit: r1579945 - in /cayenne/main/trunk: cayenne-di/src/main/java/org/apache/cayenne/di/ cayenne-server/src/main/java/org/apache/cayenne/ cayenne-server/src/main/java/org/apache/cayenne/access/

2014-03-21 Thread johnthuss
Author: johnthuss Date: Fri Mar 21 14:30:28 2014 New Revision: 1579945 URL: http://svn.apache.org/r1579945 Log: Javadoc fixes for problems found by java 8's javadoc utility Modified: cayenne/main/trunk/cayenne-di/src/main/java/org/apache/cayenne/di/AdhocObjectFactory.java cayenne

svn commit: r1579026 - in /cayenne/main/trunk/cayenne-server/src: main/java/org/apache/cayenne/exp/parser/ASTList.java test/java/org/apache/cayenne/exp/parser/ASTListTest.java

2014-03-18 Thread johnthuss
Author: johnthuss Date: Tue Mar 18 20:11:14 2014 New Revision: 1579026 URL: http://svn.apache.org/r1579026 Log: Fix possible ArrayStoreException in ASTList when using Arrays.asList(...) Added: cayenne/main/trunk/cayenne-server/src/test/java/org/apache/cayenne/exp/parser/ASTListTest.java

svn commit: r1562195 - /cayenne/sandbox/cayenne-migrations/src/main/java/org/apache/cayenne/migration/Migrator.java

2014-01-28 Thread johnthuss
Author: johnthuss Date: Tue Jan 28 19:57:11 2014 New Revision: 1562195 URL: http://svn.apache.org/r1562195 Log: Smarter database locking; Add logging for better clarity Modified: cayenne/sandbox/cayenne-migrations/src/main/java/org/apache/cayenne/migration/Migrator.java Modified: cayenne

svn commit: r1562196 - in /cayenne/sandbox/cayenne-migrations/src: main/java/org/apache/cayenne/migration/MigrationGenerator.java main/java/org/apache/cayenne/migration/MigrationTable.java test/java/o

2014-01-28 Thread johnthuss
Author: johnthuss Date: Tue Jan 28 19:57:13 2014 New Revision: 1562196 URL: http://svn.apache.org/r1562196 Log: Add option to create an index when creating a foreign key Modified: cayenne/sandbox/cayenne-migrations/src/main/java/org/apache/cayenne/migration/MigrationGenerator.java

svn commit: r1552767 - /cayenne/main/trunk/cayenne-server/src/test/java/org/apache/cayenne/dba/JdbcPkGeneratorTest.java

2013-12-20 Thread johnthuss
Author: johnthuss Date: Fri Dec 20 17:56:35 2013 New Revision: 1552767 URL: http://svn.apache.org/r1552767 Log: Fixed Derby test failure Modified: cayenne/main/trunk/cayenne-server/src/test/java/org/apache/cayenne/dba/JdbcPkGeneratorTest.java Modified: cayenne/main/trunk/cayenne-server

svn commit: r1552452 - in /cayenne/main/trunk/cayenne-server/src: main/java/org/apache/cayenne/dba/db2/ main/java/org/apache/cayenne/dba/frontbase/ main/java/org/apache/cayenne/dba/h2/ main/java/org/a

2013-12-19 Thread johnthuss
Author: johnthuss Date: Thu Dec 19 23:17:15 2013 New Revision: 1552452 URL: http://svn.apache.org/r1552452 Log: Fix overriding starting values for several PkGenerators; fix JdbcPkGeneratorTest Modified: cayenne/main/trunk/cayenne-server/src/main/java/org/apache/cayenne/dba/db2

svn commit: r1552362 - in /cayenne/main/trunk: cayenne-server/src/main/java/org/apache/cayenne/dba/h2/H2Adapter.java cayenne-server/src/main/java/org/apache/cayenne/dba/h2/H2PkGenerator.java docs/doc/

2013-12-19 Thread johnthuss
Author: johnthuss Date: Thu Dec 19 17:18:23 2013 New Revision: 1552362 URL: http://svn.apache.org/r1552362 Log: CAY-1894 Support native PK generation using sequences for H2 databases Added: cayenne/main/trunk/cayenne-server/src/main/java/org/apache/cayenne/dba/h2/H2PkGenerator.java Modified

svn commit: r1531989 - in /cayenne/main/trunk/framework/cayenne-core-unpublished/src: main/java/org/apache/cayenne/exp/ main/java/org/apache/cayenne/reflect/ test/java/org/apache/cayenne/exp/ test/jav

2013-10-14 Thread johnthuss
Author: johnthuss Date: Mon Oct 14 17:36:24 2013 New Revision: 1531989 URL: http://svn.apache.org/r1531989 Log: Add getFrom and setIn methods to Property for accessing object state via reflection; Implement equals and hashCode Tweak the behavior of PropertyUtils.setProperty to match the

svn commit: r1530733 - /cayenne/main/trunk/framework/cayenne-core-unpublished/src/main/java/org/apache/cayenne/exp/Property.java

2013-10-09 Thread johnthuss
Author: johnthuss Date: Wed Oct 9 17:52:55 2013 New Revision: 1530733 URL: http://svn.apache.org/r1530733 Log: Added Property methods to compare against another attribute instead of a literal or object Modified: cayenne/main/trunk/framework/cayenne-core-unpublished/src/main/java/org

svn commit: r1530444 - /cayenne/main/trunk/framework/cayenne-core-unpublished/src/main/java/org/apache/cayenne/exp/Expression.java

2013-10-08 Thread johnthuss
Author: johnthuss Date: Tue Oct 8 22:01:31 2013 New Revision: 1530444 URL: http://svn.apache.org/r1530444 Log: Relax type on Expression.filterObjects parameter (allow Collection) Modified: cayenne/main/trunk/framework/cayenne-core-unpublished/src/main/java/org/apache/cayenne/exp

svn commit: r1529324 - in /cayenne/main/trunk/framework/cayenne-core-unpublished/src/main/java/org/apache/cayenne: BaseContext.java ObjectContext.java

2013-10-04 Thread johnthuss
Author: johnthuss Date: Fri Oct 4 21:54:42 2013 New Revision: 1529324 URL: http://svn.apache.org/r1529324 Log: Make ObjectContext inherit from DataChannel so that creating nested contexts is more natural Modified: cayenne/main/trunk/framework/cayenne-core-unpublished/src/main/java/org

svn commit: r1529311 - /cayenne/main/trunk/framework/cayenne-core-unpublished/src/main/java/org/apache/cayenne/util/PersistentObjectSet.java

2013-10-04 Thread johnthuss
Author: johnthuss Date: Fri Oct 4 21:33:12 2013 New Revision: 1529311 URL: http://svn.apache.org/r1529311 Log: Track changes in PersistentObjectSet.retainAll Modified: cayenne/main/trunk/framework/cayenne-core-unpublished/src/main/java/org/apache/cayenne/util/PersistentObjectSet.java

svn commit: r1523710 - in /cayenne/main/trunk: docs/doc/src/main/resources/ framework/cayenne-core-unpublished/src/main/java/org/apache/cayenne/reflect/ framework/cayenne-core-unpublished/src/test/jav

2013-09-16 Thread johnthuss
Author: johnthuss Date: Mon Sep 16 15:44:02 2013 New Revision: 1523710 URL: http://svn.apache.org/r1523710 Log: CAY-1847 Make ConverterFactory extensible Added: cayenne/main/trunk/framework/cayenne-core-unpublished/src/main/java/org/apache/cayenne/reflect/ToAnyConverter.java Modified

svn commit: r1516617 - in /cayenne/sandbox/cayenne-migrations/src: main/java/org/apache/cayenne/migration/ test/java/org/apache/cayenne/migration/

2013-08-22 Thread johnthuss
Author: johnthuss Date: Thu Aug 22 21:30:58 2013 New Revision: 1516617 URL: http://svn.apache.org/r1516617 Log: Fix adding a new column to an existing table with a NOT NULL constraint Modified: cayenne/sandbox/cayenne-migrations/src/main/java/org/apache/cayenne/migration

svn commit: r1511516 - in /cayenne/sandbox/cayenne-migrations/src/main/java/org/apache/cayenne/migration: MigrationGenerator.java MigrationTable.java

2013-08-07 Thread johnthuss
Author: johnthuss Date: Wed Aug 7 22:05:32 2013 New Revision: 1511516 URL: http://svn.apache.org/r1511516 Log: Allow specifying a length for Timestamp, Time, Blob, and Clob columns since some DBs support it Modified: cayenne/sandbox/cayenne-migrations/src/main/java/org/apache/cayenne

svn commit: r1511508 - in /cayenne/main/trunk: docs/doc/src/main/resources/RELEASE-NOTES.txt framework/cayenne-core-unpublished/src/main/java/org/apache/cayenne/dba/mysql/MySQLAdapter.java

2013-08-07 Thread johnthuss
Author: johnthuss Date: Wed Aug 7 21:39:22 2013 New Revision: 1511508 URL: http://svn.apache.org/r1511508 Log: CAY-1862 MySQL - allow specifying a length for TIMESTAMP and TIME columns Modified: cayenne/main/trunk/docs/doc/src/main/resources/RELEASE-NOTES.txt cayenne/main/trunk

svn commit: r1509273 - in /cayenne/main/trunk/framework/cayenne-core-unpublished/src/main/java/org/apache/cayenne: BaseContext.java ObjectContext.java

2013-08-01 Thread johnthuss
Author: johnthuss Date: Thu Aug 1 15:03:27 2013 New Revision: 1509273 URL: http://svn.apache.org/r1509273 Log: Add type bounds to ObjectContext.localObject Modified: cayenne/main/trunk/framework/cayenne-core-unpublished/src/main/java/org/apache/cayenne/BaseContext.java cayenne/main

svn commit: r1509274 - /cayenne/main/trunk/framework/cayenne-core-unpublished/src/main/java/org/apache/cayenne/query/SelectQuery.java

2013-08-01 Thread johnthuss
Author: johnthuss Date: Thu Aug 1 15:03:33 2013 New Revision: 1509274 URL: http://svn.apache.org/r1509274 Log: Allow an Ordering subclass to be used where Ordering is accepted Modified: cayenne/main/trunk/framework/cayenne-core-unpublished/src/main/java/org/apache/cayenne/query

svn commit: r1508207 - in /cayenne/main/trunk: docs/doc/src/main/resources/ framework/cayenne-core-unpublished/src/main/java/org/apache/cayenne/configuration/ framework/cayenne-core-unpublished/src/ma

2013-07-29 Thread johnthuss
Author: johnthuss Date: Mon Jul 29 21:42:17 2013 New Revision: 1508207 URL: http://svn.apache.org/r1508207 Log: CAY-1844 Configuration for maximum time to wait for an available DB connection Modified: cayenne/main/trunk/docs/doc/src/main/resources/RELEASE-NOTES.txt cayenne/main/trunk

svn commit: r1505789 - in /cayenne/main/trunk: docs/doc/src/main/resources/ framework/cayenne-core-unpublished/src/main/java/org/apache/cayenne/access/jdbc/ framework/cayenne-core-unpublished/src/main

2013-07-22 Thread johnthuss
Author: johnthuss Date: Mon Jul 22 20:13:20 2013 New Revision: 1505789 URL: http://svn.apache.org/r1505789 Log: CAY-1840 Conditionally log slow / long-running queries Modified: cayenne/main/trunk/docs/doc/src/main/resources/RELEASE-NOTES.txt cayenne/main/trunk/framework/cayenne-core

svn commit: r1492852 - in /cayenne/sandbox/cayenne-migrations/src/main/java/org/apache/cayenne/migration: MigrationDatabase.java MigrationGenerator.java Migrator.java

2013-06-13 Thread johnthuss
Author: johnthuss Date: Thu Jun 13 20:32:07 2013 New Revision: 1492852 URL: http://svn.apache.org/r1492852 Log: Include catalog and schema in table names where generating sql statements Ignore empty sql files Better error message on migration failure Modified: cayenne/sandbox/cayenne

svn commit: r1489619 - in /cayenne/main/trunk: docs/doc/src/main/resources/ framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/ framework/cayenne-jdk1.5-unpublished/src/test/java/or

2013-06-04 Thread johnthuss
Author: johnthuss Date: Tue Jun 4 21:25:21 2013 New Revision: 1489619 URL: http://svn.apache.org/r1489619 Log: CAY-1832 Exception when modifying objects in postLoad callback Modified: cayenne/main/trunk/docs/doc/src/main/resources/RELEASE-NOTES.txt cayenne/main/trunk/framework/cayenne

svn commit: r1489617 - /cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/access/DataContext.java

2013-06-04 Thread johnthuss
Author: johnthuss Date: Tue Jun 4 21:24:00 2013 New Revision: 1489617 URL: http://svn.apache.org/r1489617 Log: Relax type bounds on objectFromDataRow to allow for Persistent subclasses too Modified: cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne

svn commit: r1479928 - /cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/reflect/ConverterFactory.java

2013-05-07 Thread johnthuss
Author: johnthuss Date: Tue May 7 14:39:56 2013 New Revision: 1479928 URL: http://svn.apache.org/r1479928 Log: Enhance PropertyUtils.setProperty to convert 0/1 to Booleans if needed Modified: cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/reflect

svn commit: r1479927 - /cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/reflect/PropertyUtils.java

2013-05-07 Thread johnthuss
Author: johnthuss Date: Tue May 7 14:39:50 2013 New Revision: 1479927 URL: http://svn.apache.org/r1479927 Log: Add more information to error message when PropertyUtils.setProperty fails Modified: cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne

svn commit: r1456531 - in /cayenne/sandbox/cayenne-migrations/src: main/java/org/apache/cayenne/migration/ test/java/org/apache/cayenne/migration/

2013-03-14 Thread johnthuss
Author: johnthuss Date: Thu Mar 14 16:53:12 2013 New Revision: 1456531 URL: http://svn.apache.org/r1456531 Log: Change database vendor detection used to locate raw sql files by name (CAUTION: may break existing users) Add length parameter to newBinaryColumn Allow dropping and re-adding the same

svn commit: r1426022 - in /cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src: main/java/org/apache/cayenne/dba/JdbcPkGenerator.java test/java/org/apache/cayenne/dba/ConcurrentPkGeneratorTest

2012-12-26 Thread johnthuss
Author: johnthuss Date: Wed Dec 26 20:52:44 2012 New Revision: 1426022 URL: http://svn.apache.org/viewvc?rev=1426022&view=rev Log: Improve implementation of JdbcPkGenerator.generatePk (CAY 1782) Modified: cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/ap

svn commit: r1425410 - /cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/dba/mysql/MySQLPkGenerator.java

2012-12-22 Thread johnthuss
Author: johnthuss Date: Sun Dec 23 05:25:51 2012 New Revision: 1425410 URL: http://svn.apache.org/viewvc?rev=1425410&view=rev Log: Add 'IF NOT EXISTS' to 'CREATE TABLE AUTO_PK_SUPPORT' to support migrations The 'IF NOT EXISTS' clause is supported in MySQL all th

svn commit: r1425409 - /cayenne/main/trunk/.gitignore

2012-12-22 Thread johnthuss
Author: johnthuss Date: Sun Dec 23 05:25:39 2012 New Revision: 1425409 URL: http://svn.apache.org/viewvc?rev=1425409&view=rev Log: Add eclipse files to .gitignore (following their removal in CAY-1740) Modified: cayenne/main/trunk/.gitignore Modified: cayenne/main/trunk/.gitignore URL:

svn commit: r1425408 - in /cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src: main/java/org/apache/cayenne/Cayenne.java test/java/org/apache/cayenne/CayenneTest.java

2012-12-22 Thread johnthuss
Author: johnthuss Date: Sun Dec 23 05:25:33 2012 New Revision: 1425408 URL: http://svn.apache.org/viewvc?rev=1425408&view=rev Log: Add Cayenne.objectForSelect following CAY-1294 (Generify Query) Modified: cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/ap

svn commit: r1425407 - /cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/dba/JdbcPkGenerator.java

2012-12-22 Thread johnthuss
Author: johnthuss Date: Sun Dec 23 05:25:20 2012 New Revision: 1425407 URL: http://svn.apache.org/viewvc?rev=1425407&view=rev Log: Improve pk generation code changes to avoid deadlock (CAY-1782) Modified: cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/ap

svn commit: r1423537 - in /cayenne/main/trunk: docs/doc/src/main/resources/ framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/dba/

2012-12-18 Thread johnthuss
Author: johnthuss Date: Tue Dec 18 17:19:55 2012 New Revision: 1423537 URL: http://svn.apache.org/viewvc?rev=1423537&view=rev Log: CAY-1782 Fix deadlock when performing many concurrent inserts Removed: cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cay

svn commit: r1423536 - /cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/test/java/org/apache/cayenne/dba/ConcurrentPkGeneratorTest.java

2012-12-18 Thread johnthuss
Author: johnthuss Date: Tue Dec 18 17:19:45 2012 New Revision: 1423536 URL: http://svn.apache.org/viewvc?rev=1423536&view=rev Log: Add "Concurrent PK Generation" test revealing deadlock on inserts Added: cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/test/j

svn commit: r1422323 - /cayenne/main/trunk/tutorials/tutorial-rop-client/src/main/java/org/apache/cayenne/tutorial/persistent/client/Main.java

2012-12-15 Thread johnthuss
Author: johnthuss Date: Sat Dec 15 19:29:57 2012 New Revision: 1422323 URL: http://svn.apache.org/viewvc?rev=1422323&view=rev Log: And fix the ROP tutorial build too Modified: cayenne/main/trunk/tutorials/tutorial-rop-client/src/main/java/org/apache/cayenne/tutorial/persistent/cl

svn commit: r1422243 - /cayenne/main/trunk/tutorials/tutorial/src/main/java/org/apache/cayenne/tutorial/Main.java

2012-12-15 Thread johnthuss
Author: johnthuss Date: Sat Dec 15 13:10:05 2012 New Revision: 1422243 URL: http://svn.apache.org/viewvc?rev=1422243&view=rev Log: Fix tutorial build Modified: cayenne/main/trunk/tutorials/tutorial/src/main/java/org/apache/cayenne/tutorial/Main.java Modified: cayenne/main/trunk/tutor

svn commit: r1422187 - in /cayenne/main/trunk: framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/access/ framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/acces

2012-12-14 Thread johnthuss
Author: johnthuss Date: Sat Dec 15 04:52:07 2012 New Revision: 1422187 URL: http://svn.apache.org/viewvc?rev=1422187&view=rev Log: Minimize compiler warnings about missing type parameter for SelectQuery Modified: cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java

svn commit: r1422186 - in /cayenne/main/trunk: docs/doc/src/main/resources/ framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/ framework/cayenne-jdk1.5-unpublished/src/main/java/or

2012-12-14 Thread johnthuss
Author: johnthuss Date: Sat Dec 15 04:50:00 2012 New Revision: 1422186 URL: http://svn.apache.org/viewvc?rev=1422186&view=rev Log: CAY-1294 Generify query Adds type parameter to SelectQuery to indicate query result type, along with a new 'select' method on ObjectContext. Added

svn commit: r1421016 - in /cayenne/main/trunk: docs/doc/src/main/resources/ framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/configuration/web/

2012-12-12 Thread johnthuss
Author: johnthuss Date: Wed Dec 12 22:10:29 2012 New Revision: 1421016 URL: http://svn.apache.org/viewvc?rev=1421016&view=rev Log: CAY-1781 Add StatelessContextRequestHandler as an alternative to the Session-based one Added: cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/

svn commit: r1373077 - in /cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src: main/java/org/apache/cayenne/conn/DriverDataSource.java test/java/org/apache/cayenne/conn/DriverDataSourceTest.j

2012-08-14 Thread johnthuss
Author: johnthuss Date: Tue Aug 14 20:47:05 2012 New Revision: 1373077 URL: http://svn.apache.org/viewvc?rev=1373077&view=rev Log: Lazily instantiate jdbc driver class to prevent errors for connections that are never opened Added: cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished

svn commit: r1363938 - in /cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src: main/java/org/apache/cayenne/query/Ordering.java test/java/org/apache/cayenne/query/OrderingTest.java

2012-07-20 Thread johnthuss
Author: johnthuss Date: Fri Jul 20 20:25:10 2012 New Revision: 1363938 URL: http://svn.apache.org/viewvc?rev=1363938&view=rev Log: Make Ordering.orderList covariant for 'orderings' list argument Modified: cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/j

svn commit: r1363869 - in /cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src: main/java/org/apache/cayenne/exp/Expression.java test/java/org/apache/cayenne/exp/ExpressionTest.java

2012-07-20 Thread johnthuss
Author: johnthuss Date: Fri Jul 20 16:39:41 2012 New Revision: 1363869 URL: http://svn.apache.org/viewvc?rev=1363869&view=rev Log: Add var-args methods for 'andExp' and 'orExp' to aid stringing multiple expressions together Modified: cayenne/main/trunk/framework/ca

svn commit: r1363868 - /cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/access/DataNode.java

2012-07-20 Thread johnthuss
Author: johnthuss Date: Fri Jul 20 16:39:35 2012 New Revision: 1363868 URL: http://svn.apache.org/viewvc?rev=1363868&view=rev Log: add toString method to DataNode that returns it's name Modified: cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayen

svn commit: r1361783 - in /cayenne/main/trunk: docs/doc/src/main/resources/ modeler/cayenne-modeler/src/main/java/org/apache/cayenne/modeler/action/ modeler/cayenne-modeler/src/main/java/org/apache/ca

2012-07-15 Thread johnthuss
Author: johnthuss Date: Sun Jul 15 20:16:43 2012 New Revision: 1361783 URL: http://svn.apache.org/viewvc?rev=1361783&view=rev Log: CAY-1647 Easily switch to/from ObjEntity and DbEntity in Modeler Added: cayenne/main/trunk/modeler/cayenne-modeler/src/main/java/org/apache/cayenne/mod

svn commit: r1361782 - in /cayenne/main/trunk: docs/doc/src/main/resources/ modeler/cayenne-modeler/src/main/java/org/apache/cayenne/modeler/ modeler/cayenne-modeler/src/main/java/org/apache/cayenne/m

2012-07-15 Thread johnthuss
Author: johnthuss Date: Sun Jul 15 20:16:29 2012 New Revision: 1361782 URL: http://svn.apache.org/viewvc?rev=1361782&view=rev Log: CAY-1646 Synchronize tabs in Modeler between ObjEntity and DbEntity editor panes Modified: cayenne/main/trunk/docs/doc/src/main/resources/RELEASE-NOTES

svn commit: r1361427 - in /cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src: main/java/org/apache/cayenne/ main/java/org/apache/cayenne/access/ main/java/org/apache/cayenne/access/jdbc/ mai

2012-07-13 Thread johnthuss
Author: johnthuss Date: Fri Jul 13 22:37:58 2012 New Revision: 1361427 URL: http://svn.apache.org/viewvc?rev=1361427&view=rev Log: Refactor rename reflect.Property to PropertyDescriptor to avoid confusion with new exp.Property Added: cayenne/main/trunk/framework/cayenne-jdk1.5-unpubli

svn commit: r1361426 - in /cayenne/main/trunk: docs/doc/src/main/resources/ framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/exp/ framework/cayenne-tools/src/main/resources/templa

2012-07-13 Thread johnthuss
Author: johnthuss Date: Fri Jul 13 22:37:43 2012 New Revision: 1361426 URL: http://svn.apache.org/viewvc?rev=1361426&view=rev Log: CAY-1724 Add 'Property' class for easier and better Expression creation Added: cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/j

svn commit: r1357465 - /cayenne/main/trunk/modeler/cayenne-modeler/src/main/java/org/apache/cayenne/modeler/util/combo/ComboBoxCellEditor.java

2012-07-04 Thread johnthuss
Author: johnthuss Date: Thu Jul 5 05:20:03 2012 New Revision: 1357465 URL: http://svn.apache.org/viewvc?rev=1357465&view=rev Log: Forgot to actually add comment back in for last commit Modified: cayenne/main/trunk/modeler/cayenne-modeler/src/main/java/org/apache/cayenne/modeler/util/c

svn commit: r1357459 - in /cayenne/main/trunk/modeler/cayenne-modeler/src/main/java/org/apache/cayenne/modeler: dialog/ResolveDbRelationshipDialog.java util/combo/ComboBoxCellEditor.java

2012-07-04 Thread johnthuss
Author: johnthuss Date: Thu Jul 5 04:57:06 2012 New Revision: 1357459 URL: http://svn.apache.org/viewvc?rev=1357459&view=rev Log: CAY-1719 Modeler - Obj Attribute Java Type editor won't focus sometimes Modified: cayenne/main/trunk/modeler/cayenne-modeler/src/main/java/org/apach

svn commit: r1357445 - in /cayenne/main/trunk/modeler/cayenne-modeler/src/main/java/org/apache/cayenne/modeler/editor: ObjEntityAttributeTab.java dbentity/DbEntityAttributeTab.java

2012-07-04 Thread johnthuss
Author: johnthuss Date: Thu Jul 5 02:09:53 2012 New Revision: 1357445 URL: http://svn.apache.org/viewvc?rev=1357445&view=rev Log: CAY-1677 Modeler: text fields discard input unless you press enter Modified: cayenne/main/trunk/modeler/cayenne-modeler/src/main/java/org/apache/cayenne/mod

svn commit: r1350255 - /cayenne/main/branches/STABLE-3.1/docs/doc/src/main/resources/RELEASE-NOTES.txt

2012-06-14 Thread johnthuss
Author: johnthuss Date: Thu Jun 14 14:18:11 2012 New Revision: 1350255 URL: http://svn.apache.org/viewvc?rev=1350255&view=rev Log: Add note in release notes for CAY-1713 Modified: cayenne/main/branches/STABLE-3.1/docs/doc/src/main/resources/RELEASE-NOTES.txt Modified: cayenne/

svn commit: r1350026 - /cayenne/main/branches/STABLE-3.1/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/configuration/Constants.java

2012-06-13 Thread johnthuss
Author: johnthuss Date: Wed Jun 13 21:33:07 2012 New Revision: 1350026 URL: http://svn.apache.org/viewvc?rev=1350026&view=rev Log: Rename inconsistently named property 'cayenne.rop.service.timeout' Modified: cayenne/main/branches/STABLE-3.1/framework/cayenne-jdk1.5-unpublished

svn commit: r1350024 - /cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/configuration/Constants.java

2012-06-13 Thread johnthuss
Author: johnthuss Date: Wed Jun 13 21:29:23 2012 New Revision: 1350024 URL: http://svn.apache.org/viewvc?rev=1350024&view=rev Log: Rename inconsistently named property 'cayenne.rop.service.timeout' Modified: cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/j

svn commit: r1347153 - /cayenne/sandbox/cayenne-modeler-eclipse-plugin-gsoc/META-INF/MANIFEST.MF

2012-06-06 Thread johnthuss
Author: johnthuss Date: Wed Jun 6 21:49:48 2012 New Revision: 1347153 URL: http://svn.apache.org/viewvc?rev=1347153&view=rev Log: fix commons-collections dependency Modified: cayenne/sandbox/cayenne-modeler-eclipse-plugin-gsoc/META-INF/MANIFEST.MF Modified: cayenne/sandbox/cayenne-mod

  1   2   >