This is an automated email from the ASF dual-hosted git repository.
kaspersor pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/metamodel.git.
from 0f5a21e Closes #207
new a08cae5 Added the DynamoDB module to the `full` module. And created
DC factory.
new c81437c Added optional "region" property to factory
new 2dd1ddc Corrections as per review by @LosD
The 3 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:
dynamodb/pom.xml | 2 +-
.../dynamodb/DynamoDbDataContextFactory.java | 64 ++++++++++++++++++++++
...org.apache.metamodel.factory.DataContextFactory | 1 +
full/pom.xml | 5 ++
4 files changed, 71 insertions(+), 1 deletion(-)
create mode 100644
dynamodb/src/main/java/org/apache/metamodel/dynamodb/DynamoDbDataContextFactory.java
create mode 100644
dynamodb/src/main/resources/META-INF/services/org.apache.metamodel.factory.DataContextFactory