- 13 Oct, 2017 11 commits
-
-
Andy Wilkinson authored
See gh-10515
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-10632
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-10631
-
Andy Wilkinson authored
Closes gh-10630
-
Andy Wilkinson authored
Closes gh-10629
-
Andy Wilkinson authored
-
Andy Wilkinson authored
* gh-10588: Polish "Provide informative reason when rejecting request with invalid level" Provide informative reason when rejecting request with invalid level
-
Andy Wilkinson authored
See gh-10588
-
Eddú Meléndez authored
Previously, bad request with no reason was included in the response. This commit introduces the reason when invalid log level is sent in the request. Fixes gh-10588
-
- 12 Oct, 2017 11 commits
-
-
Phillip Webb authored
See gh-9316
-
Brian Clozel authored
See gh-10587
-
Andy Wilkinson authored
-
Andy Wilkinson authored
* gh-10554: Honor logging.path config in filePattern for Log4j2 RollingFile
-
Sebastian Thomschke authored
Previously, rolled over files were always written to logs/. This commit ensures that rotated logs are written into the directory specified in the application config's logging.path property. Closes gh-10554
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-10606
-
Phillip Webb authored
See gh-9316
-
Phillip Webb authored
See gh-9316
-
Phillip Webb authored
See gh-9316
-
Phillip Webb authored
Fixes gh-10608
-
- 11 Oct, 2017 14 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
* pr/10601: Fix broken documentation links
-
Johnny Lim authored
Update links following recent project restructure. Closes gh-10601
-
Phillip Webb authored
* pr/10603: Fix broken README.adoc
-
Johnny Lim authored
Closes gh-10603
-
Phillip Webb authored
Update `SpringConfigurationPropertySource` so that it no longer references types in `org.springframework.boot.env`. Closes gh-10592
-
Phillip Webb authored
Update the `BinderConversionService` so that it no longer references classes from `org.springframework.boot.context.properties.bind`. See gh-10592
-
Andy Wilkinson authored
See gh-10524
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Previously, if Undertow failed to start, some of Undertow's internal components would have been started but the started field of UndertowEmbeddedServletContainer remained false. This meant that when stop() was called nothing was done as the container believed it had not been started. This commit updates UndertowEmbeddedServletContainer to stop both the DeploymentManager and the Undertow instance in start() if an exception is thrown. This aligns the behaviour of UndertowEmbeddedServletContainer with that of the Tomcat equivalent. Closes gh-10528
-
Phillip Webb authored
* pr/10590: Change @ConditionalOnClass from Servlet to Flux
-
Spencer Gibb authored
Update `ReactiveManagementContextAutoConfiguration` to check for a `Flux` class rather than `Servlet`. Closes gh-10590
-
Phillip Webb authored
Update `Binder` so that Maps containing references to themselves may be bound. The existing stack-overflow protection (required when binding a bean to a non enumerable source) now only applies to bean properties. Fixes gh-9801
-
Madhura Bhave authored
Update `JavaBeanBinder` so that null instances that are non-instantiable are not bound. Fixes gh-10131
-
- 10 Oct, 2017 4 commits
-
-
Madhura Bhave authored
Closes gh-9746
-
Phillip Webb authored
* pr/10535: Polish MetricsEndpoint Support composite registries in MetricsEndpoint
-
Phillip Webb authored
See gh-10535
-
Jon Schneider authored
Update `MetricsEndpoint` to deal with `CompositeMeterRegistry` instances. Closes gh-10535
-