This is an automated email from the ASF dual-hosted git repository.
dschneider pushed a change to branch feature/GEODE-5861
in repository https://gitbox.apache.org/repos/asf/geode.git.
from 3a8f467 JNDIInvoker now only checks if the data source is
AutoCloseable for cleanup. For the pooled jndi-binding type the pooled class
name must now implement PooledDataSourceFactory.
add 20d510d fixed comment
add 987d393 fixed tests that are using jndi-binding --type=POOLED to now
specify a class that implements PooledDataSourceFactory.
No new revisions were added by this update.
Summary of changes:
.../jdbc/JdbcPooledDataSourceFactory.java | 8 +-
.../internal/jta/dunit/IdleTimeOutDUnitTest.java | 1 +
.../org/apache/geode/internal/jta/cachejta.xml | 6 +-
.../datasource/AbstractPoolCacheJUnitTest.java | 63 -----------
.../internal/datasource/CleanUpJUnitTest.java | 31 ------
.../ConnectionPoolCacheImplJUnitTest.java | 118 ---------------------
.../datasource/ConnectionPoolingJUnitTest.java | 2 +-
.../datasource/DataSourceFactoryJUnitTest.java | 7 +-
.../org/apache/geode/internal/jta/cachejta.xml | 6 +-
geode-core/src/test/resources/jta/cachejta.xml | 2 +-
.../jta/CacheJTAPooledDataSourceFactory.java | 69 ++++++++++++
11 files changed, 86 insertions(+), 227 deletions(-)
create mode 100644
geode-junit/src/main/java/org/apache/geode/internal/jta/CacheJTAPooledDataSourceFactory.java