Andy Wilkinson
33fb1fa9a3
Avoid creating meter binders before registry has been customized
...
Previously, MeterRegistryPostProcessor would trigger the creation of all
meter binders and meter registry customizers before applying the
customizers and calling the binders. In some situations with complex
dependency graphs where the creation of a binder and the injection of
its dependencies inadvertently triggered some meter binding, this
could result in meters being bound before the registry had been
customized.
This commit reworks MeterRegistryPostProcessor and MeterRegistryConfigurer
to defer the retrieval of registry customizers and meter binders until
just before they are needed. As a result, customizers are now retrieved
and applied before the binders are retrieved.
Closes gh-15483
6 years ago
Andy Wilkinson
007916f1ce
Start building against Spring Framework 5.1.4 snapshots
...
See gh-15493
6 years ago
Stephane Nicoll
7dbe70dc61
Merge branch '2.0.x' into 2.1.x
6 years ago
Stephane Nicoll
1944954d95
Merge pull request #15465 from dreis2211
...
* pr/15465:
Polish "Fix StringSequence.equals() for different lengths"
Fix StringSequence.equals() for different lengths
6 years ago
Stephane Nicoll
c0b07a9429
Polish "Fix StringSequence.equals() for different lengths"
...
Closes gh-15465
6 years ago
dreis2211
2a0680c2ba
Fix StringSequence.equals() for different lengths
...
See gh-15465
6 years ago
Stephane Nicoll
65e7dbe5f1
Merge pull request #15467 from slavonic-suomi
...
* pr/15467:
Polish "Add missing dependency management entry for hibernate-vibur"
Add missing dependency management entry for hibernate-vibur
6 years ago
Stephane Nicoll
af3fada396
Polish "Add missing dependency management entry for hibernate-vibur"
...
Closes gh-15467
6 years ago
vasili pispanen
c955906c3e
Add missing dependency management entry for hibernate-vibur
...
See gh-15467
6 years ago
Stephane Nicoll
20a1ce4904
Merge pull request #15482 from dreis2211
...
* pr/15482:
Avoid unnecessary usage of ReflectionTestUtils
6 years ago
dreis2211
948902f090
Avoid unnecessary usage of ReflectionTestUtils
...
Closes gh-15482
6 years ago
Andy Wilkinson
d004ee9a41
Merge branch '2.0.x' into 2.1.x
6 years ago
Andy Wilkinson
64c6b9c648
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
146ad83dca
Upgrade to GemFire 8.2.13
...
Closes gh-15481
6 years ago
Andy Wilkinson
b264b4417d
Reinstate parent-context sample in list of modules
...
Closes gh-15469
6 years ago
Stephane Nicoll
80cfff753a
Merge branch '2.0.x' into 2.1.x
6 years ago
Stephane Nicoll
a6ff7c786a
Remove test starter from core module
...
Closes gh-15463
6 years ago
Madhura Bhave
a1db90fe94
Add missing get step
6 years ago
Brian Clozel
036aace2cc
Add details in Jest ElasticSearch HealthIndicator
...
This commit polishes the previous one and aligns the Jest
HealthIndicator with the changes made for the REST variant.
Closes gh-15366
6 years ago
Filip Hrisafov
1ec2bbf54f
Include details in ElasticsearchRestHealthIndicator
...
This commit adds more information to the ElasticSearch REST
health indicator.
When the ES instance responds with an error HTTP status,
the health details now include the actual status code and reason phrase.
When the ES instance returns a HTTP 200 response, the entire response
map is used as health details.
See gh-15366
6 years ago
Andy Wilkinson
31284cd3df
Merge branch '2.0.x' into 2.1.x
6 years ago
Andy Wilkinson
71b29684b3
Remove redundant field type configuration
...
See gh-15435
6 years ago
Stephane Nicoll
38e4d330b0
Merge branch '2.0.x' into 2.1.x
6 years ago
Stephane Nicoll
adb145e225
Merge pull request #15422 from dreis2211
...
* pr/15422:
Remove Mockito 1 leftover
6 years ago
dreis2211
0f92b139f3
Remove Mockito 1 leftover
...
Closes gh-15422
6 years ago
Madhura Bhave
f1f26468bc
Set start and stop for time resource
...
See gh-15164
6 years ago
Madhura Bhave
edc1a4fb86
Automate JDK CI upgrades using AdoptOpenJDK API
...
An issue is created if a new release is detected.
Closes gh-15164
6 years ago
Madhura Bhave
3cc441c83e
Do not remove trailing slash from OAuth2 Issuer URI
...
Fixes gh-15324
6 years ago
Andy Wilkinson
d05ae40c99
Remove redundant field type and optional configuration
...
See gh-15435
6 years ago
Andy Wilkinson
ef4ea591b3
Mark nested optional fields as optional
...
See gh-15435
6 years ago
Andy Wilkinson
6752be9333
Exclude logback-classic from liquibase-core
...
Closes gh-15436
6 years ago
Andy Wilkinson
9dc2116351
Merge branch '2.0.x' into 2.1.x
6 years ago
Andy Wilkinson
554e7061ce
Upgrade to Spring Restdocs 2.0.3.RELEASE
...
Closes gh-15435
6 years ago
Madhura Bhave
a11dea46d7
Use the right class in @ConditionalOnClass
...
See gh-15372
6 years ago
Madhura Bhave
f13697b278
Make Resource Server auto-config conditional on JwtDecoder class
...
Fixes gh-15372
6 years ago
Madhura Bhave
31a5e85ab6
Perform placeholder resolution in test env post processor
...
Fixes gh-15354
6 years ago
Andy Wilkinson
4c6c07ddbb
Start building against Spring AMQP 2.1.3 snapshots
...
See gh-15407
6 years ago
Andy Wilkinson
f04f74870a
Start building against Spring Data Lovelace SR4 snapshots
...
See gh-15410
6 years ago
Andy Wilkinson
96f1a394b8
Start building against Spring Integration 5.1.2 snapshots
...
See gh-15413
6 years ago
Andy Wilkinson
e27d3d0d5e
Start building against Spring Kafka 2.2.3
...
See gh-15414
6 years ago
Andy Wilkinson
b01d5f62a4
Start building against Spring Security 5.1.3 snapshots
...
See gh-15417
6 years ago
Andy Wilkinson
d3b72d50d2
Merge branch '2.0.x' into 2.1.x
6 years ago
Andy Wilkinson
a5f5ead520
Start building against Spring AMQP 2.0.11 snapshots
...
See gh-15406
6 years ago
Andy Wilkinson
5e640877c9
Start building against Spring Data Kay SR13 snapshots
...
See gh-15409
6 years ago
Andy Wilkinson
12a844d7da
Start building against Spring Integration 5.0.11 snapshots
...
See gh-15412
6 years ago
Andy Wilkinson
5336c8ccde
Start building against Spring Security 5.0.11 snapshots
...
See gh-15416
6 years ago
Andy Wilkinson
e283afb9fe
Merge branch '2.0.x' into 2.1.x
6 years ago
Andy Wilkinson
474a597464
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
67c7434237
Start building against Spring Data Ingalls SR18 snapshots
...
See gh-15408
6 years ago
Andy Wilkinson
e2d1a433c7
Start building against Spring Integration 4.3.19 snapshots
...
See gh-15411
6 years ago