Repository: cayenne Updated Branches: refs/heads/master e2474202c -> a7d680574
CAY-1946 CDbimport improvements RELEASE-NOTES Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/a7d68057 Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/a7d68057 Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/a7d68057 Branch: refs/heads/master Commit: a7d680574c03ae2f908d2666d63b0794c2c62a96 Parents: e247420 Author: aadamchik <[email protected]> Authored: Thu Nov 27 10:12:07 2014 +0300 Committer: aadamchik <[email protected]> Committed: Thu Nov 27 10:18:15 2014 +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/a7d68057/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 448e80e..1c3e454 100644 --- a/docs/doc/src/main/resources/RELEASE-NOTES.txt +++ b/docs/doc/src/main/resources/RELEASE-NOTES.txt @@ -61,6 +61,7 @@ CAY-1936 ServerRuntime.getDataSource() returning DataSource of a default DataNod CAY-1937 Make Transaction an interface CAY-1938 Create a DI factory for transactions, get rid of TransactionDelegate and modeler config for tx policies CAY-1939 DataDomain must use injectable TransactionManager +CAY-1946 CDbimport improvements CAY-1949 Search in configuration fields (Catalog, Schema) in DbEntity CAY-1952 Undeprecate (actually restore) ObjectContext.deleteObject(..) CAY-1953 Redo ResultIteratorCallback to handle single row callback instead of iterator
