- 01 Oct, 2020 5 commits
-
-
Stephane Nicoll authored
Closes gh-23548
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-23549
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-23546
-
- 30 Sep, 2020 3 commits
-
-
Andy Wilkinson authored
Previously the artifact's version was used. In an artifact's version, SNAPSHOT is replaced with the timestamped version number of a specific snapshot. As a result, it no longer matches the *:*:*SNAPSHOT pattern. This commit replaces switches to using the artifact's base version. This preserves the SNAPSHOT in the version number. For non-snapshot artifacts, the version and base version are identical. Fixes gh-23533
-
Stephane Nicoll authored
This commit makes sure that `data.sql` is performed in the same thread as the one initializing the JPA container. Closes gh-22852
-
Stephane Nicoll authored
See gh-23526
-
- 29 Sep, 2020 2 commits
-
-
Stephane Nicoll authored
Closes gh-23521
-
Stephane Nicoll authored
Closes gh-23512
-
- 28 Sep, 2020 6 commits
-
-
Stephane Nicoll authored
See gh-23495
-
Stephane Nicoll authored
See gh-23494
-
Stephane Nicoll authored
Closes gh-23493
-
Stephane Nicoll authored
Closes gh-23508
-
Stephane Nicoll authored
* pr/23502: Add mising entry for Netty tcnative dependency management Closes gh-23502
-
Rujun Chen authored
See gh-23502
-
- 26 Sep, 2020 2 commits
-
-
Andy Wilkinson authored
Closes gh-23500
-
Andy Wilkinson authored
Fixes gh-23474
-
- 25 Sep, 2020 12 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Closes gh-23498
-
Phillip Webb authored
Closes gh-23497
-
Phillip Webb authored
Closes gh-23492
-
Phillip Webb authored
Closes gh-23495
-
Phillip Webb authored
Closes gh-23494
-
Phillip Webb authored
Closes gh-23493
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
- 24 Sep, 2020 10 commits
-
-
Andy Wilkinson authored
Closes gh-23481
-
Andy Wilkinson authored
Previously, we configured embedded Tomcat in such a way that no TLD scan patterns were configured. This differed from a standalone Tomcat installation where 4 patterns are configured that take precedence over some of the skip patterns. The missing scan patterns resulted in the skip patterns preventing the discovery of Log4j2's TLDs. This commit updates TomcatServletWebServerFactory to configure the same four scan patterns as standalone Tomcat configures by default. Fixes gh-23302
-
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-23470
-
Andy Wilkinson authored
Closes gh-23471
-
Andy Wilkinson authored
Closes gh-23469
-
Andy Wilkinson authored
Closes gh-23472
-
Andy Wilkinson authored
Closes gh-23473
-
Andy Wilkinson authored
Closes gh-23468
-