jdbc-service-virtualisation icon indicating copy to clipboard operation
jdbc-service-virtualisation copied to clipboard

Support JDBC spying and mocking via HTTP using a potentially remote WireMock or similar

Results 16 jdbc-service-virtualisation issues
Sort by recently updated
recently updated
newest added

Does this library support stubbing stored procedure calls?

be a good maven citizen and limit the dependencies to the necessary minimum.

refactoring

currently only prepared statements created with java.sql.Connection#prepareStatement are supported.

enhancement

JDBC supports returning multiple recordsets, make JSV to support this as well

enhancement

similar to p6spy it should be possible to configure JSV without having to modify your code, see e.g. http://p6spy.github.io/p6spy/2.0/integration.html

enhancement