Return-Path: X-Original-To: apmail-batchee-dev-archive@minotaur.apache.org Delivered-To: apmail-batchee-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 544D811191 for ; Wed, 2 Apr 2014 02:54:32 +0000 (UTC) Received: (qmail 58489 invoked by uid 500); 2 Apr 2014 02:54:31 -0000 Delivered-To: apmail-batchee-dev-archive@batchee.apache.org Received: (qmail 58468 invoked by uid 500); 2 Apr 2014 02:54:31 -0000 Mailing-List: contact dev-help@batchee.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@batchee.incubator.apache.org Delivered-To: mailing list dev@batchee.incubator.apache.org Received: (qmail 58460 invoked by uid 99); 2 Apr 2014 02:54:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Apr 2014 02:54:28 +0000 X-ASF-Spam-Status: No, hits=-2000.5 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; Wed, 02 Apr 2014 02:54:27 +0000 Received: (qmail 58400 invoked by uid 99); 2 Apr 2014 02:54:07 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Apr 2014 02:54:07 +0000 Received: from localhost (HELO mail-ob0-f182.google.com) (127.0.0.1) (smtp-auth username olamy, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Apr 2014 02:54:06 +0000 Received: by mail-ob0-f182.google.com with SMTP id uz6so12161108obc.13 for ; Tue, 01 Apr 2014 19:54:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=22t3dgU6+Kqk+9Qz6ZFoe5M7H7sSBymB88j9+Mawr6w=; b=W6J+28Jizz6RMSVq3zwcphhhjlil8zbDmLy2qc+OS6UkeBLgImFcqUIQhl+1kZRJqk he2y/lCq7VNPVxX7ciX1bTd2bhFXsH3IhdJ3mpQZHA900t+scSwFnWbZ8+83sH0avesy pwrOQHSvOUXoRpoa1wRF+zX9raAfAkEw+nVgPB+hWn4qA7XHxukNYLDrNmNtx11QdNdD D3I4jyo29rF+Dw2NPl0NpMfzwiau3/sRIUtySAiN/uGWverRLZXc6tEng/1rukaARFI3 YxxWPnXhTKYxRtDq/gwY4rokS/mNVUPLdEjKRBG1GDpsBZc1NkUVEteAKcuhKKVMUUt0 64zw== X-Received: by 10.60.246.10 with SMTP id xs10mr32424808oec.18.1396407246064; Tue, 01 Apr 2014 19:54:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.194.66 with HTTP; Tue, 1 Apr 2014 19:53:45 -0700 (PDT) In-Reply-To: <1396355926.91635.YahooMailNeo@web28902.mail.ir2.yahoo.com> References: <1396355926.91635.YahooMailNeo@web28902.mail.ir2.yahoo.com> From: Olivier Lamy Date: Wed, 2 Apr 2014 13:53:45 +1100 Message-ID: Subject: Re: [VOTE] Release Apache BatchEE 0.1-incubating To: dev , Mark Struberg Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org +1 On 1 April 2014 23:38, Mark Struberg wrote: > Hi! > > I'd like to call a VOTE on releasing Apache BatchEE 0.1-incubating. > > > BatchEE is a JBatch implementation (based on the RI code) plus many useful extensions and additional SPI implementations. > > The following bugs and enhancements got implemented: > > > Bug > > [BATCHEE-1] - move from javax.* dependencies to org.apache.geronimo.specs.* > [BATCHEE-2] - make the thread creation an SPI > [BATCHEE-3] - Job/StepContext getExecutionId()/getInstanceId() return wrong value on partition threads > [BATCHEE-4] - Spec change on skip/retry exception matching coming in 1.1 > [BATCHEE-5] - Metrics weren't fully implemented in RI for partition steps > [BATCHEE-6] - JAX-RS requires an Application impl > [BATCHEE-9] - Once a batch action (JobOperator) is invoked it should use a single ServicesManager and not a contextual one > [BATCHEE-17] - Class 'IOs' is redundant in many modules > [BATCHEE-19] - add TransactionManager support for IBM WebSphere > [BATCHEE-24] - create the DB create table scripts for a few standard databases > [BATCHEE-25] - entity StepExecutionEntity use reserved names as attributes > > New Feature > > [BATCHEE-7] - ModelMapper ItemProcessor > [BATCHEE-8] - basic test module > [BATCHEE-10] - helper to execute step directly in batchee-test > [BATCHEE-11] - basic cli > [BATCHEE-12] - bar goal for mvn plugin and support for cli > [BATCHEE-13] - suuport more than string injecton types > [BATCHEE-14] - add JobExecutionCallbackService > [BATCHEE-15] - try to generate a diagram (png?) from a batch file through a mvn plugin > [BATCHEE-16] - create a war with batchee-servlet > [BATCHEE-18] - AsynchronousProcessor > > > > The release notes are available online: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314924&version=12326689 > > Maven staging repo: > https://repository.apache.org/content/repositories/orgapachebatchee-1000/ > > Source Release: > http://repository.apache.org/content/repositories/orgapachebatchee-1000/org/apache/batchee/batchee/0.1-incubating/batchee-0.1-incubating-source-release.zip > sha1: 2e5ffb5cf0c3b3bc762fbeed29bcc36b6d4abe75 > > > My PGP release key 2FDB81B1 http://svn.apache.org/repos/asf/openwebbeans/trunk/KEYS > > > I've staged the release commits in my private repo for a review > > https://github.com/struberg/incubator-batchee/tree/0.1-incubating-vote1 > This gets merged to trunk once the VOTE succeeds. > > > > The VOTE will be open for 72 hours. > > [ ] +1 approve > > [ ] +0 no opinion > > [ ] -1 veto (and reason why) > > > > txs and LieGrue, > > strub -- Olivier Lamy Ecetera: http://ecetera.com.au http://twitter.com/olamy | http://linkedin.com/in/olamy