[ https://issues.apache.org/jira/browse/STREAMS-218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14216462#comment-14216462
]
ASF GitHub Bot commented on STREAMS-218:
----------------------------------------
GitHub user steveblackmon opened a pull request:
https://github.com/apache/incubator-streams/pull/135
These classes were deleted prematurely, causing unnecessary breaking changes
They should deprecated as part of STREAMS-218 and deleted in the next minor version.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/incubator-streams STREAMS-212.3
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-streams/pull/135.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #135
----
commit 91dd9a3c5a489239edffb341f4aea89c919a4b33
Author: sblackmon <sblackmon@apache.org>
Date: 2014-11-18T16:59:53Z
These classes were deleted prematurely, causing unnecessary breaking changes. They should
deprecated as part of STREAMS-218 and deleted in the next minor version.
----
> Generic Activity Serializer Processor
> -------------------------------------
>
> Key: STREAMS-218
> URL: https://issues.apache.org/jira/browse/STREAMS-218
> Project: Streams
> Issue Type: Sub-task
> Reporter: Steve Blackmon
> Assignee: Steve Blackmon
>
> The project has an ActivitySerializer interface. Create a platform processor that can
instantiate and execute the deserialize method(s) of any class implementing that interface
to process Strings or other specified compatible types to Activity format.
> This is necessary because a pipeline which specifies a non-activity object input activity
output is really requesting execution of an appropriate ActivitySerializer.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
|