Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#1061 replace SocketUtils with TestSocketUtils #1062

Merged
merged 1 commit into from Dec 6, 2022

Conversation

klu2
Copy link
Contributor

@klu2 klu2 commented Nov 28, 2022

This PR fixes #1061 and also updates to the latest 2.x versions of Spring Boot and Spring Cloud

ijusti
ijusti previously approved these changes Nov 28, 2022
@Fameing
Copy link
Collaborator

Fameing commented Dec 2, 2022

@klu2 Please rebase your branch.

@Fameing Fameing enabled auto-merge (squash) December 2, 2022 13:10
Fameing
Fameing previously approved these changes Dec 2, 2022
@Fameing Fameing dismissed stale reviews from ijusti and themself via f522399 December 2, 2022 15:51
@Fameing Fameing merged commit c4418e1 into PlaytikaOSS:develop Dec 6, 2022
@thammerl
Copy link
Contributor

thammerl commented Dec 19, 2022

@Fameing Was this change consciously reverted again in 067eb0e? The release notes for 2.2.13 claim that the release includes this change, but it was reverted again in #1074.

Thanks for your effort and sharing this project!

thammerl added a commit to thammerl/testcontainers-spring-boot that referenced this pull request Dec 19, 2022
 - Fixes PlaytikaOSS#1061 (again).
 - Regression introduced with PlaytikaOSS#1074.
 - PlaytikaOSS#1044 initially fixed PlaytikaOSS#1043 by changing the minimum port passed to `SocketUtils` from 1000 to 1025. PlaytikaOSS#1062 then changed the fix and additionally resolved PlaytikaOSS#1061 by replacing `SocketUtils` with `TestSocketUtils` from spring-test. PlaytikaOSS#1074 then reverted this change reintroducing the dependency to `SocketUtils`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove the dependency to org.springframework.util.SocketUtils
4 participants