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 behavior

Jenkins build is back to normal : Cayenne-trunk » HSQLDB,JDK 1.7 (latest),Ubuntu #950

2013-10-14 Thread Apache Jenkins Server
See

Jenkins build is back to normal : Cayenne-trunk » derby,JDK 1.7 (latest),Ubuntu #950

2013-10-14 Thread Apache Jenkins Server
See

svn commit: r1531963 - /cayenne/main/trunk/framework/cayenne-core-unpublished/src/test/java/org/apache/cayenne/reflect/PropertyUtilsTest.java

2013-10-14 Thread aadamchik
Author: aadamchik Date: Mon Oct 14 16:13:44 2013 New Revision: 1531963 URL: http://svn.apache.org/r1531963 Log: CAY-1876 Sometimes PropertyUtilsTest failed patch by Ilya Drabenia (I wrapped it in try/finally just in case) Modified: cayenne/main/trunk/framework/cayenne-core-unpublished/src/t

[jira] [Closed] (CAY-1876) Sometimes PropertyUtilsTest failed

2013-10-14 Thread Andrus Adamchik (JIRA)
[ https://issues.apache.org/jira/browse/CAY-1876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrus Adamchik closed CAY-1876. Resolution: Fixed Thanks Ilya, good catch - a test with side effect (one of my big reasons for disli