Return-Path: X-Original-To: apmail-streams-dev-archive@minotaur.apache.org Delivered-To: apmail-streams-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B40341102D for ; Thu, 24 Apr 2014 21:41:50 +0000 (UTC) Received: (qmail 76493 invoked by uid 500); 24 Apr 2014 21:41:49 -0000 Delivered-To: apmail-streams-dev-archive@streams.apache.org Received: (qmail 76420 invoked by uid 500); 24 Apr 2014 21:41:49 -0000 Mailing-List: contact dev-help@streams.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@streams.incubator.apache.org Delivered-To: mailing list dev@streams.incubator.apache.org Received: (qmail 76411 invoked by uid 99); 24 Apr 2014 21:41:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Apr 2014 21:41:49 +0000 X-ASF-Spam-Status: No, hits=-2000.7 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 24 Apr 2014 21:41:47 +0000 Received: (qmail 73429 invoked by uid 99); 24 Apr 2014 21:41:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Apr 2014 21:41:19 +0000 Date: Thu, 24 Apr 2014 21:41:19 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@streams.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (STREAMS-62) Ensure that all streams-contrib/processors are serializable MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/STREAMS-62?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13980339#comment-13980339 ] ASF GitHub Bot commented on STREAMS-62: --------------------------------------- Github user mfranklin commented on a diff in the pull request: https://github.com/apache/incubator-streams/pull/2#discussion_r11974112 --- Diff: streams-contrib/streams-processor-tika/src/test/java/org/apache/streams/tika/TestCategoryParser.java --- @@ -0,0 +1,16 @@ +package org.apache.streams.tika; + +import org.apache.commons.lang3.SerializationUtils; +import org.junit.Test; + +/** + * Created by rdouglas on 4/24/14. --- End diff -- author information is generally omitted > Ensure that all streams-contrib/processors are serializable > ----------------------------------------------------------- > > Key: STREAMS-62 > URL: https://issues.apache.org/jira/browse/STREAMS-62 > Project: Streams > Issue Type: Task > Reporter: Robert Douglas > Original Estimate: 1.25h > Remaining Estimate: 1.25h > > Need to ensure that all processor components are serializable in streams-contrib. This can be tested by using SerializationUtils.clone(processor object) in a unit test. If the test passes, then that respective component is serializable. -- This message was sent by Atlassian JIRA (v6.2#6252)