Skip to content

Releases: manikmagar/munit-db-testcontainers-connector

Release 0.0.7

02 Jan 01:42
5a9f344
Compare
Choose a tag to compare

This Release upgrades TestContainers library to 1.10.4 and removes the custom ScriptUtils class for #12

Minor fixes

06 Dec 04:16
f2f153e
Compare
Choose a tag to compare

Upgraded TestContainers dependency to 1.10.2.

v0.0.3

08 Feb 22:48
5ebc0ab
Compare
Choose a tag to compare

This release includes a fix to properly parse SQL Script containing Stored procedure and other similar objects.

New Features and Functionality

  • Run Init Script operation to initialize database for pre-set objects.
  • Run SQL Script opration to allow running any SQL script to set the data.

Closed Issues in this release

Known Issues in this release

  • Mule 4.0 is not supported.

MUnit DB TestContainers Connector v0.0.1

02 Feb 05:43
c87d802
Compare
Choose a tag to compare

This is the first version of MUnit DB TestContainers Connector. This uses TestContainers 1.6.0 JDBC Library version to allow starting and stopping containerized database instance for testing.

To install this connector in Anypoint Studio, download the attached Studio-UpdateSite.zip and install it from Help -> Install New Software -> 'Add' a repository for Archive.

Reference Demo.