- 29 Jan, 2018 5 commits
-
-
Johnny Lim authored
See gh-11811
-
Stephane Nicoll authored
* pr/11818: Use InvocationOnMock.getArgument() where possible
-
dreis2211 authored
Closes gh-11818
-
Stephane Nicoll authored
* pr/11817: Replace casted Mockito.any() calls
-
dreis2211 authored
Closes gh-11817
-
- 28 Jan, 2018 1 commit
-
-
Stephane Nicoll authored
Closes gh-11813
-
- 27 Jan, 2018 17 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
See gh-11798
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit makes sure that a "cache.time-to-live" property is not generated for endpoints that do not have a main read operation (i.e. a read operation with no parameter or only nullable parameters). This matches the endpoint feature that provides caching for only such operation. Closes gh-11703
-
Stephane Nicoll authored
Closes gh-11769
-
Stephane Nicoll authored
* pr/11809: Polish contribution Fix to assert parameter names in EndpointServlet.withInitParameters()
-
Stephane Nicoll authored
Closes gh-11809
-
Johnny Lim authored
See gh-11809
-
Stephane Nicoll authored
* pr/11805: Polish
-
Johnny Lim authored
Closes gh-11805
-
Phillip Webb authored
Update `MetricsClientHttpRequestInterceptor` so that captured URIs are normalize to always contain a leading slash. Fixes gh-11798
-
Jon Schneider authored
Fixes gh-11797
-
Phillip Webb authored
* pr/11348: Polish MetricsFilter registration async support Fix MetricsFilter registration to support async
-
Phillip Webb authored
Closes gh-11348
-
Nikolay Rybak authored
Update `WebMvcMetricsConfiguration` so that the filter is registered with the correct settings to support async requests. See gh-11348
-
Phillip Webb authored
Rework `WebMvcMetricsFilter` so that async requests can be handled correctly. See gh-11348
-
Jon Schneider authored
Update `WebMvcTags` to cleanup URLs by removing any double slashes and any trailing slash. Fixes gh-11808
-
- 26 Jan, 2018 17 commits
-
-
Phillip Webb authored
See gh-11807
-
Phillip Webb authored
See gh-11575
-
Jon Schneider authored
Create `MetricsRun` that can be used to apply common micrometer test configuration to a `ApplicationContextRunner`. Closes gh-11804
-
Jon Schneider authored
Move to the snapshots and rework changed APIs in preparation for the upcoming rc8 release. See gh-11575
-
Phillip Webb authored
-
Stephane Nicoll authored
* pr/11792: Polish
-
Johnny Lim authored
Closes gh-11792
-
Andy Wilkinson authored
* gh-10653: Migrate spring-boot-sample-web-ui to Bootstrap v4
-
Kim Rudolph authored
Closes gh-10653
-
Andy Wilkinson authored
Closes gh-11768
-
Andy Wilkinson authored
Closes gh-11755
-
Andy Wilkinson authored
* gh-11784: Polish "Mark thread as interrupted after catching InterruptedException" Mark thread as interrupted after catching InterruptedException
-
Andy Wilkinson authored
See gh-11784
-
igor-suhorukov authored
Closes gh-11784
-
Andy Wilkinson authored
* gh-11751: Polish "Use custom DataSource if Flyway or Liquibase has user or url" Use custom DataSource if Flyway or Liquibase has user or url
-
Andy Wilkinson authored
Closes gh-11751
-
Dominic Gunn authored
This commit enables a more flexible Liquibase/Flyway configuration by allowing for a combination of the provider's and the primary DataSource's configuration to be used. This gives developers the flexibility to specify only a user or a url and having Liquibase/Flyway fall back to individual datasource properties rather than ignoring the Liquibase/Flyway properties and falling back to the default data source. See gh-11751
-