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/06 17:23:49 UTC

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

The VOTE has passed with the following +1

Olivier Lamy (IPMC),
Romain Manni-Bucau (PMC),
Jean-Louis Montiero (PMC),
Jean-Baptise Onofre (IPMC)

Mark Struberg (IPMC)


No +0 nor -1.

LieGrue,
strub



On Wednesday, 2 April 2014, 12:18, Jean-Louis MONTEIRO <je...@gmail.com> wrote:

+1
>
>First release .... amazing work
>
>
>
>2014-04-02 4:53 GMT+02:00 Olivier Lamy <ol...@apache.org>:
>
>> +1
>>
>>
>> On 1 April 2014 23:38, Mark Struberg <st...@yahoo.de> 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
>>
>
>
>
>-- 
>Jean-Louis
>
>
>
>

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


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

Posted by Jean-Louis MONTEIRO <je...@gmail.com>.
Thanks a lot Mark


2014-04-06 17:23 GMT+02:00 Mark Struberg <st...@yahoo.de>:

> The VOTE has passed with the following +1
>
> Olivier Lamy (IPMC),
> Romain Manni-Bucau (PMC),
> Jean-Louis Montiero (PMC),
> Jean-Baptise Onofre (IPMC)
>
> Mark Struberg (IPMC)
>
>
> No +0 nor -1.
>
> LieGrue,
> strub
>
>
>
> On Wednesday, 2 April 2014, 12:18, Jean-Louis MONTEIRO <je...@gmail.com>
> wrote:
>
> +1
> >
> >First release .... amazing work
> >
> >
> >
> >2014-04-02 4:53 GMT+02:00 Olivier Lamy <ol...@apache.org>:
> >
> >> +1
> >>
> >>
> >> On 1 April 2014 23:38, Mark Struberg <st...@yahoo.de> 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
> >>
> >
> >
> >
> >--
> >Jean-Louis
> >
> >
> >
> >
>



-- 
Jean-Louis

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

Posted by Jean-Louis MONTEIRO <je...@gmail.com>.
Thanks a lot Mark


2014-04-06 17:23 GMT+02:00 Mark Struberg <st...@yahoo.de>:

> The VOTE has passed with the following +1
>
> Olivier Lamy (IPMC),
> Romain Manni-Bucau (PMC),
> Jean-Louis Montiero (PMC),
> Jean-Baptise Onofre (IPMC)
>
> Mark Struberg (IPMC)
>
>
> No +0 nor -1.
>
> LieGrue,
> strub
>
>
>
> On Wednesday, 2 April 2014, 12:18, Jean-Louis MONTEIRO <je...@gmail.com>
> wrote:
>
> +1
> >
> >First release .... amazing work
> >
> >
> >
> >2014-04-02 4:53 GMT+02:00 Olivier Lamy <ol...@apache.org>:
> >
> >> +1
> >>
> >>
> >> On 1 April 2014 23:38, Mark Struberg <st...@yahoo.de> 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
> >>
> >
> >
> >
> >--
> >Jean-Louis
> >
> >
> >
> >
>



-- 
Jean-Louis