This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git
from 181c070ed Deprecated PerAdapterProvider - not very useful
new 9c48b4470 tests cleanup - proper package
new 79e45cf2b DbAdapterFactory.createAdapter(..),
DataSourceFactory.getDataSource(..) and other such factories should not
declare a checked exception
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:
.../configuration/DriverDataSourceFactory.java | 35 ++++-----
.../org/apache/cayenne/di/AdhocObjectFactory.java | 19 +++--
.../cayenne/di/spi/DefaultAdhocObjectFactory.java | 25 ++++---
.../configuration/DataSourceDescriptor.java | 17 +++--
.../configuration/runtime/DataSourceFactory.java | 9 +--
.../configuration/runtime/DbAdapterFactory.java | 9 +--
.../runtime/DefaultDataNodeFactory.java | 2 +-
.../runtime/DefaultDbAdapterFactory.java | 17 ++---
.../runtime/DelegatingDataSourceFactory.java | 5 +-
.../runtime/JNDIDataSourceFactory.java | 18 ++---
.../runtime/PropertyDataSourceFactory.java | 86 +++++++++++-----------
.../runtime/XMLPoolingDataSourceFactory.java | 59 +++++++--------
.../cayenne/runtime/FixedDataSourceFactory.java | 2 +-
.../access/DataContextEJBQLConditionsPeopleIT.java | 2 +-
.../access/DataContextEJBQLInheritanceIT.java | 2 +-
.../DataContextObjectIdQuery_PolymorphicIT.java | 2 +-
.../access/DataContextQualifiedEntityIT.java | 2 +-
...DataContextRelationshipQuery_PolymorphicIT.java | 2 +-
.../cayenne/access/SingleTableInheritanceIT.java | 2 +-
.../ashwood/AshwoodEntitySorter_InheritanceIT.java | 2 +-
.../configuration/mock/MockDataSourceFactory1.java | 6 +-
.../runtime/JNDIDataSourceFactoryIT.java | 8 +-
.../cayenne/map/EntityResolverInheritanceIT.java | 2 +-
...electPrefetchRouterActionQualifiedEntityIT.java | 2 +-
.../unit/{runtime => }/PeopleProjectCase.java | 8 +-
.../RuntimeCaseSharedDataSourceFactory.java | 2 +-
.../util/DeepMergeOperationInheritanceIT.java | 2 +-
27 files changed, 180 insertions(+), 167 deletions(-)
rename cayenne/src/test/java/org/apache/cayenne/unit/{runtime =>
}/PeopleProjectCase.java (94%)