Commit Graph

20118 Commits

Author SHA1 Message Date
Andy Wilkinson
8abcf22f6a Upgrade to Byte Buddy 1.9.6
Closes gh-15512
2018-12-20 09:46:58 +00:00
Andy Wilkinson
2c0eddd28a Upgrade to Embedded Mongo 2.1.2
Closes gh-15511
2018-12-20 09:46:57 +00:00
Andy Wilkinson
2b0976a45f Upgrade to Hazelcast 3.11.1
Closes gh-15510
2018-12-20 09:46:56 +00:00
Andy Wilkinson
bec7257508 Upgrade to Couchbase Client 2.7.2
Closes gh-15509
2018-12-20 09:46:55 +00:00
Andy Wilkinson
a6a7c95d65 Merge branch '2.0.x' into 2.1.x 2018-12-20 09:43:05 +00:00
Andy Wilkinson
86280f1db2 Upgrade to Jedis 2.9.1
Closes gh-15508
2018-12-20 09:40:46 +00:00
Andy Wilkinson
172a930e31 Upgrade to Jetty El 8.5.35.1
Closes gh-15507
2018-12-20 09:40:45 +00:00
Andy Wilkinson
5ede23226b Upgrade to Elasticsearch 5.6.14
Closes gh-15506
2018-12-20 09:40:44 +00:00
Andy Wilkinson
f9ce6c9dc2 Upgrade to Netty 4.1.32.Final
Closes gh-15505
2018-12-20 09:40:43 +00:00
Andy Wilkinson
e2433280c2 Upgrade to Jackson 2.9.8
Closes gh-15504
2018-12-20 09:40:41 +00:00
Andy Wilkinson
0a23f3b286 Merge branch '1.5.x' into 2.0.x 2018-12-20 09:36:57 +00:00
Andy Wilkinson
bb40e2ed24 Upgrade to Narayana 5.5.34.Final
Closes gh-15503
2018-12-20 09:33:36 +00:00
Andy Wilkinson
f6a1c0052d Upgrade to Groovy 2.4.16
Closes gh-15502
2018-12-20 09:33:35 +00:00
Andy Wilkinson
7358417a58 Upgrade to Tomcat 8.5.37
Closes gh-15501
2018-12-20 09:33:34 +00:00
Andy Wilkinson
f73fb71557 Upgrade to Appengine Sdk 1.9.71
Closes gh-15500
2018-12-20 09:33:33 +00:00
Andy Wilkinson
43d64ba580 Add dependency management for groovy-jaxb introduced in 2.5.1
Closes gh-15468
2018-12-19 17:55:19 +00:00
Andy Wilkinson
4101e15421 Add dependency management for missing Groovy 2.5 modules
Closes gh-15468
2018-12-19 17:30:57 +00:00
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
2018-12-19 16:47:30 +00:00
Andy Wilkinson
007916f1ce Start building against Spring Framework 5.1.4 snapshots
See gh-15493
2018-12-19 12:52:13 +00:00
Stephane Nicoll
7dbe70dc61 Merge branch '2.0.x' into 2.1.x 2018-12-17 18:26:36 +01:00
Stephane Nicoll
1944954d95 Merge pull request #15465 from dreis2211
* pr/15465:
  Polish "Fix StringSequence.equals() for different lengths"
  Fix StringSequence.equals() for different lengths
2018-12-17 18:26:09 +01:00
Stephane Nicoll
c0b07a9429 Polish "Fix StringSequence.equals() for different lengths"
Closes gh-15465
2018-12-17 18:24:08 +01:00
dreis2211
2a0680c2ba Fix StringSequence.equals() for different lengths
See gh-15465
2018-12-17 18:20:09 +01:00
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
2018-12-17 17:14:55 +01:00
Stephane Nicoll
af3fada396 Polish "Add missing dependency management entry for hibernate-vibur"
Closes gh-15467
2018-12-17 17:13:30 +01:00
vasili pispanen
c955906c3e Add missing dependency management entry for hibernate-vibur
See gh-15467
2018-12-17 17:13:18 +01:00
Stephane Nicoll
20a1ce4904 Merge pull request #15482 from dreis2211
* pr/15482:
  Avoid unnecessary usage of ReflectionTestUtils
2018-12-17 17:07:40 +01:00
dreis2211
948902f090 Avoid unnecessary usage of ReflectionTestUtils
Closes gh-15482
2018-12-17 17:07:23 +01:00
Andy Wilkinson
d004ee9a41 Merge branch '2.0.x' into 2.1.x 2018-12-17 11:19:47 +00:00
Andy Wilkinson
64c6b9c648 Merge branch '1.5.x' into 2.0.x 2018-12-17 11:19:35 +00:00
Andy Wilkinson
146ad83dca Upgrade to GemFire 8.2.13
Closes gh-15481
2018-12-17 11:18:33 +00:00
Andy Wilkinson
b264b4417d Reinstate parent-context sample in list of modules
Closes gh-15469
2018-12-14 14:56:26 +00:00
Stephane Nicoll
80cfff753a Merge branch '2.0.x' into 2.1.x 2018-12-14 08:45:05 +01:00
Stephane Nicoll
a6ff7c786a Remove test starter from core module
Closes gh-15463
2018-12-14 08:44:43 +01:00
Madhura Bhave
a1db90fe94 Add missing get step 2018-12-12 12:08:21 -08:00
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
2018-12-11 11:51:57 +01:00
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
2018-12-11 11:51:49 +01:00
Andy Wilkinson
31284cd3df Merge branch '2.0.x' into 2.1.x 2018-12-11 08:30:43 +00:00
Andy Wilkinson
71b29684b3 Remove redundant field type configuration
See gh-15435
2018-12-11 08:30:24 +00:00
Stephane Nicoll
38e4d330b0 Merge branch '2.0.x' into 2.1.x 2018-12-11 08:52:58 +01:00
Stephane Nicoll
adb145e225 Merge pull request #15422 from dreis2211
* pr/15422:
  Remove Mockito 1 leftover
2018-12-11 08:52:41 +01:00
dreis2211
0f92b139f3 Remove Mockito 1 leftover
Closes gh-15422
2018-12-11 08:52:15 +01:00
Madhura Bhave
f1f26468bc Set start and stop for time resource
See gh-15164
2018-12-10 19:27:19 -08:00
Madhura Bhave
edc1a4fb86 Automate JDK CI upgrades using AdoptOpenJDK API
An issue is created if a new release is detected.

Closes gh-15164
2018-12-10 19:20:11 -08:00
Madhura Bhave
3cc441c83e Do not remove trailing slash from OAuth2 Issuer URI
Fixes gh-15324
2018-12-10 16:35:52 -08:00
Andy Wilkinson
d05ae40c99 Remove redundant field type and optional configuration
See gh-15435
2018-12-10 17:59:26 +00:00
Andy Wilkinson
ef4ea591b3 Mark nested optional fields as optional
See gh-15435
2018-12-10 17:49:41 +00:00
Andy Wilkinson
6752be9333 Exclude logback-classic from liquibase-core
Closes gh-15436
2018-12-10 15:39:51 +00:00
Andy Wilkinson
9dc2116351 Merge branch '2.0.x' into 2.1.x 2018-12-10 14:36:21 +00:00
Andy Wilkinson
554e7061ce Upgrade to Spring Restdocs 2.0.3.RELEASE
Closes gh-15435
2018-12-10 14:36:03 +00:00