You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed HostPortWaitStrategy throws NumberFormatException when port is exposed but not mapped (#640)
* Fixed `HostPortWaitStrategy` throws `NumberFormatException`
when port is exposed but not mapped
* updated exposed port tests are suggested in code review
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
## UNRELEASED
5
5
6
6
### Fixed
7
+
- Fixed `HostPortWaitStrategy` throws `NumberFormatException` when port is exposed but not mapped [\#640](https://github.com/testcontainers/testcontainers-java/issues/640))
0 commit comments