Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A704E2009F4 for ; Thu, 26 May 2016 19:48:17 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A5D9D160A17; Thu, 26 May 2016 17:48:17 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C6650160A18 for ; Thu, 26 May 2016 19:48:16 +0200 (CEST) Received: (qmail 89607 invoked by uid 500); 26 May 2016 17:48:16 -0000 Mailing-List: contact commits-help@beam.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.incubator.apache.org Delivered-To: mailing list commits@beam.incubator.apache.org Received: (qmail 89597 invoked by uid 99); 26 May 2016 17:48:16 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 May 2016 17:48:16 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id A2CADC2DEA for ; Thu, 26 May 2016 17:48:15 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -5.196 X-Spam-Level: X-Spam-Status: No, score=-5.196 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, KAM_LOTSOFHASH=0.25, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 7sClDdysbrx1 for ; Thu, 26 May 2016 17:48:14 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id BFD875F3F3 for ; Thu, 26 May 2016 17:48:13 +0000 (UTC) Received: (qmail 89217 invoked by uid 99); 26 May 2016 17:48:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 May 2016 17:48:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E4CE22C1F5D for ; Thu, 26 May 2016 17:48:12 +0000 (UTC) Date: Thu, 26 May 2016 17:48:12 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: commits@beam.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (BEAM-289) Examples Use TypeDescriptors MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 26 May 2016 17:48:17 -0000 [ https://issues.apache.org/jira/browse/BEAM-289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15302568#comment-15302568 ] ASF GitHub Bot commented on BEAM-289: ------------------------------------- GitHub user eljefe6a opened a pull request: https://github.com/apache/incubator-beam/pull/393 [BEAM-289] Examples Use TypeDescriptorsNew type descriptors examples Jira issue BEAM-289 Examples Use TypeDescriptors. Changed example code to use TypeDescriptors. These could have used static imports to make the lines shorter, but we opted for the more understandable syntax. cc: @kennknowles You can merge this pull request into a Git repository by running: $ git pull https://github.com/eljefe6a/incubator-beam NewTypeDescriptorsExamples Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-beam/pull/393.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 #393 ---- commit 72ec9b82fb21ee9040b1bee6615fecfb9916e470 Author: Jesse Anderson Date: 2016-05-02T18:39:26Z Make Regex Transform commit e6f8c958a2bb88d8b2582cb9d4391922c15b7141 Author: Jesse Anderson Date: 2016-05-02T22:34:08Z Merge remote-tracking branch 'upstream/master' commit 587eaaec106829002df5df1b38753f811649aa51 Author: Jesse Anderson Date: 2016-05-03T01:08:13Z Fixing checkstyle issues. Added missing Apache license. commit df3045f62c939ef3a777ffbf658088f193144983 Author: Jesse Anderson Date: 2016-05-05T15:46:14Z Added distributed replacement functions. Add replaceAll and replaceFirst. Fixed some JavaDocs. commit 793d22667f485a5cdd49a7d36553c96e6898391c Author: Jesse Anderson Date: 2016-05-05T15:55:58Z Whitespace fixes for check style. commit 9e5a9971131721c988242400643712f5c9671b9e Author: Jesse Anderson Date: 2016-05-09T15:47:56Z Merge remote-tracking branch 'upstream/master' commit 425a4d89692f33f99a68aed511270de0ff9db4ac Author: Jesse Anderson Date: 2016-05-11T19:51:57Z Merge remote-tracking branch 'upstream/master' commit 225b2d0ac2d8808da7756f915cbeb7684e4951a4 Author: Jesse Anderson Date: 2016-05-14T01:20:12Z Merge remote-tracking branch 'upstream/master' commit c1a3bc55b47e5dbd11c2bcb360a2a7f2c4aacfb9 Author: Jesse Anderson Date: 2016-05-16T20:58:08Z Changed Word Counts to use TypeDescriptors. commit adfeb01bafb1c17c6c65b30c45ea3e42473a80e6 Author: Jesse Anderson Date: 2016-05-16T21:09:18Z Updated complete examples to use TypeDescriptors. commit 2a455f3ae029e30644cc7b6c96105f761f903e74 Author: Jesse Anderson Date: 2016-05-16T22:11:57Z Removing Regex transforms from this branch. commit eac10506c7113b0493e972e98ef7b67fb1466fb4 Author: Jesse Anderson Date: 2016-05-17T02:38:42Z Merge remote-tracking branch 'upstream/master' into TypeDescriptorsExamples commit 0d5d9b6ccf54442345ed432c915469115a146e43 Author: Jesse Anderson Date: 2016-05-23T16:14:33Z Merge commit 'bb086b8d367e2c360d965659b094035cf01d9959' into TypeDescriptorsExamples commit 8ed14ca1986d45d49a43ac43a7fdf47a377103aa Author: Jesse Anderson Date: 2016-05-23T19:08:12Z Trivial change to kick off another build. commit f9cd71989cf23d12ba0462c38d2e212a54902a4b Author: Jesse Anderson Date: 2016-05-23T19:08:34Z Trivial change to kick off another build. commit fae3af03e3ae30ecc90f015833daab4d2e8868ef Author: Jesse Anderson Date: 2016-05-02T18:39:26Z Make Regex Transform commit f098c5e550bfdd50e7694727fd8f4e7156a9070c Author: Jesse Anderson Date: 2016-05-03T01:08:13Z Fixing checkstyle issues. Added missing Apache license. commit 78f4f531c5898188ae9435fe3cd39fe589395811 Author: Jesse Anderson Date: 2016-05-05T15:46:14Z Added distributed replacement functions. Add replaceAll and replaceFirst. Fixed some JavaDocs. commit d812294124192e4acbcfc526472ef8dff6e98433 Author: Jesse Anderson Date: 2016-05-05T15:55:58Z Whitespace fixes for check style. commit 8c43cb27f6047edab9e450f9b84cfaf478aeb470 Author: Jesse Anderson Date: 2016-05-16T20:58:08Z Changed Word Counts to use TypeDescriptors. commit 6834cbefa08f4ea07e932bebba43bd17421a5d1a Author: Jesse Anderson Date: 2016-05-16T21:09:18Z Updated complete examples to use TypeDescriptors. commit b5ad893fd3a3768bbd341f399eae87509a1c0391 Author: Jesse Anderson Date: 2016-05-16T22:11:57Z Removing Regex transforms from this branch. commit 3c942925f485ecac014e6c1b1b669e16813b5f62 Author: Jesse Anderson Date: 2016-05-23T19:08:12Z Trivial change to kick off another build. commit d7b86d82c320163560a9a2ba5436ded88f770fed Author: Jesse Anderson Date: 2016-05-23T19:08:34Z Trivial change to kick off another build. commit 089fba1f86823b368c0df7b8844cc1f40014bc63 Author: Jesse Anderson Date: 2016-05-24T04:50:49Z Merge branch 'TypeDescriptorsExamples' of https://github.com/eljefe6a/incubator-beam into TypeDescriptorsExamples ---- > Examples Use TypeDescriptors > ---------------------------- > > Key: BEAM-289 > URL: https://issues.apache.org/jira/browse/BEAM-289 > Project: Beam > Issue Type: Improvement > Components: examples-java > Reporter: Jesse Anderson > Assignee: Frances Perry > > Change the Java and Java 8 examples to use TypeDescriptors instead of inline TypeDescriptor creation. -- This message was sent by Atlassian JIRA (v6.3.4#6332)