You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kl...@apache.org on 2019/06/18 16:57:27 UTC

[geode] branch develop updated (a5aba91 -> d05adfa)

This is an automated email from the ASF dual-hosted git repository.

klund pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from a5aba91  Revert "GEODE-6588: Properly type Function execution related interfaces. (#3691)"
     add fc0409f  GEODE-2878: Returning XAConnection to pool after exception
     add d05adfa  GEODE-2878: Fixup GemFireTransactionDataSourceIntegrationTest

No new revisions were added by this update.

Summary of changes:
 ...emFireTransactionDataSourceIntegrationTest.java | 143 +++++++++++++++++++++
 ...nsactionDataSourceIntegrationTest_cachejta.xml} | 116 ++++++++++-------
 .../datasource/GemFireConnPooledDataSource.java    |   8 +-
 .../datasource/GemFireTransactionDataSource.java   |  26 +++-
 .../internal/datasource/TranxPoolCacheImpl.java    |   9 ++
 5 files changed, 249 insertions(+), 53 deletions(-)
 create mode 100644 geode-core/src/integrationTest/java/org/apache/geode/internal/datasource/GemFireTransactionDataSourceIntegrationTest.java
 copy geode-core/src/integrationTest/resources/org/apache/geode/internal/{jta/TransactionTimeoutExceptionIntegrationTest_cachejta.xml => datasource/GemFireTransactionDataSourceIntegrationTest_cachejta.xml} (76%)