You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2016/12/14 18:43:08 UTC

cayenne git commit: CAY-2168 Split DbLoader to parts and clean it up

Repository: cayenne
Updated Branches:
  refs/heads/master 836399cba -> e187caa43


CAY-2168 Split DbLoader to parts and clean it up

release notes


Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo
Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/e187caa4
Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/e187caa4
Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/e187caa4

Branch: refs/heads/master
Commit: e187caa435928ec953181e615e3d8abc3c8cadf0
Parents: 836399c
Author: Andrus Adamchik <an...@objectstyle.com>
Authored: Wed Dec 14 21:43:02 2016 +0300
Committer: Andrus Adamchik <an...@objectstyle.com>
Committed: Wed Dec 14 21:43:02 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/e187caa4/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 2e70762..07dcd5b 100644
--- a/docs/doc/src/main/resources/RELEASE-NOTES.txt
+++ b/docs/doc/src/main/resources/RELEASE-NOTES.txt
@@ -17,6 +17,7 @@ CAY-2163 Property.path() , ExpressionFactory.pathExp()
 CAY-2164 Relocate builder bootstrap methods from ServerRuntimeBuilder to ServerRuntime
 CAY-2165 Explicit "contribution" API for easier expansion of DI collections and maps
 CAY-2166 Auto-loading of Cayenne modules
+CAY-2168 Split DbLoader to parts and clean it up
 
 Bug Fixes: