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 587CE200C1E for ; Fri, 17 Feb 2017 23:39:42 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 571E5160B57; Fri, 17 Feb 2017 22:39:42 +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 C694C160B46 for ; Fri, 17 Feb 2017 23:39:41 +0100 (CET) Received: (qmail 70667 invoked by uid 500); 17 Feb 2017 22:39:40 -0000 Mailing-List: contact dev-help@gearpump.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@gearpump.incubator.apache.org Delivered-To: mailing list dev@gearpump.incubator.apache.org Delivered-To: moderator for dev@gearpump.incubator.apache.org Received: (qmail 3462 invoked by uid 99); 17 Feb 2017 09:04:28 -0000 X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -7.019 X-Spam-Level: X-Spam-Status: No, score=-7.019 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled From: manuzhang To: dev@gearpump.incubator.apache.org Reply-To: dev@gearpump.incubator.apache.org Message-ID: Subject: [GitHub] incubator-gearpump pull request #151: [GEARPUMP-274] Set lower bound of time... Content-Type: text/plain Date: Fri, 17 Feb 2017 09:03:45 +0000 (UTC) archived-at: Fri, 17 Feb 2017 22:39:42 -0000 GitHub user manuzhang opened a pull request: https://github.com/apache/incubator-gearpump/pull/151 [GEARPUMP-274] Set lower bound of time to Long.MinValue milliseconds Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the commit message is formatted like: `[GEARPUMP-] Meaningful description of pull request` - [ ] Make sure tests pass via `sbt clean test`. - [ ] Make sure old documentation affected by the pull request has been updated and new documentation added for new functionality. You can merge this pull request into a Git repository by running: $ git pull https://github.com/manuzhang/incubator-gearpump time Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-gearpump/pull/151.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 #151 ---- commit 73a08d537780d5f5dd050e813a178466e0469229 Author: manuzhang Date: 2017-02-17T08:58:33Z [GEARPUMP-274] Set lower bound of time to Long.MinValue milliseconds ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---