Skip to content

Releases: MicroShed/microshed-testing

MicroShed Testing 0.4.2

11 Nov 16:35
9395fa3
Compare
Choose a tag to compare
Pre-release

Enhancements

  • Added Payara Micro and Payara Server adapters (#60 thanks to @rdebusscher)
  • Updated to Testcontainers to version 1.12.3 which reduces "hollow mode" test runtime by ~1.5s per run (#78)
  • Added Dependabot so Testcontainers modules always use the latest dependencies (#69)

0.4.1-beta

13 Sep 23:49
591d3bb
Compare
Choose a tag to compare
0.4.1-beta Pre-release
Pre-release

Fixes:

  • Issue with JAX-RS application path detection
  • Compatibility issue with latest version of liberty-maven-plugin

Enhancements:

  • Doc updates

v0.4-beta

10 Sep 19:10
de21f0b
Compare
Choose a tag to compare
v0.4-beta Pre-release
Pre-release
  • Rework default priority of Testcontainers, Hollow, and Manual application environments
  • Remove SLF4j implementation from exposed dependencies
  • Doc improvements for site
  • Completed missing javadoc
  • Added automated tests for Wildfly and Payara

v0.3.1-alpha

30 Aug 23:35
44af5d3
Compare
Choose a tag to compare
v0.3.1-alpha Pre-release
Pre-release
  • Update to org.microshed packages

v0.3-alpha

28 Aug 20:38
c008a10
Compare
Choose a tag to compare
v0.3-alpha Pre-release
Pre-release

Improvements

  • Improve performance for hollow mode
  • Add MP Health 2.0 readiness check by default
  • Add documentation hosted by Github Pages

v0.2-alpha

08 Aug 22:39
ef01f00
Compare
Choose a tag to compare
v0.2-alpha Pre-release
Pre-release

Improvements

  • Added different "application environments", of which Testcontainers is the default.
  • Added a "hollow" application environment which starts up all dependencies except the application runtime. It instead attaches to an existing application runtime, which is convenient for rapid local development.
  • Automatically increase the application start timeout when running in CI environments where hardware is usually slower
  • Improved automatic Docker build performance by allowing it to honor .dockerignore files.

v0.1-alpha

31 Jul 15:08
ae6cd47
Compare
Choose a tag to compare
v0.1-alpha Pre-release
Pre-release
Merge pull request #1 from aguibert/readme-badges

Add README badges