Jenkins build is back to normal : cayenne-31 » h2,JDK 1.7 (latest),Ubuntu #121

2016-03-05 Thread Apache Jenkins Server
See

Jenkins build is back to normal : cayenne-31 » HSQLDB,JDK 1.7 (latest),Ubuntu #121

2016-03-05 Thread Apache Jenkins Server
See

Jenkins build is back to normal : cayenne-31 » derby,JDK 1.6 (latest),Ubuntu #121

2016-03-05 Thread Apache Jenkins Server
See

Jenkins build is back to normal : cayenne-31 » HSQLDB,JDK 1.5 (latest),Ubuntu #121

2016-03-05 Thread Apache Jenkins Server
See

Jenkins build is back to normal : cayenne-31 » HSQLDB,JDK 1.6 (latest),Ubuntu #121

2016-03-05 Thread Apache Jenkins Server
See

Jenkins build is back to normal : cayenne-31 » derby,JDK 1.7 (latest),Ubuntu #121

2016-03-05 Thread Apache Jenkins Server
See

cayenne git commit: CAY-2066 Fixes for inner enums handling in ExtendedTypeMap

2016-03-05 Thread aadamchik
Repository: cayenne Updated Branches: refs/heads/STABLE-3.1 0cf1ab043 -> 33300f6dc CAY-2066 Fixes for inner enums handling in ExtendedTypeMap *porting fix from master Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit:

[jira] [Updated] (CAY-2066) Memory leak in ExtendedTypeMap for inner classes

2016-03-05 Thread Andrus Adamchik (JIRA)
[ https://issues.apache.org/jira/browse/CAY-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrus Adamchik updated CAY-2066: - Fix Version/s: 3.1.1 > Memory leak in ExtendedTypeMap for inner classes >

[jira] [Closed] (CAY-2066) Memory leak in ExtendedTypeMap for inner classes

2016-03-05 Thread Andrus Adamchik (JIRA)
[ https://issues.apache.org/jira/browse/CAY-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrus Adamchik closed CAY-2066. Resolution: Fixed Fix Version/s: 4.0.M4 Good catch! So to record this for posterity, the leak

cayenne git commit: CAY-2066 Fixes for inner enums handling in ExtendedTypeMap

2016-03-05 Thread aadamchik
Repository: cayenne Updated Branches: refs/heads/master 6ad05a090 -> 0e0da8064 CAY-2066 Fixes for inner enums handling in ExtendedTypeMap * unit test that demonstrates the problem * a fix that canonicalizes class names used in the map this closes PR #90 commit

cayenne git commit: CAY-2050 Refactoring: ParameterBinding to contain ExtendedType property

2016-03-05 Thread aadamchik
Repository: cayenne Updated Branches: refs/heads/master 08fbf1e08 -> 6ad05a090 CAY-2050 Refactoring: ParameterBinding to contain ExtendedType property * missing ExtendedType assignment * preventing double lookup of ExtendedType Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo

[cayenne] Git Push Summary

2016-03-05 Thread aadamchik
Repository: cayenne Updated Branches: refs/heads/CAY-2050 [deleted] 6ad05a090

cayenne git commit: CAY-2050 Refactoring: ParameterBinding to contain ExtendedType property

2016-03-05 Thread aadamchik
Repository: cayenne Updated Branches: refs/heads/CAY-2050 [created] 6ad05a090 CAY-2050 Refactoring: ParameterBinding to contain ExtendedType property * missing ExtendedType assignment * preventing double lookup of ExtendedType Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo

[jira] [Commented] (CAY-2050) Refactoring: ParameterBinding to contain ExtendedType property

2016-03-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CAY-2050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15181641#comment-15181641 ] ASF GitHub Bot commented on CAY-2050: - Github user alexei-grigoriev closed the pull request at:

[GitHub] cayenne pull request: CAY-2050

2016-03-05 Thread alexei-grigoriev
Github user alexei-grigoriev closed the pull request at: https://github.com/apache/cayenne/pull/84 --- 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

[jira] [Commented] (CAY-2050) Refactoring: ParameterBinding to contain ExtendedType property

2016-03-05 Thread Andrus Adamchik (JIRA)
[ https://issues.apache.org/jira/browse/CAY-2050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15181635#comment-15181635 ] Andrus Adamchik commented on CAY-2050: -- Just applied PR #84. Thanks for the patch. Looks good! After

[4/6] cayenne git commit: CAY-2050 Refactoring: ParameterBinding to contain ExtendedType property - switch to new api

2016-03-05 Thread aadamchik
CAY-2050 Refactoring: ParameterBinding to contain ExtendedType property - switch to new api Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/bfb4747d Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/bfb4747d

[2/6] cayenne git commit: CAY-2050 parameter binding with better encapsulation

2016-03-05 Thread aadamchik
http://git-wip-us.apache.org/repos/asf/cayenne/blob/2d3f999b/cayenne-server/src/main/java/org/apache/cayenne/dba/oracle/OracleAdapter.java -- diff --git

[5/6] cayenne git commit: CAY-2050 Refactoring: ParameterBinding to contain ExtendedType property

2016-03-05 Thread aadamchik
CAY-2050 Refactoring: ParameterBinding to contain ExtendedType property * after some consideration, renaming Binding back to ParameterBinding * minor import/formatting changes Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit:

[1/6] cayenne git commit: CAY-2050 Refactoring: ParameterBinding to contain ExtendedType property

2016-03-05 Thread aadamchik
Repository: cayenne Updated Branches: refs/heads/master 3579ecf57 -> 08fbf1e08 CAY-2050 Refactoring: ParameterBinding to contain ExtendedType property * missing ExtendedType assignment Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit:

[3/6] cayenne git commit: CAY-2050 parameter binding with better encapsulation

2016-03-05 Thread aadamchik
CAY-2050 parameter binding with better encapsulation Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/2d3f999b Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/2d3f999b Diff: