This is an automated email from the ASF dual-hosted git repository.
machristie pushed a change to branch airavata-v2-refactoring
in repository https://gitbox.apache.org/repos/asf/airavata.git
from 48e6170f51 Test for ExecutionHandler to verify mappings
new 0e7e968bd5 Initial integration with Dozer to map protobuf messages to
JPA entities
new 202c36f904 Removing unrecognized VM option
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:
modules/airavata-apis/airavata-apis-server/pom.xml | 13 ++++++++--
.../airavata/apis/handlers/ExecutionHandler.java | 24 ++++++-------------
.../airavata/apis/mapper/ExperimentMapper.java | 28 ++++++++++++++++++++++
.../apache/airavata/apis/mapper/ObjectMapper.java | 8 +++++++
.../apis/handlers/ExecutionHandlerTest.java | 6 +++--
.../src/main/proto/execution/experiment_stub.proto | 12 +++++-----
pom.xml | 2 +-
7 files changed, 65 insertions(+), 28 deletions(-)
create mode 100644
modules/airavata-apis/airavata-apis-server/src/main/java/org/apache/airavata/apis/mapper/ExperimentMapper.java
create mode 100644
modules/airavata-apis/airavata-apis-server/src/main/java/org/apache/airavata/apis/mapper/ObjectMapper.java