Brian Clozel
1f8d489e5a
Improve reference doc for WebTestClient
...
Closes gh-11203
7 years ago
Andy Wilkinson
a19b1946d3
Clarify that both Java 8 and 9 are supported
...
Closes gh-12027
7 years ago
Andy Wilkinson
25520a9e32
Polish “Auto-configure FileDescriptorMetrics”
...
Closes gh-12022
7 years ago
Stephane Nicoll
83e0978a03
Polish
7 years ago
Stephane Nicoll
b28cabdb12
Polish "Remove unnecessary config options for metrics"
...
Closes gh-12017"
7 years ago
Stephane Nicoll
28f5392787
Polish "Add health indicator for reactive MongoDB"
...
Closes gh-11997
7 years ago
Phillip Webb
3bec55e16c
Formatting
7 years ago
Madhura Bhave
3880bdb908
Add example for customizing webflux security
...
Closes gh-11928
7 years ago
Phillip Webb
f34aa6f4d8
Migrate to Spring Integration Micrometer support
...
Remove custom `SpringIntegrationMetrics` and instead provide
auto-configuration to the direct Micrometer support added in Spring
Integration 5.0.2.
Closes gh-11985
7 years ago
Andy Wilkinson
384a4ed6a9
Use metrics export.*.enabled properties to control auto-configuration
...
Closes gh-11978
7 years ago
Phillip Webb
0348889fd7
Polish
7 years ago
Andy Wilkinson
e49d50fe9d
Improve testing of metrics auto-configuration
...
Closes gh-11970
7 years ago
Johnny Lim
5a9865dabb
Polish
...
Closes gh-12004
7 years ago
Brian Clozel
2be0c46562
Remove TestRestTemplate constructors taking template args
...
As discussed in gh-11872, `TestRestTemplate` constructor variants taking
a `RestTemplate` argument are confusing since the main goal of that
class is to mutate `RestTemplate`.
This commit removes all those constructor variants and replaces them
with `RestTemplateBuilder` arguments when possible.
Closes gh-11872
7 years ago
Stephane Nicoll
eec3eed5f5
Mention how to configure the web application type in tests
...
Closes gh-11025
7 years ago
Stephane Nicoll
51de8ae6be
Polish doc
...
See gh-11803
7 years ago
Stephane Nicoll
ce36529ef8
Fix javadoc generation
7 years ago
Stephane Nicoll
7473642f58
Harmonize endpoints exclude property
...
Closes gh-11914
7 years ago
Madhura Bhave
f68f23bb52
Remove documentation that's no longer applicable
7 years ago
Stephane Nicoll
2c40383524
Polish
7 years ago
Phillip Webb
5de46c3186
Polish
7 years ago
Andy Wilkinson
7b32cf82df
Exclude documentation examples from main API Javadoc
7 years ago
Stephane Nicoll
0f6a13c9b3
Warn users about the caching implications of @MockBean and @SpyBean
...
Closes gh-10182
7 years ago
Andy Wilkinson
4beb6be179
Rename HTTP trace properties and packages
...
Closes gh-11934
7 years ago
Stephane Nicoll
509b068338
Clarify logging level documentation
...
Closes gh-11949
7 years ago
Stephane Nicoll
7cd19822c6
Polish "Add Kafka health indicator"
...
Closes gh-11515
7 years ago
Andy Wilkinson
76a450dfba
Format with Eclipse Oxygen SR2
7 years ago
Andy Wilkinson
9a456924e4
Remove - from path-match and content-negotiation properties
...
Closes gh-11913
7 years ago
Stephane Nicoll
63d2e944ba
Polish "Add influx property to govern whether db is auto-created or not"
...
Closes gh-11922
7 years ago
Andy Wilkinson
43285fb77c
Document that WRITE_DATES_AS_TIMESTAMPS is disabled by default
...
Closes gh-11898
7 years ago
Andy Wilkinson
04083e7571
Link to Gradle plugin docs rather than duplicating build info example
...
Closes gh-11933
7 years ago
Andy Wilkinson
8605499a64
Provide more control over when the health endpoint shows details
...
Closes gh-11869
7 years ago
Phillip Webb
d8de8752ea
Change metrics exporters to auto-configurations
...
Refactor `*ExportConfiguration` classes to be regular auto-configuration
classes.
Also removed the `@ConditionalOnProperty` guards for `.enabled` properties
since auto-configuration can now be excluded in the usual way. Enabled
properties remain where applicable and are adapted for Micrometer to use
as it sees fit.
Fixes gh-11838
7 years ago
Phillip Webb
20ec7a6b52
Polish
7 years ago
Phillip Webb
6889ad59b8
Support property based MeterFilters
...
Add per-meter property support for `enabled`, `percentiles-histogram`,
`percentiles` and `sla`.
Fixes gh-11800
7 years ago
Andy Wilkinson
7d561f5ed0
Polish "Align with Micrometer's standardized cache metrics"
...
Closes gh-11918
7 years ago
Phillip Webb
eab0b84a80
Polish 'Add support for multi baseDn;
...
Update multi baseDn support to use the recently introduced
`@Delimter` annotation
Closes gh-11764
7 years ago
Eddú Meléndez
270dc2cd72
Add support for multi baseDn
...
Update LDAP properties and auto-configuration to support multiple
base DN values.
See gh-11764
7 years ago
Madhura Bhave
d0a2613241
Document CF actuator limitation if context-path changes
...
Closes gh-9081
7 years ago
dreis2211
81459efffa
Use HTTPS URLs where applicable
7 years ago
Phillip Webb
c3ec316890
Move Application* and *FileWriter classes
...
Move `ApplicationHome`, `ApplicationPid` and `ApplicationTemp` to the
`system` package. Since `system` package is now much lower level, the
existing `FileWriter` implementations also needed to move to prevent
package tangles.
Fixes gh-8614
7 years ago
Madhura Bhave
84fafe1db0
Illustrate that endpoint expose & exclude take a list
...
Closes gh-11861
7 years ago
Madhura Bhave
3a7d5953a8
Fix typo
7 years ago
Johnny Lim
3cead7693d
Polish
...
Closes gh-11871
7 years ago
Madhura Bhave
905666e797
Document usage of `AuthenticationEventPublisher`
...
Closes gh-11420
7 years ago
Andy Wilkinson
a6bb48a2f4
Remove remaining references to no longer supported container versions
...
Closes gh-11504
7 years ago
Andy Wilkinson
de11fa6279
Replace references to jcl-over-slf4j with details of spring-jcl
...
Closes gh-10138
7 years ago
Stephane Nicoll
9d6cc3be46
Polish
7 years ago
Phillip Webb
6328de9e20
Add Madhura as a document author
7 years ago
Stephane Nicoll
86c1fe529d
Polish
7 years ago