- 14 Sep, 2018 7 commits
-
-
Madhura Bhave authored
This commit changes @SpringBootTest(randomPort = true) to generate a random port for the actuator endpoints if the management server runs on a different port from the main server. Closes gh-4424
-
Madhura Bhave authored
-
Madhura Bhave authored
-
Madhura Bhave authored
-
Madhura Bhave authored
-
Madhura Bhave authored
-
Madhura Bhave authored
-
- 13 Sep, 2018 2 commits
-
-
Madhura Bhave authored
Fixes gh-14463
-
Phillip Webb authored
See gh-14453
-
- 12 Sep, 2018 31 commits
-
-
Phillip Webb authored
Reinstate `web` logging when devtools is in use, making use of the new logging groups support. Devtools now also logs an `INFO` message informing that properties defaults are offers an easy way to disable them. Closes gh-14450
-
Phillip Webb authored
Defer logging from devtools classes until the context is prepared. Closes gh-14453
-
Phillip Webb authored
Add additional `switchTo` methods to allow a `DeferredLogger` to behave like a regular logger once it has been replayed. This commit also improves thread thread safety within the implementation. Closes gh-14452
-
Phillip Webb authored
Provide a way for users to quickly group related loggers together for easier configuration. The `loggers.group` property can be used to define a group that can then be configured in the usual `loggers.level.<group>` way. Additionally, provide pre-defined groups for `web` and `sql. Closes gh-14421
-
Madhura Bhave authored
-
Madhura Bhave authored
Closes gh-14445
-
Andy Wilkinson authored
Closes gh-14429
-
Andy Wilkinson authored
Closes gh-14418
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-14417
-
Andy Wilkinson authored
Closes gh-14158
-
Spring Buildmaster authored
-
Phillip Webb authored
Closes gh-14440
-
Phillip Webb authored
Closes gh-14424
-
Phillip Webb authored
Closes gh-14426
-
Phillip Webb authored
Closes gh-14442
-
Phillip Webb authored
Closes gh-14427
-
Phillip Webb authored
Closes gh-14430
-
Phillip Webb authored
Closes gh-14431
-
Phillip Webb authored
Closes gh-14432
-
Phillip Webb authored
Closes gh-14433
-
Phillip Webb authored
Closes gh-14434
-
Phillip Webb authored
Closes gh-14435
-
Phillip Webb authored
Closes gh-14436
-
Phillip Webb authored
Closes gh-14437
-
Phillip Webb authored
Closes gh-14439
-
Phillip Webb authored
Closes gh-14441
-
Phillip Webb authored
-
Phillip Webb authored
Add log4j to `spring-boot-actuator-autoconfigure` test scope so that we get valid log output. See gh-14148
-
Phillip Webb authored
Replace Aether dependencies with Maven Resolver following the Eclipse EOL announcement for Aether. Closes gh-7627
-