Pradipta Sarma
2627bf896e
Removed some redundant 'else's using early return
...
See gh-22528
4 years ago
Andy Wilkinson
72c6435078
Polish
...
See gh-23157
4 years ago
Stephane Nicoll
f4c8668afd
Merge branch '2.3.x'
...
Closes gh-23157
4 years ago
Stephane Nicoll
652561c274
Review checkstyle rule to prevent non BDD mockito imports
...
Closes gh-20902
4 years ago
Phillip Webb
cf8776b83c
Expose originParents on actuator endpoints
...
Update `ConfigurationPropertiesReportEndpoint` and `EnvironmentEndpoint`
so that they expose `originParents` when they are available.
Closes gh-23018
4 years ago
Andy Wilkinson
6cfd2e3a33
Merge branch '2.3.x'
...
Closes gh-23095
4 years ago
Andy Wilkinson
c74e0be0d2
Merge branch '2.2.x' into 2.3.x
...
Closes gh-23094
4 years ago
Andy Wilkinson
04540887af
Widen timeout and delay to accommodate Windows' imprecision under load
...
Closes gh-23093
4 years ago
Johnny Lim
e48af31ced
Polish
...
See gh-23081
4 years ago
Phillip Webb
ea8762c484
Update copyright year of changed files
4 years ago
Andy Wilkinson
e358144b2e
Polish "Exclude cookie headers by default from HTTP traces"
...
See gh-22829
4 years ago
Emily Tsanova
5ff515727d
Exclude cookie headers by default from HTTP traces
...
See gh-22829
4 years ago
Andy Wilkinson
969dd35e45
Upgrade to Mockito 3.4.6
...
Closes gh-22838
4 years ago
Stephane Nicoll
f2a52a87ec
Merge branch '2.3.x'
...
Closes gh-22850
4 years ago
Stephane Nicoll
980ddcffd0
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22849
4 years ago
Stephane Nicoll
dd9c9fd171
Polish "Migrate legacy endpoint that have a dash in their id"
...
See gh-21615
4 years ago
Gabriele Bianchet-David
0f9f10f97e
Migrate legacy endpoint that have a dash in their id
...
See gh-21615
4 years ago
Stephane Nicoll
13260eab46
Merge branch '2.3.x'
...
Closes gh-22846
4 years ago
ksmilek
5cb1b41355
Fix wrong reference in `ReadinessStateHealthIndicator` javadoc
...
See gh-22760
4 years ago
Phillip Webb
f7f4ff0ac9
Update copyright year of changed files
4 years ago
Stephane Nicoll
dac63fc3e5
Polish
4 years ago
Brian Clozel
fb1234a22c
Upgrade to Reactor 2020.0.0 SNAPSHOTs
...
See gh-22667
4 years ago
Andy Wilkinson
8b40427402
Merge branch '2.3.x'
...
Closes gh-22687
4 years ago
Andy Wilkinson
7d25948ab5
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22686
4 years ago
Andy Wilkinson
59b1df4548
Polish "Look in correct context when finding Liquibase beans"
...
See gh-22681
4 years ago
biergit
62156810cf
Look in correct context when finding Liquibase beans
...
See gh-22681
4 years ago
Stephane Nicoll
5777aa5615
Start building against Spring Data 2020.0.0 snapshots
...
See gh-22647
4 years ago
Stephane Nicoll
c6fde1e4d5
Polish "Update Neo4j health check to use the Neo4j Driver"
...
See gh-22302
4 years ago
Gerrit Meier
c5a7815e42
Update Neo4j health check to use the Neo4j Driver
...
This commit replaces the Neo4j-OGM based health checks with one based on
the Neo4j Java driver. A Reactive variant is also added in this commit.
See gh-22302
4 years ago
Stephane Nicoll
2756f5911f
Merge branch '2.3.x'
...
Closes gh-22627
4 years ago
Stephane Nicoll
12d78b26b9
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22626
4 years ago
Stephane Nicoll
16aa8fbc88
Fix actuator dependency on Jackson JSR 310 module
...
This commit harmonizes dependency declarations for Jackson in the
actuator. Both Jackson and JSR 310 are back to optional in the core
actuator module and mandatory when using the auto-configuration.
Closes gh-22624
4 years ago
Phillip Webb
3d7d9d064c
Update copyright year of changed files
4 years ago
Phillip Webb
14c1b0938a
Polish
4 years ago
Phillip Webb
da69286838
Merge branch '2.3.x'
4 years ago
Phillip Webb
d2a7808098
Polish
4 years ago
Phillip Webb
217b2eff89
Merge branch '2.2.x' into 2.3.x
4 years ago
Phillip Webb
b5e70157dc
Update copyright year of changed files
4 years ago
Phillip Webb
51a26a4d5a
Polish
4 years ago
Andy Wilkinson
0ac7178ae1
Merge branch '2.3.x'
...
Closes gh-22491
4 years ago
dreis2211
198131f5e4
Remove redundant compiler arguments in Gradle build files
...
See gh-22488
4 years ago
Andy Wilkinson
19ad163486
Merge branch '2.3.x'
...
Closes gh-22411
4 years ago
Andy Wilkinson
accc1f1ca8
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22410
4 years ago
Andy Wilkinson
21f733b89b
Merge branch '2.1.x' into 2.2.x
...
Closes gh-22409
4 years ago
Andy Wilkinson
179d2c79d6
Avoid trivialising what the reader's learning about
...
Closes gh-22408
4 years ago
Andy Wilkinson
cb7f99ad72
Polish "Measure with nanoseconds in HttpExchangeTracer"
...
See gh-22266
4 years ago
dreis2211
d72f5139f1
Measure with nanoseconds in HttpExchangeTracer
...
See gh-22266
4 years ago
Brian Clozel
3f93978e99
Merge branch '2.3.x'
...
Closes gh-22215
4 years ago
Brian Clozel
86d8366ee2
Polish support for reactive Elasticsearch healthcheck
...
Fixes gh-21042
4 years ago
Aleksander Lech
203878a16f
Add support for reactive Elasticsearch healthcheck
...
Prior to this commit, configuring a reactive Elasticsearch client would
auto-configure an Actuator Health check using a synchronous client, with
the default configuration properties (so tarting localhost:9200).
This would lead to false reports of unhealthy Elasticsearch clusters
when using reactive clients.
This commit reproduces the logic for MongoDB repositories: if a reactive
variant is available, it is selected for the health check
infrastructure.
See gh-21042
4 years ago