- 26 Jul, 2018 17 commits
-
-
Stephane Nicoll authored
Closes gh-3884
-
Stephane Nicoll authored
Closes gh-13704
-
Stephane Nicoll authored
* pr/13919: Fix typo
-
dreis2211 authored
Closes gh-13919
-
Stephane Nicoll authored
Closes gh-13898
-
Stephane Nicoll authored
Closes gh-13912
-
Stephane Nicoll authored
-
Madhura Bhave authored
-
Madhura Bhave authored
Closes gh-7483
-
Madhura Bhave authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-13917
-
Phillip Webb authored
Add an `DispatcherServletPath` interface which provides a much more consistent way to discover the path of the main dispatcher servet. Prior to this commit, auto-configurations would often make use of the `ServerProperties` class to discover the dispatcher servlet path. This mechanism isn't very explicit and also makes it hard for us to relocate that property in Spring Boot 2.1. This commit also reverts most of fddc9e9c since it is now clear that the supporting multiple dispatcher servlet paths will be much more involved that we originally anticipated. Closes gh-13834
-
Phillip Webb authored
-
Phillip Webb authored
Update the root build POM so that the default profile is always active. Prior to this commit the profile was to `activeByDefault` which meant it was only active if no other profiles were enabled. When running in Eclipse, the `m2e` profile is active, meaning the default profile was disabled and `spring-javaformat` setting were not applied. Closes gh-13900
-
Phillip Webb authored
Move the `eclipse.properties` file from `.eclipse` into `eclipse` since the IDE plugin supports both.
-
Stephane Nicoll authored
Closes gh-13912
-
- 25 Jul, 2018 12 commits
-
-
Stephane Nicoll authored
See gh-13898
-
Stephane Nicoll authored
See gh-13890
-
Andy Wilkinson authored
See gh-13742
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit makes sure to unwrap any transaction aware cache before collecting metrics for them. Closes gh-13861
-
Madhura Bhave authored
Fixes gh-13636
-
- 24 Jul, 2018 11 commits
-
-
Madhura Bhave authored
-
Stephane Nicoll authored
This commit rework 1189ccc9 to prevent a mutate call on the original headers map. Closes gh-13871
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Co-authored-by:
Andy Bell <andyrbell@gmail.com> Closes gh-13863
-
Stephane Nicoll authored
* pr/13871: Polish "Use Collection.removeIf() where possible" Use Collection.removeIf() where possible
-
Stephane Nicoll authored
Closes gh-13871
-
dreis2211 authored
See gh-13871
-
Stephane Nicoll authored
* pr/13813: Polish "Add metric description and base unit to metrics endpoint" Add metric description and base unit to metrics endpoint
-
Stephane Nicoll authored
Closes gh-13813
-