CAY-2111 Unbind transaction object from the current thread for iterated queries
Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/5838101e Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/5838101e Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/5838101e Branch: refs/heads/master Commit: 5838101e5f43beba92dd20d2cd1fd42b42229a6f Parents: 64ae0fb Author: Andrus Adamchik <[email protected]> Authored: Mon Sep 5 18:04:25 2016 +0300 Committer: Andrus Adamchik <[email protected]> Committed: Mon Sep 5 18:04:25 2016 +0300 ---------------------------------------------------------------------- docs/doc/src/main/resources/RELEASE-NOTES.txt | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cayenne/blob/5838101e/docs/doc/src/main/resources/RELEASE-NOTES.txt ---------------------------------------------------------------------- diff --git a/docs/doc/src/main/resources/RELEASE-NOTES.txt b/docs/doc/src/main/resources/RELEASE-NOTES.txt index 1d302c8..aa2df92 100644 --- a/docs/doc/src/main/resources/RELEASE-NOTES.txt +++ b/docs/doc/src/main/resources/RELEASE-NOTES.txt @@ -29,6 +29,7 @@ CAY-2102 EJBQL: db: path not supported in select columns CAY-2103 cayenne-crypto: support for mapping non-String and non-binary types CAY-2106 cayenne-crypto: allow DI contribution of type converters inside ValueTransformerFactory CAY-2107 cayenne-crypto: Lazy initialization of crypto subsystem +CAY-2111 Unbind transaction object from the current thread for iterated queries Bug Fixes:
