Releases: MicroShed/microshed-testing
Releases · MicroShed/microshed-testing
MicroShed Testing 0.4.2
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
Fixes:
- Issue with JAX-RS application path detection
- Compatibility issue with latest version of liberty-maven-plugin
Enhancements:
- Doc updates
v0.4-beta
- 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
- Update to org.microshed packages
v0.3-alpha
Improvements
- Improve performance for hollow mode
- Add MP Health 2.0 readiness check by default
- Add documentation hosted by Github Pages
v0.2-alpha
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
Merge pull request #1 from aguibert/readme-badges Add README badges