You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Rick McGuire <ri...@gmail.com> on 2010/09/24 15:30:10 UTC

[VOTE] release geronimo txmanager and connector components 2.2

   This is a new release that will be used for the Geronimo server 2.2.1 
and 2.1.7 releases.  The major updates are improved transaction recovery 
support and improved logging.  The following Jiras are included in this 
update.

GERONIMO-5558 Transaction Commit status is not configured correctly
GERONIMO-5152 fix potential NPE, if a null xaResource is returned
GERONIMO-5530 Only recover if there's a non-null XAResource
GERONIMO-5152 fix some java 5 compile issues
GERONIMO-5152 port the fix about heuristic rollback on first resource 
from txmanager trunk
GERONIMO-5519 match up the xid with the name during recovery.  Add some 
more tracing
GERONIMO-5189 allow share method to accept any ConnectorInstanceContext 
implementors

The components up for vote are:

org/apache/geronimo/components/geronimo-txmanager-parent/2.2/geronimo-txmanager-parent-2.2-source-release.tar.gz
org/apache/geronimo/components/geronimo-txmanager-parent/2.2/geronimo-txmanager-parent-2.2-source-release.zip

from the staging repository at:

https://repository.apache.org/content/repositories/orgapachegeronimo-011/

The source repo is:

https://svn.apache.org/repos/asf/geronimo/components/txmanager/tags/geronimo-txmanager-parent-2.2

  Vote will be open for 72 hours.

  [ ] +1  approve
  [ ] +0  no opinion
  [ ] -1  disapprove (and reason why)


Rick

Re: [VOTE] release geronimo txmanager and connector components 2.2

Posted by Guillaume Nodet <gn...@gmail.com>.
+1

On Fri, Sep 24, 2010 at 15:30, Rick McGuire <ri...@gmail.com> wrote:

>  This is a new release that will be used for the Geronimo server 2.2.1 and
> 2.1.7 releases.  The major updates are improved transaction recovery support
> and improved logging.  The following Jiras are included in this update.
>
> GERONIMO-5558 Transaction Commit status is not configured correctly
> GERONIMO-5152 fix potential NPE, if a null xaResource is returned
> GERONIMO-5530 Only recover if there's a non-null XAResource
> GERONIMO-5152 fix some java 5 compile issues
> GERONIMO-5152 port the fix about heuristic rollback on first resource from
> txmanager trunk
> GERONIMO-5519 match up the xid with the name during recovery.  Add some
> more tracing
> GERONIMO-5189 allow share method to accept any ConnectorInstanceContext
> implementors
>
> The components up for vote are:
>
>
> org/apache/geronimo/components/geronimo-txmanager-parent/2.2/geronimo-txmanager-parent-2.2-source-release.tar.gz
>
> org/apache/geronimo/components/geronimo-txmanager-parent/2.2/geronimo-txmanager-parent-2.2-source-release.zip
>
> from the staging repository at:
>
> https://repository.apache.org/content/repositories/orgapachegeronimo-011/
>
> The source repo is:
>
>
> https://svn.apache.org/repos/asf/geronimo/components/txmanager/tags/geronimo-txmanager-parent-2.2
>
>  Vote will be open for 72 hours.
>
>  [ ] +1  approve
>  [ ] +0  no opinion
>  [ ] -1  disapprove (and reason why)
>
>
> Rick
>



-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/
------------------------
Open Source SOA
http://fusesource.com

Re: [VOTE] release geronimo txmanager and connector components 2.2

Posted by Shawn Jiang <ge...@gmail.com>.
Geronimo 22 tck 100% passed with the staging txmanager 2.2 under vote.
Please vote for this if you were waiting for the tck result.

On Sat, Sep 25, 2010 at 10:49 AM, Shawn Jiang <ge...@gmail.com> wrote:

> maven install and rat:check are all OK.
> Geronimo 22 tck 100% passed with the 2.1.5-snapshot artifacts that has the
> same code with this staging release.
>
> +1
>
>
> On Fri, Sep 24, 2010 at 9:30 PM, Rick McGuire <ri...@gmail.com> wrote:
>
>>  This is a new release that will be used for the Geronimo server 2.2.1 and
>> 2.1.7 releases.  The major updates are improved transaction recovery support
>> and improved logging.  The following Jiras are included in this update.
>>
>> GERONIMO-5558 Transaction Commit status is not configured correctly
>> GERONIMO-5152 fix potential NPE, if a null xaResource is returned
>> GERONIMO-5530 Only recover if there's a non-null XAResource
>> GERONIMO-5152 fix some java 5 compile issues
>> GERONIMO-5152 port the fix about heuristic rollback on first resource from
>> txmanager trunk
>> GERONIMO-5519 match up the xid with the name during recovery.  Add some
>> more tracing
>> GERONIMO-5189 allow share method to accept any ConnectorInstanceContext
>> implementors
>>
>> The components up for vote are:
>>
>>
>> org/apache/geronimo/components/geronimo-txmanager-parent/2.2/geronimo-txmanager-parent-2.2-source-release.tar.gz
>>
>> org/apache/geronimo/components/geronimo-txmanager-parent/2.2/geronimo-txmanager-parent-2.2-source-release.zip
>>
>> from the staging repository at:
>>
>> https://repository.apache.org/content/repositories/orgapachegeronimo-011/
>>
>> The source repo is:
>>
>>
>> https://svn.apache.org/repos/asf/geronimo/components/txmanager/tags/geronimo-txmanager-parent-2.2
>>
>>  Vote will be open for 72 hours.
>>
>>  [ ] +1  approve
>>  [ ] +0  no opinion
>>  [ ] -1  disapprove (and reason why)
>>
>>
>> Rick
>>
>
>
>
> --
> Shawn
>



-- 
Shawn

Re: [VOTE] release geronimo txmanager and connector components 2.2

Posted by Shawn Jiang <ge...@gmail.com>.
maven install and rat:check are all OK.
Geronimo 22 tck 100% passed with the 2.1.5-snapshot artifacts that has the
same code with this staging release.

+1

On Fri, Sep 24, 2010 at 9:30 PM, Rick McGuire <ri...@gmail.com> wrote:

>  This is a new release that will be used for the Geronimo server 2.2.1 and
> 2.1.7 releases.  The major updates are improved transaction recovery support
> and improved logging.  The following Jiras are included in this update.
>
> GERONIMO-5558 Transaction Commit status is not configured correctly
> GERONIMO-5152 fix potential NPE, if a null xaResource is returned
> GERONIMO-5530 Only recover if there's a non-null XAResource
> GERONIMO-5152 fix some java 5 compile issues
> GERONIMO-5152 port the fix about heuristic rollback on first resource from
> txmanager trunk
> GERONIMO-5519 match up the xid with the name during recovery.  Add some
> more tracing
> GERONIMO-5189 allow share method to accept any ConnectorInstanceContext
> implementors
>
> The components up for vote are:
>
>
> org/apache/geronimo/components/geronimo-txmanager-parent/2.2/geronimo-txmanager-parent-2.2-source-release.tar.gz
>
> org/apache/geronimo/components/geronimo-txmanager-parent/2.2/geronimo-txmanager-parent-2.2-source-release.zip
>
> from the staging repository at:
>
> https://repository.apache.org/content/repositories/orgapachegeronimo-011/
>
> The source repo is:
>
>
> https://svn.apache.org/repos/asf/geronimo/components/txmanager/tags/geronimo-txmanager-parent-2.2
>
>  Vote will be open for 72 hours.
>
>  [ ] +1  approve
>  [ ] +0  no opinion
>  [ ] -1  disapprove (and reason why)
>
>
> Rick
>



-- 
Shawn

Re: [VOTE] release geronimo txmanager and connector components 2.2 -- CANCELED

Posted by Rick McGuire <ri...@gmail.com>.
  This component needs to be built with Java 5, not Java 6.  I'll spin a 
new release candidate shortly.

Rick

On 9/24/2010 9:30 AM, Rick McGuire wrote:
>   This is a new release that will be used for the Geronimo server 
> 2.2.1 and 2.1.7 releases.  The major updates are improved transaction 
> recovery support and improved logging.  The following Jiras are 
> included in this update.
>
> GERONIMO-5558 Transaction Commit status is not configured correctly
> GERONIMO-5152 fix potential NPE, if a null xaResource is returned
> GERONIMO-5530 Only recover if there's a non-null XAResource
> GERONIMO-5152 fix some java 5 compile issues
> GERONIMO-5152 port the fix about heuristic rollback on first resource 
> from txmanager trunk
> GERONIMO-5519 match up the xid with the name during recovery.  Add 
> some more tracing
> GERONIMO-5189 allow share method to accept any 
> ConnectorInstanceContext implementors
>
> The components up for vote are:
>
> org/apache/geronimo/components/geronimo-txmanager-parent/2.2/geronimo-txmanager-parent-2.2-source-release.tar.gz 
>
> org/apache/geronimo/components/geronimo-txmanager-parent/2.2/geronimo-txmanager-parent-2.2-source-release.zip 
>
>
> from the staging repository at:
>
> https://repository.apache.org/content/repositories/orgapachegeronimo-011/
>
> The source repo is:
>
> https://svn.apache.org/repos/asf/geronimo/components/txmanager/tags/geronimo-txmanager-parent-2.2 
>
>
>  Vote will be open for 72 hours.
>
>  [ ] +1  approve
>  [ ] +0  no opinion
>  [ ] -1  disapprove (and reason why)
>
>
> Rick


Re: [RESULT] [VOTE] release geronimo txmanager and connector components 2.2

Posted by Rex Wang <rw...@gmail.com>.
Thanks, Rick, Will upgrade the txmanager version number to 2.2 in server 2.1
branch

-Rex

2010/10/12 Rick McGuire <ri...@gmail.com>

>  The vote to release the new txmanager and connector 2.2 version has passed
> with 3 +1 and no 0 or -1 votes.  Voting +1 were
>
> Rick McGuire
> Shawn Jiang
> Guillaume Nodet
>
> The new artifacts will be promoted to central this morning.
>
> Rick
>
>
>
>
> On 9/24/2010 9:30 AM, Rick McGuire wrote:
>
>>  This is a new release that will be used for the Geronimo server 2.2.1 and
>> 2.1.7 releases.  The major updates are improved transaction recovery support
>> and improved logging.  The following Jiras are included in this update.
>>
>> GERONIMO-5558 Transaction Commit status is not configured correctly
>> GERONIMO-5152 fix potential NPE, if a null xaResource is returned
>> GERONIMO-5530 Only recover if there's a non-null XAResource
>> GERONIMO-5152 fix some java 5 compile issues
>> GERONIMO-5152 port the fix about heuristic rollback on first resource from
>> txmanager trunk
>> GERONIMO-5519 match up the xid with the name during recovery.  Add some
>> more tracing
>> GERONIMO-5189 allow share method to accept any ConnectorInstanceContext
>> implementors
>>
>> The components up for vote are:
>>
>> org/apache/geronimo/components/geronimo-txmanager-parent/2.2/geronimo-txmanager-parent-2.2-source-release.tar.gz
>>
>> org/apache/geronimo/components/geronimo-txmanager-parent/2.2/geronimo-txmanager-parent-2.2-source-release.zip
>>
>>
>> from the staging repository at:
>>
>> https://repository.apache.org/content/repositories/orgapachegeronimo-011/
>>
>> The source repo is:
>>
>>
>> https://svn.apache.org/repos/asf/geronimo/components/txmanager/tags/geronimo-txmanager-parent-2.2
>>
>>  Vote will be open for 72 hours.
>>
>>  [ ] +1  approve
>>  [ ] +0  no opinion
>>  [ ] -1  disapprove (and reason why)
>>
>>
>> Rick
>>
>
>


-- 
Lei Wang (Rex)
rwonly AT apache.org

[RESULT] [VOTE] release geronimo txmanager and connector components 2.2

Posted by Rick McGuire <ri...@gmail.com>.
  The vote to release the new txmanager and connector 2.2 version has 
passed with 3 +1 and no 0 or -1 votes.  Voting +1 were

Rick McGuire
Shawn Jiang
Guillaume Nodet

The new artifacts will be promoted to central this morning.

Rick



On 9/24/2010 9:30 AM, Rick McGuire wrote:
>   This is a new release that will be used for the Geronimo server 
> 2.2.1 and 2.1.7 releases.  The major updates are improved transaction 
> recovery support and improved logging.  The following Jiras are 
> included in this update.
>
> GERONIMO-5558 Transaction Commit status is not configured correctly
> GERONIMO-5152 fix potential NPE, if a null xaResource is returned
> GERONIMO-5530 Only recover if there's a non-null XAResource
> GERONIMO-5152 fix some java 5 compile issues
> GERONIMO-5152 port the fix about heuristic rollback on first resource 
> from txmanager trunk
> GERONIMO-5519 match up the xid with the name during recovery.  Add 
> some more tracing
> GERONIMO-5189 allow share method to accept any 
> ConnectorInstanceContext implementors
>
> The components up for vote are:
>
> org/apache/geronimo/components/geronimo-txmanager-parent/2.2/geronimo-txmanager-parent-2.2-source-release.tar.gz 
>
> org/apache/geronimo/components/geronimo-txmanager-parent/2.2/geronimo-txmanager-parent-2.2-source-release.zip 
>
>
> from the staging repository at:
>
> https://repository.apache.org/content/repositories/orgapachegeronimo-011/
>
> The source repo is:
>
> https://svn.apache.org/repos/asf/geronimo/components/txmanager/tags/geronimo-txmanager-parent-2.2 
>
>
>  Vote will be open for 72 hours.
>
>  [ ] +1  approve
>  [ ] +0  no opinion
>  [ ] -1  disapprove (and reason why)
>
>
> Rick