This is an automated email from the ASF dual-hosted git repository.
ntimofeev pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git
from 50ef0e481 Update JavaDoc
new 8ee1db6b8 CAY-2829 Merge `BaseContext` with `DataContext` and
deprecate it - Remove usage of `BaseContext`
new d8941d1a8 CAY-2829 Merge `BaseContext` with `DataContext` and
deprecate it
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
RELEASE-NOTES.txt | 1 +
.../main/java/org/apache/cayenne/BaseContext.java | 681 +--------------------
.../org/apache/cayenne/access/DataContext.java | 629 ++++++++++++++++++-
.../{ => access}/ObjectContextDeleteAction.java | 7 +-
.../cayenne/util/ObjectContextQueryAction.java | 6 +-
.../java/org/apache/cayenne/MockBaseContext.java | 124 ----
.../DataContextTest.java} | 191 +++---
.../access/NestedDataContextLocalCacheIT.java | 5 +-
8 files changed, 723 insertions(+), 921 deletions(-)
rename cayenne/src/main/java/org/apache/cayenne/{ =>
access}/ObjectContextDeleteAction.java (97%)
delete mode 100644
cayenne/src/test/java/org/apache/cayenne/MockBaseContext.java
rename cayenne/src/test/java/org/apache/cayenne/{BaseContextTest.java =>
access/DataContextTest.java} (83%)