This is an automated email from the ASF dual-hosted git repository.
mattmann pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/oodt.git.
from eda5083 Merge pull request #69 from RyanMcDonagh/master
add ccc3671 Changes to close file manager client once done
add 8cde4c9 Changed workflow manager server and transceiver to HttpServer
and HttpTransceiver
add 294bc22 Merge branch 'master' of https://github.com/apache/oodt
add a78b6f6 [OODT-992] Modified AvroRPCWorkflowManager to accept a
Map<String, Object> as metadata when creating dynamic workflows. Changes other
associated avro and java method signatures to match the modification.
add 1ef641d [OODT-992] Revert unnecessary workflow.properties file change
new f971cbe Merge branch 'OODT-992' of https://github.com/IMS94/oodt into
merge-avro-dynworkflow
The 1 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:
core/pom.xml | 3 --
.../apache/oodt/cas/product/CASProductHandler.java | 3 --
.../cas/product/data/DatasetDeliveryServlet.java | 11 ++++++--
.../oodt/cas/product/rdf/RDFDatasetServlet.java | 30 ++++++++++++--------
workflow/pom.xml | 12 ++++++++
.../src/main/avro/types/AvroWorkflowInstance.avsc | 2 +-
workflow/src/main/avro/types/protocol.avdl | 8 +++---
.../workflow/system/AvroRpcWorkflowManager.java | 33 ++++++++++++++--------
.../system/AvroRpcWorkflowManagerClient.java | 3 +-
.../oodt/cas/workflow/util/AvroTypeFactory.java | 20 +++++++------
workflow/src/main/resources/log4j2.xml | 1 +
11 files changed, 81 insertions(+), 45 deletions(-)