spring-boot/spring-boot-tests
dreis2211 ecee9c0f9b Avoid unnecessary explicit initialization of Atomics
Constructor calls like new AtomicInteger(0) cause a volatile write that
can be saved in cases where the constructor parameter is the default
value.

See gh-23575
2020-10-02 16:43:34 +02:00
..
spring-boot-deployment-tests Update container versions used in deployment integration tests 2020-09-07 16:43:27 +01:00
spring-boot-integration-tests Merge branch '2.3.x' 2020-09-01 11:32:00 +02:00
spring-boot-smoke-tests Avoid unnecessary explicit initialization of Atomics 2020-10-02 16:43:34 +02:00