For everything newer, see GitHub Releases.
- Standard containers no longer attempt to pin package versions at all.
- Updating standard containers to run in UTF-8 system locale, enabling non-ASCII filenames.
- Again fixing standard containers.
- Standard containers were again unbuildable after a security update. Now checking this properly in CI.
- Updated to Guice 4.
- Added
DockerClassRule
as an alternative toDockerRule
; preferable when combined with rules imposing per-test timeouts. - Added support for UDP port binding.
JavaContainer
was unbuildable after a security update.
- Updates to
SshdContainer
andJavaContainer
.
- Fix of status reports for older Docker versions (1.7 claimed).
- Metadata fixes to enable easier consumption from newer parent POMs.
- Avoiding use of stdio redirects which can confuse Surefire.
Split out of the Jenkins acceptance test harness, which continues to host additional instructions for use in that mode.