Phillip Webb
ff0725f6bf
Fix HazelcastHealthIndicatorTests
...
See gh-24337
4 years ago
Phillip Webb
ba17495fef
Merge branch '2.3.x'
4 years ago
Phillip Webb
e0a061707e
Fix checkstyle header violation
...
See gh-24337
4 years ago
Phillip Webb
55ae5be84b
Revert "Restore HazelcastHealthIndicatorTests"
...
This reverts commit 5a51b5853e
.
4 years ago
Phillip Webb
afbc6379b0
Merge branch '2.3.x'
4 years ago
Phillip Webb
562f49d958
Merge branch '2.2.x' into 2.3.x
4 years ago
Phillip Webb
5a51b5853e
Restore HazelcastHealthIndicatorTests
...
Restore `HazelcastHealthIndicatorTests` which was accidentally replaced
with a version from 2.4.x.
See gh-24337
4 years ago
Phillip Webb
30c27274e2
Merge branch '2.3.x'
...
Closes gh-24339
4 years ago
Phillip Webb
5f351a6983
Merge branch '2.2.x' into 2.3.x
...
Closes gh-24338
4 years ago
Phillip Webb
d8a05090b3
Fix checkstyle BDD Mockito violations
...
See gh-24337
4 years ago
Phillip Webb
837fc83527
Fix checkstyle header violations
...
See gh-24337
4 years ago
Phillip Webb
9a7b8c07f8
Upgrade to spring-javaformat 0.0.26
...
Closes gh-24337
4 years ago
Madhura Bhave
db677501ea
Merge pull request #24317 from dreis2211
...
* pr/24317:
Remove deprecated code in EndpointDiscoverer
Closes gh-24317
4 years ago
dreis2211
0389a07f7c
Remove deprecated code in EndpointDiscoverer
...
See gh-24317
4 years ago
Madhura Bhave
258f1d6c78
Merge pull request #24326 from dreis2211
...
* pr/24326:
Fix Asciidoc build step
Closes gh-24326
4 years ago
dreis2211
b9ec88a7a5
Fix Asciidoc build step
...
See gh-24326
4 years ago
Madhura Bhave
977140053b
Merge pull request #24325 from dreis2211
...
* pr/24325:
Remove System.out.println in DevToolsPropertyDefaultsPostProcessor
Closes gh-24325
4 years ago
dreis2211
faec47d332
Remove System.out.println in DevToolsPropertyDefaultsPostProcessor
...
See gh-24325
4 years ago
Madhura Bhave
13a5ec169c
Merge pull request #24323 from dreis2211
...
* pr/24323:
Remove deprecated ExposeExcludePropertyEndpointFilter
Closes gh-24323
4 years ago
dreis2211
3e2d0c6d86
Remove deprecated ExposeExcludePropertyEndpointFilter
...
See gh-24323
4 years ago
Madhura Bhave
d041c7d6b9
Document the granularity for property document imports
...
Closes gh-22987
4 years ago
Madhura Bhave
932fb65107
Correct external application properties load order
...
Fixes gh-24308
4 years ago
Madhura Bhave
6c6e339dbb
Merge branch '2.3.x'
...
Closes gh-24316
4 years ago
Madhura Bhave
f569d7616d
Merge branch '2.2.x' into 2.3.x
...
Closes gh-24315
4 years ago
Madhura Bhave
7b38b0ed11
Add SDKMAN to pipeline
...
Closes gh-11987
4 years ago
Phillip Webb
3dc03ac275
Refine non-optional classpath location checking
...
Update `StandardConfigDataLocationResolver` to no longer check if
directories exist for classpath resources. Unfortunately checking for
the parent directory of a `ClassPathResource` isn't always possible
without resorting something similar to the
`PathMatchingResourcePatternResolver` which would add a lot of
complexity to the resolver.
In order to ensure that non-optional locations are always resolved,
the `ConfigDataEnvironment` now checks that all imported locations
have been loaded.
Closes gh-24143
4 years ago
Scott Frederick
01478a25b4
Handle wrapper types in Env actuator
...
This commit modifies the actuator `EnvironmentEndpoint` to allow
primitive wrapper types to be serialized in the response data
structure.
Fixes gh-24307
4 years ago
Stephane Nicoll
bd7e89be1a
Start building against Spring Framework 5.3.2 snapshots
...
See gh-24278
4 years ago
Stephane Nicoll
7c59d8a32f
Start building against Reactor 2020.0.2 snapshots
...
See gh-24275
4 years ago
Stephane Nicoll
7bdeda6b6c
Merge branch '2.3.x'
4 years ago
Stephane Nicoll
065fde2996
Start building against Spring Framework 5.2.12 snapshots
...
See gh-24277
4 years ago
Stephane Nicoll
5f81882305
Start building against Reactor Dysprosium-SR15 snapshots
...
See gh-24274
4 years ago
Stephane Nicoll
98f6e19610
Merge branch '2.2.x' into 2.3.x
4 years ago
Stephane Nicoll
9763ba56ba
Start building against Spring Framework 5.2.12 snapshots
...
See gh-24276
4 years ago
Stephane Nicoll
afeb9f29d4
Start building against Reactor Dysprosium-SR15 snasphots
...
See gh-24273
4 years ago
Stephane Nicoll
23543b078c
Merge pull request #24268 from JimStockwell
...
* pr/24268:
Mark OriginTrackedPropertiesLoader#isNewDocument private
Closes gh-24268
4 years ago
Jim Stockwell
728e474f7f
Mark OriginTrackedPropertiesLoader#isNewDocument private
...
See gh-24268
4 years ago
Stephane Nicoll
e6ccbfb017
Merge branch '2.3.x'
...
Closes gh-24259
4 years ago
Stephane Nicoll
b4a1030b97
Merge pull request #24257 from JimStockwell
...
* pr/24257:
Fix ErrorAttributeOptions#getIncludes Javadoc
Closes gh-24257
4 years ago
Jim Stockwell
bb7ad30de4
Fix ErrorAttributeOptions#getIncludes Javadoc
...
See gh-24257
4 years ago
Stephane Nicoll
4fe4480629
Merge pull request #24245 from joca-bt
...
* pr/24245:
Fix typo
Closes gh-24245
4 years ago
João Guerra
1d6bacf1c8
Fix typo
...
See gh-24245
4 years ago
Stephane Nicoll
39953bb36c
Merge pull request #24152 from gesellix
...
* pr/24152:
Polish "Check that WebClient is available"
Check that WebClient is available
Closes gh-24152
4 years ago
Stephane Nicoll
f248cfe79c
Polish "Check that WebClient is available"
...
See gh-24152
4 years ago
Tobias Gesellchen
f6255cc691
Check that WebClient is available
...
This commit reinstanties the isWeBClientPresent() check so that
WebTestClientContextCustomizer is only added if a web client is
available.
See gh-24152
4 years ago
Stephane Nicoll
b1678ee6ad
Merge branch '2.3.x'
...
Closes gh-24251
4 years ago
Stephane Nicoll
9b992af34b
Merge branch '2.2.x' into 2.3.x
...
Closes gh-24250
4 years ago
Stephane Nicoll
47efbd9052
Merge pull request #24208 from xJoeWoo
...
* pr/24208:
Polish "Reduce redis health indicator info command result size"
Reduce redis health indicator info command result size
Closes gh-24208
4 years ago
Stephane Nicoll
d506f0c73e
Polish "Reduce redis health indicator info command result size"
...
See gh-24208
4 years ago
xJoeWoo
99cc3f4bfc
Reduce redis health indicator info command result size
...
See gh-24208
4 years ago