- 25 Jan, 2018 29 commits
-
-
Andy Wilkinson authored
Closes gh-11745
-
Phillip Webb authored
-
Stephane Nicoll authored
* pr/11775: Upgrade to Maven Checkstyle Plugin 3.0.0
-
Raja Kolli authored
Closes gh-11775
-
Andy Wilkinson authored
Closes gh-8933
-
Andy Wilkinson authored
There's an extra ClassLoader in the hierarchy of the TCCL in Groovy 2.4 vs Groovy 2.5 so we require an extra getParent() call to avoid being able to load classes that are visible to the launched URL class loader. Closes gh-11745
-
Andy Wilkinson authored
Closes gh-9980
-
Andy Wilkinson authored
Closes gh-11771
-
Andy Wilkinson authored
This reverts commit 8619256d. See gh-11676
-
Madhura Bhave authored
-
Andy Wilkinson authored
Closes gh-11756
-
Andy Wilkinson authored
-
Stephane Nicoll authored
Closes gh-11770
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-11573
-
Andy Wilkinson authored
Previously, the logging system was cleaned up in response to the root context's ContextClosedEvent being received. This event is published early in a context's close processing. As a result, the logging system is in cleaned up state while, for example, disposable beans are being destroyed. This commit reworks the logic that triggers logging system clean up to use a disposable bean instead. Disposable beans are called in reverse-registration order. The logging clean up bean is registered as early as possible so that it should be the last disposable bean to be called. Closes gh-11676
-
Andy Wilkinson authored
Closes gh-11573
-
Phillip Webb authored
Update `@SpringBootTest` `WebTestClient` support so that the bean definition is only registered when the user has not defined or auto-configured their own. See gh-10556
-
Phillip Webb authored
Update `@SpringBootTest` `TestRestTemplate` support so that the bean definition is only registered when the user has not defined or auto-configured their own. See gh-10556
-
Stephane Nicoll authored
-
Phillip Webb authored
Move the "testdb" naming logic to `DataSourceProperties` and expose the `deduceDatabaseName` method so they can be used in auto-configuration. See gh-11719
-
Stephane Nicoll authored
Previously, Hikari's pool name was auto-configured with the value of `spring.datasource.name` that defaults to `testdb`, which brings some confusion. This commit removes the default `testdb` value on `spring.datasource.name` as it is a sane default only for an embedded datasource. It is applied whenever applicable instead. Closes gh-11719
-
Phillip Webb authored
Add first class support for Servlet based endpoints and rework the Jolokia endpoint to use it. Fixes gh-10264
-
Phillip Webb authored
* pr/11759: Remove usage of Vector collection
-
dreis2211 authored
Closes gh-11759
-
Phillip Webb authored
Closes gh-11754
-
Yunkun Huang authored
Closes gh-11754 See gh-11684
-
igor-suhorukov authored
Replace regular Map instances with EnumMap to reduce memory consumption. Closes gh-11760
-
Phillip Webb authored
-
- 24 Jan, 2018 11 commits
-
-
Phillip Webb authored
Rename packages and classes to match the new module name. See gh-11301
-
Andy Wilkinson authored
On CI, Cassandra running inside the Docker container sometimes fails to start or the start times out. This has nothing to do with Boot so we attempt to protect our tests from the flakiness of the container by allowing 3 startup attempts.
-
Andy Wilkinson authored
Closes gh-11757
-
Stephane Nicoll authored
Closes gh-11666
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-11673
-
Stephane Nicoll authored
Rename `spring-boot-deprecated-properties-support` to `spring-boot-properties-migrator`. See gh-11301
-
Stephane Nicoll authored
* pr/11744: Polish "Add support for anonymousReadOnly in LdapProperties" Add support for anonymousReadOnly in LdapProperties Move tests to use ApplicationContextRunner
-
Stephane Nicoll authored
Closes gh-11744
-
Stephane Nicoll authored
See gh-11744
-
Eddú Meléndez authored
-