From commits-return-24760-apmail-tapestry-dev-archive=tapestry.apache.org@tapestry.apache.org Mon Aug 31 08:42:46 2015 Return-Path: X-Original-To: apmail-tapestry-dev-archive@www.apache.org Delivered-To: apmail-tapestry-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 997C317798 for ; Mon, 31 Aug 2015 08:42:46 +0000 (UTC) Received: (qmail 49080 invoked by uid 500); 31 Aug 2015 08:42:46 -0000 Delivered-To: apmail-tapestry-dev-archive@tapestry.apache.org Received: (qmail 49030 invoked by uid 500); 31 Aug 2015 08:42:46 -0000 Mailing-List: contact commits-help@tapestry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tapestry.apache.org Delivered-To: mailing list commits@tapestry.apache.org Received: (qmail 49020 invoked by uid 99); 31 Aug 2015 08:42:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Aug 2015 08:42:46 +0000 Date: Mon, 31 Aug 2015 08:42:46 +0000 (UTC) From: "Hudson (JIRA)" To: commits@tapestry.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (TAP5-2494) CronSchedule timezone access MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/TAP5-2494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14723210#comment-14723210 ] Hudson commented on TAP5-2494: ------------------------------ ABORTED: Integrated in tapestry-trunk-freestyle #1484 (See [https://builds.apache.org/job/tapestry-trunk-freestyle/1484/]) TAP5-2494: CronSchedule can now be created with a specific TimeZone (jochen.kemnade: rev fb1d268257a9750b389cafe25e587194750d8af9) * tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/services/cron/CronSchedule.java > CronSchedule timezone access > ---------------------------- > > Key: TAP5-2494 > URL: https://issues.apache.org/jira/browse/TAP5-2494 > Project: Tapestry 5 > Issue Type: Improvement > Components: tapestry-ioc > Affects Versions: 5.3.1, 5.3.2, 5.3.3, 5.3.4, 5.3.5, 5.3.6, 5.3.7, 5.4, 5.3.8 > Reporter: Volker Lamp > Labels: easyfix, patch > Fix For: 5.4 > > Attachments: TAP5-2494.patch > > > CronSchedule can be instantiated with a cron expression string, but there is no way to set a time zone. Specifically, the cron expression is not expected to contain time zone information; there is neither a CronSchedule constructor with a TimeZone argument nor with a CronExpression argument; and CronSchedule's CronExpression field is private. > The proposed solution is to add a constructor that will accept a TimeZone argument. The existing one-argument constructor would set the default time zone. -- This message was sent by Atlassian JIRA (v6.3.4#6332)