Discussion:
[VOTE] release geronimo txmanager and connector components 2.2
Rick McGuire
2010-09-24 13:30:10 UTC
Permalink
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
Rick McGuire
2010-09-24 13:44:03 UTC
Permalink
This component needs to be built with Java 5, not Java 6. I'll spin a
new release candidate shortly.

Rick
Post by Rick McGuire
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
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
https://repository.apache.org/content/repositories/orgapachegeronimo-011/
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
Rick McGuire
2010-09-24 13:46:45 UTC
Permalink
The original release candidate was built with Java 5 after all.
Starting the vote again with the same staging repository.

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)
Shawn Jiang
2010-09-25 02:49:17 UTC
Permalink
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
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
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
https://repository.apache.org/content/repositories/orgapachegeronimo-011/
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 Jiang
2010-10-11 07:46:20 UTC
Permalink
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.
Post by Shawn Jiang
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
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
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
https://repository.apache.org/content/repositories/orgapachegeronimo-011/
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
Guillaume Nodet
2010-10-11 07:53:01 UTC
Permalink
+1
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
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
https://repository.apache.org/content/repositories/orgapachegeronimo-011/
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
Rick McGuire
2010-10-12 09:50:19 UTC
Permalink
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
Post by Rick McGuire
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
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
https://repository.apache.org/content/repositories/orgapachegeronimo-011/
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
Rex Wang
2010-10-13 07:38:08 UTC
Permalink
Thanks, Rick, Will upgrade the txmanager version number to 2.2 in server 2.1
branch

-Rex
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
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
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
https://repository.apache.org/content/repositories/orgapachegeronimo-011/
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
Loading...