- 03 May, 2019 8 commits
-
-
Madhura Bhave authored
Prior to this commit, the audit auto-configuration provided an `InMemoryAuditEventRepository` bean. This commit changes the auto-config so that an `AuditEventRepository` is not provided and instead the auto-config is conditional on the presence of a `AuditEventRepository` bean. This is done to encourage the use of a custom implementation of `AuditEventRepository` since the in-memory one is quite limited and not suitable for production. A flag is available if the auto-configuration needs to be turned off even in the presence of a bean. Closes gh-16110
-
Madhura Bhave authored
See gh-15039
-
Madhura Bhave authored
Prior to this commit, the http trace auto-configuration provided an `InMemoryHttpTraceRepository` bean. This commit changes the auto-config so that an `HttpTraceRepository` is not provided and instead the auto-config is conditional on the presence of a `HttpTraceRepository` bean. This is done to encourage the use of a custom implementation of `HttpTraceRepository` since the in-memory one is quite limited and not suitable for production. A flag is available if the auto-configuration needs to be turned off even in the presence of a bean. Closes gh-15039
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/16707: Polish "Document that JUnit 4 is the default" Document that JUnit 4 is the default
-
Stephane Nicoll authored
Closes gh-16707
-
Tetsuya Hasegawa authored
See gh-16707
-
Andy Wilkinson authored
Closes gh-16681
-
- 02 May, 2019 6 commits
-
-
Brian Clozel authored
-
Stephane Nicoll authored
* pr/16700: Polish RSocketServerBootstrap bean name
-
Johnny Lim authored
Closes gh-16700
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/16699: Polish CompressionConnectorCustomizerTests
-
Johnny Lim authored
Closes gh-16699
-
- 01 May, 2019 12 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
-
Andy Wilkinson authored
Closes gh-16693
-
Andy Wilkinson authored
Closes gh-16576
-
Stephane Nicoll authored
* pr/16688: Polish
-
Johnny Lim authored
Closes gh-16688
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-16688
-
Stephane Nicoll authored
* pr/15988: Polish "Allow configuration of auto-timed metrics" Allow configuration of auto-timed metrics
-
Stephane Nicoll authored
Closes gh-15988
-
Tadaya Tsuyukubo authored
When `management.metrics.web.server.auto-time-requests` is enabled (default=true), Spring Boot collects metrics on controller methods even when they are not annotated with `@Timed`. When this happens, created metrics are based on the default `@Timed` configuration and there is no way to customize the configuration of those auto-timed controller metrics. This commit adds default configurations to auto-timed requests on both client and server sides. See gh-15988
-
Madhura Bhave authored
This should fix the NoClassDefFound errors after moving to Framework snapshots
-
- 30 Apr, 2019 14 commits
-
-
Madhura Bhave authored
This commit also documents `ContextRefreshedEvent` and `WebServerInitializedEvent`. Closes gh-7382
-
Madhura Bhave authored
Closes gh-16661
-
Madhura Bhave authored
* pr/16622: Polish "Document use of @Profile with @ConfigurationProperties scanning" Document use of @Profile with @ConfigurationProperties scanning
-
Madhura Bhave authored
Closes gh-16622
-
Kedar Joshi authored
See gh-16612
-
Brian Clozel authored
* appendix-properties-styling: Polish "Separate compound properties in appendices" Separate compound properties in appendices
-
Brian Clozel authored
Closes gh-16480
-
dreis2211 authored
-
Stephane Nicoll authored
* pr/16604: Polish "Auto-configure ReactiveStringRedisTemplate if necessary" Auto-configure ReactiveStringRedisTemplate if necessary
-
Stephane Nicoll authored
Closes gh-16604
-
Qiang Lee authored
See gh-16604
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/16628: Exclude HikariCP specific dependency from Quartz
-
ielatif authored
Closes gh-16628
-