spring-boot/spring-boot-project
Andy Wilkinson 088006ff60 Use ephemeral port for Hazelcast
When Hazelcast is started on a fixed port and that port is already in
use, it does not fail to start which makes the problem hard to
detect. A symptom of the problem is that clients will not be able to
connect and will either retry indefinitely or will timeout depending
on their configuration.

This commit updates the Hazelcast client tests to start the Hazelcast
instance on an ephemeral port and to customize the client
configuration with the instance's address before use. This should
allow the client tests to work reliably in an environment where
Hazelcast's default port is already in use.

Closes gh-35903
2023-06-15 12:19:34 +01:00
..
spring-boot Add JavaVersion.TWENTY 2023-06-07 08:23:05 +02:00
spring-boot-actuator Polish 2023-05-12 13:01:30 -07:00
spring-boot-actuator-autoconfigure Polish configuration related to predictive test selection 2023-06-14 18:15:04 +01:00
spring-boot-autoconfigure Use ephemeral port for Hazelcast 2023-06-15 12:19:34 +01:00
spring-boot-cli Merge branch '2.5.x' into 2.6.x 2023-05-10 23:33:42 -07:00
spring-boot-dependencies Upgrade to Reactor Bom 2020.0.33 2023-06-14 09:20:05 +02:00
spring-boot-devtools Allow package-private main classes to be used with Devtools 2023-06-13 13:50:27 +01:00
spring-boot-docs Move property notes up to external configuration section 2023-06-07 09:29:23 +02:00
spring-boot-parent Add more possibilities to prohibit version upgrades 2023-01-12 16:08:06 +01:00
spring-boot-properties-migrator Reformat code following spring-javaformat upgrade 2023-02-21 22:53:27 -08:00
spring-boot-starters Polish gradle formatting 2023-04-10 21:14:09 -07:00
spring-boot-test Ignore non-singleton factory beans when resetting mocks 2023-05-05 18:21:04 +01:00
spring-boot-test-autoconfigure Update Couchbase image tag used in tests 2023-05-05 14:45:58 -05:00
spring-boot-tools Test Gradle plugin against Gradle 8.2-rc-1 2023-06-02 13:23:36 +01:00