You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/11 23:17:20 UTC

[jira] [Commented] (STREAMS-427) Support any jackson-compatible class as valid input to base converters and provider converters

    [ https://issues.apache.org/jira/browse/STREAMS-427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15566926#comment-15566926 ] 

ASF GitHub Bot commented on STREAMS-427:
----------------------------------------

GitHub user steveblackmon opened a pull request:

    https://github.com/apache/incubator-streams/pull/294

    resolves STREAMS-427

    no reason to limit these classes to String and ObjectNode input documents
    adds testing to ensure typed object and string json versions both work

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/steveblackmon/incubator-streams STREAMS-427

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-streams/pull/294.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 #294
    
----
commit 57541e8b8bb61da98fe1f8a52ff7f85fe55f31cd
Author: Steve Blackmon @steveblackmon <sb...@apache.org>
Date:   2016-10-11T23:15:30Z

    resolves STREAMS-427

----


> Support any jackson-compatible class as valid input to base converters and provider converters
> ----------------------------------------------------------------------------------------------
>
>                 Key: STREAMS-427
>                 URL: https://issues.apache.org/jira/browse/STREAMS-427
>             Project: Streams
>          Issue Type: Improvement
>            Reporter: Steve Blackmon
>            Assignee: Steve Blackmon
>             Fix For: 0.4
>
>
> some converters require input datum to be a json string or jackson object node.
> any bean that can be serialized as json should be valid.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)