Class NullDataSource

java.lang.Object
com.github.marschall.spring.batch.nulldatasource.NullDataSource
All Implemented Interfaces:
Wrapper, CommonDataSource, DataSource

@Deprecated public final class NullDataSource extends Object implements DataSource
Deprecated.
No longer needed as of Spring Batch 5 as JobRepositoryTestUtils no longer requires a DataSource
A DataSource that doesn't perform any database access.

Intended for use with JobRepositoryTestUtils which requires a DataSource, this is a work around for #3767.

Instances of this class are thread safe but created objects are not.