You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@incubator.apache.org by Mark Struberg <st...@yahoo.de> on 2014/04/01 22:03:12 UTC

Fw: [VOTE] Release Apache BatchEE 0.1-incubating

FYI: BatchEE is voting on our first release.

LieGrue,
strub



On Tuesday, 1 April 2014, 19:04, Romain Manni-Bucau <rm...@gmail.com> wrote:
 
+1
>
>thanks Mark!
>Romain Manni-Bucau
>Twitter: @rmannibucau
>Blog: http://rmannibucau.wordpress.com/
>LinkedIn: http://fr.linkedin.com/in/rmannibucau
>Github: https://github.com/rmannibucau
>
>
>
>
>2014-04-01 14:38 GMT+02:00 Mark Struberg <st...@yahoo.de>:
>> 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
>
>
>

Re: Fw: [VOTE] Release Apache BatchEE 0.1-incubating

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
+1 (binding)

Regards
JB

On 04/01/2014 10:03 PM, Mark Struberg wrote:
> FYI: BatchEE is voting on our first release.
>
> LieGrue,
> strub
>
>
>
> On Tuesday, 1 April 2014, 19:04, Romain Manni-Bucau <rm...@gmail.com> wrote:
>
> +1
>>
>> thanks Mark!
>> Romain Manni-Bucau
>> Twitter: @rmannibucau
>> Blog: http://rmannibucau.wordpress.com/
>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
>> Github: https://github.com/rmannibucau
>>
>>
>>
>>
>> 2014-04-01 14:38 GMT+02:00 Mark Struberg <st...@yahoo.de>:
>>> 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
>>
>>
>>

-- 
Jean-Baptiste Onofré
jbonofre@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org