- 24 Sep, 2020 15 commits
-
-
Stephane Nicoll authored
This commit upgrades to Hazelcast 4.0.3, yet keeping compatibility with Hazelcast 3.x. Closes gh-20856 Closes gh-23475
-
Andy Wilkinson authored
Closes gh-23478
-
Andy Wilkinson authored
Closes gh-23477
-
Andy Wilkinson authored
Previously, the web environment configured on `@SpringBootTest` was not part of the context cache key. As a result, two test classes that has identical configuration other than one using a MOCK web environment and the other using a DEFINED_PORT web environment would share a context when they should not do so. Classes that use MOCK and RANDOM_PORT were not affected as the use of RANDOM_PORT results in a property for the port being added to the environment. This commit adds a new ContextCustomizer, SpringBootTestWebEnvironment, that is used to capture the `webEnvironment` from `@SpringBootTest` and use it in its hashCode and equals implementations. This fixes the problem as all context customizers are evaluated when determing the equality of two context cache keys. Fixes gh-23085
-
Andy Wilkinson authored
Closes gh-23451
-
Stephane Nicoll authored
* pr/23465: Fix typos Closes gh-23465
-
thorasine authored
See gh-23465
-
Andy Wilkinson authored
Closes gh-23467
-
Andy Wilkinson authored
Closes gh-23470
-
Andy Wilkinson authored
Closes gh-23471
-
Andy Wilkinson authored
Closes gh-23469
-
Andy Wilkinson authored
Closes gh-23466
-
Andy Wilkinson authored
Closes gh-23472
-
Andy Wilkinson authored
Closes gh-23473
-
Andy Wilkinson authored
Closes gh-23468
-
- 23 Sep, 2020 7 commits
-
-
Stephane Nicoll authored
Closes gh-23462
-
Stephane Nicoll authored
Closes gh-23461
-
Stephane Nicoll authored
* pr/23459: Fix link to Log4j's JDK Logging Adapter in reference documentation Closes gh-23459
-
Pavel Gordon authored
See gh-23459
-
Stephane Nicoll authored
* pr/23456: Fix typo Closes gh-23456
-
thorasine authored
See gh-23456
-
Stephane Nicoll authored
This commit rewrites the test to use an in-memory database rather than the deprecated Map-based arrangement. Closes gh-23369
-
- 22 Sep, 2020 18 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
See gh-22983
-
Stephane Nicoll authored
Closes gh-23453
-
Stephane Nicoll authored
Closes gh-23452
-
Stephane Nicoll authored
This commit rework the tip on locating templates when running the app in the IDE. Using classpath* should not change anything as this won't make a difference without a pattern in the path. Closes gh-23068
-
Stephane Nicoll authored
Closes gh-23370
-
Andy Wilkinson authored
Closes gh-23419
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-23448
-
Stephane Nicoll authored
Closes gh-23447
-
Stephane Nicoll authored
Closes gh-23389
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-23446
-
Stephane Nicoll authored
* pr/23445: Fix multi-release JAR test on JDK 15 Closes gh-23445
-
Andy Wilkinson authored
-
Phillip Webb authored
-