testcontainers-java
testcontainers-java copied to clipboard
getLivenessCheckPortNumbers() should return mapped port
Addresses issue https://github.com/testcontainers/testcontainers-java/issues/5283
Thank you @kiview for the review - I've addressed your comments. I'm feeling more comfortable with this PR now as it gets rid of dead code and increases meaningful test coverage.
I've updated this with master - hopefully that fixes the build
Ah yes, sorry about this @REslim30. There was an issue with a republished Gradle plugin from which master suffered.
Updated the PR, since CI was failing because of #5761.
Thank you @eddumelendez for the review.
I've addressed your suggestions. Merged in master as well.
Thanks for this nice cleanup PR @REslim30.