Andy Wilkinson
750265ee39
Upgrade to Jetty El 8.5.24
...
Closes gh-11563
2018-01-08 12:36:42 +00:00
Andy Wilkinson
2a9ab811bc
Upgrade to Mongo Driver Reactivestreams 1.7.0
...
Closes gh-11562
2018-01-08 12:36:42 +00:00
Andy Wilkinson
461ab35249
Upgrade to Mongodb 3.6.1
...
Closes gh-11561
2018-01-08 12:36:42 +00:00
Andy Wilkinson
bdced553f1
Upgrade to Mariadb 2.2.1
...
Closes gh-11560
2018-01-08 12:36:42 +00:00
Andy Wilkinson
f051eb5858
Upgrade to Jooq 3.10.3
...
Closes gh-11559
2018-01-08 12:36:42 +00:00
Andy Wilkinson
a7296fb8c0
Upgrade to Influxdb Java 2.8
...
Closes gh-11558
2018-01-08 12:36:42 +00:00
Andy Wilkinson
51026183c6
Upgrade to Infinispan 9.1.4.Final
...
Closes gh-11557
2018-01-08 12:36:42 +00:00
Andy Wilkinson
91e64c6a60
Upgrade to Hibernate Validator 6.0.7.Final
...
Closes gh-11556
2018-01-08 12:36:42 +00:00
Andy Wilkinson
dbd05c57ec
Upgrade to Flyway 5.0.5
...
Closes gh-11555
2018-01-08 12:36:42 +00:00
Andy Wilkinson
9918916181
Upgrade to Jaybird 3.0.3
...
Closes gh-11554
2018-01-08 12:36:42 +00:00
Andy Wilkinson
a88ddca754
Upgrade to Janino 3.0.8
...
Closes gh-11553
2018-01-08 12:36:42 +00:00
Andy Wilkinson
b91baa5d12
Upgrade to Assertj 3.9.0
...
Closes gh-11552
2018-01-08 12:36:42 +00:00
Andy Wilkinson
2487d8878a
Upgrade to Commons Pool2 2.5.0
...
Closes gh-11551
2018-01-08 12:36:42 +00:00
Andy Wilkinson
a43365ee58
Upgrade to Commons Dbcp2 2.2.0
...
Closes gh-11550
2018-01-08 12:36:42 +00:00
Andy Wilkinson
3a56398b68
Upgrade to Htmlunit 2.29
...
Closes gh-11549
2018-01-08 12:36:42 +00:00
Andy Wilkinson
330bd0a9b1
Upgrade to Jna 4.5.1
...
Closes gh-11548
2018-01-08 12:36:42 +00:00
Andy Wilkinson
9b6ea87f6a
Upgrade to Javax Validation 2.0.1.Final
...
Closes gh-11547
2018-01-08 12:36:42 +00:00
Andy Wilkinson
d98d40d7fd
Upgrade to Rxjava2 2.1.8
...
Closes gh-11546
2018-01-08 12:36:42 +00:00
Andy Wilkinson
2f5dfd6238
Upgrade to Netty 4.1.19.Final
...
Closes gh-11545
2018-01-08 12:36:42 +00:00
Andy Wilkinson
955a1f5e50
Upgrade to Dropwizard Metrics 3.2.6
...
Closes gh-11544
2018-01-08 12:36:42 +00:00
Andy Wilkinson
833cbfdce5
Upgrade to Unboundid Ldapsdk 4.0.3
...
Closes gh-11543
2018-01-08 12:36:42 +00:00
Andy Wilkinson
f54ee2ae23
Upgrade to Jmustache 1.14
...
Closes gh-11542
2018-01-08 12:36:42 +00:00
Andy Wilkinson
f0ac8ab695
Upgrade to Rabbit Amqp Client 5.1.1
...
Closes gh-11541
2018-01-08 12:36:42 +00:00
Andy Wilkinson
e7ebb94c5f
Upgrade to Hazelcast 3.9.2
...
Closes gh-11540
2018-01-08 12:36:42 +00:00
Andy Wilkinson
62fe20c8a1
Upgrade to Caffeine 2.6.1
...
Closes gh-11539
2018-01-08 12:36:42 +00:00
Andy Wilkinson
1d4f5b654c
Upgrade to Couchbase Client 2.5.3
...
Closes gh-11538
2018-01-08 12:36:42 +00:00
Stephane Nicoll
b7f60c2ded
Configure NettyStreamFactoryFactory by default if available
...
Closes gh-11526
Closes gh-10961
2018-01-08 10:46:51 +01:00
Stephane Nicoll
2b38ee9daf
Polish
2018-01-08 10:38:59 +01:00
Stephane Nicoll
06572b0101
Polish
2018-01-08 10:10:50 +01:00
Stephane Nicoll
f527c4b88c
Add reference to migration guide
...
Closes gh-11302
2018-01-08 09:35:13 +01:00
Stephane Nicoll
7dc8ada135
Fix full build contributing instructions
...
Closes gh-11374
2018-01-07 09:27:50 +01:00
Stephane Nicoll
f750c13da2
Merge pull request #11486 from izeye:remove-condition
...
* pr/11486:
Update copyright header
Remove unnecessary condition in ConfigurationPropertyName
2018-01-06 17:50:29 +01:00
Stephane Nicoll
71aad04ea9
Update copyright header
2018-01-06 17:42:21 +01:00
Johnny Lim
67a5144112
Remove unnecessary condition in ConfigurationPropertyName
...
Closes gh-11486
2018-01-06 17:40:55 +01:00
Madhura Bhave
a38d99762c
Fix PR build so that it doesn't require privileged
2018-01-05 10:51:08 -08:00
Brian Clozel
2bf15f814e
Polish
...
This commit fixes the `responseCommitted` test in
`DefaultErrorWebExceptionHandlerIntegrationTests` and reworks the whole
test class to use the `ContextRunner` infrastructure.
Fixes gh-11519
2018-01-05 18:55:13 +01:00
Brian Clozel
11d4426b4d
Provide client factory with supplier in RestTemplateBuilder
...
This commit removes
`RestTemplateBuilder.requestFactory(ClientHttpRequestFactory factory)`
because it can be misleading. This builder class is meant to be
immutable, but calling that method and then timeout related ones will
affect the `ClientHttpRequestFactory` instance.
Instead, this method is replaced with a
`Supplier<ClientHttpRequestFactory>` that is called every time a
`RestTemplate` is being built.
That approach may reduce the reusability of request factories, but it is
much more consistent.
Closes gh-11255
2018-01-05 16:29:18 +01:00
Brian Clozel
966d4251a4
Warn against custom request factories in RestTemplateBuilder
...
This commit adds a javadoc note about a usability issue described in
gh-11255. While `RestTemplateBuilder` is an immutable class, providing a
custom instance of request factory and deriving several
builders/templates from that point may have some unexpected behavior,
since that instance is shared amongst builders instances.
This issue is fixed in Spring Boot 2.0 with a replacement method that
leverages a `Supplier<ClientHttpRequestFactory>` instead.
See gh-11255
2018-01-05 16:24:34 +01:00
Stephane Nicoll
04ae0cd62c
Merge pull request #11502 from garyrussell:GH-11257
...
* pr/11502:
Polish "Add support for additional Kafka listener properties"
Add support for additional Kafka listener properties
2018-01-05 14:35:36 +01:00
Stephane Nicoll
c4db22007c
Polish "Add support for additional Kafka listener properties"
...
Closes gh-11502
2018-01-05 14:35:04 +01:00
Gary Russell
6fcbf80b31
Add support for additional Kafka listener properties
...
See gh-11502
2018-01-05 14:11:34 +01:00
Stephane Nicoll
2a7b2f304a
Merge pull request #11492 from jkschneider:metrics-endpoint-tag-dedup
...
* pr/11492:
Polish "Deduplicate tag values in metrics actuator endpoint"
Deduplicate tag values in metrics actuator endpoint
2018-01-05 13:43:10 +01:00
Stephane Nicoll
5baedf9275
Polish "Deduplicate tag values in metrics actuator endpoint"
...
Closes gh-11492
2018-01-05 13:42:58 +01:00
Jon Schneider
ebb51d5533
Deduplicate tag values in metrics actuator endpoint
...
See gh-11492
2018-01-05 13:42:58 +01:00
Stephane Nicoll
1962cbb623
Polish
...
This is no longer necessary as of micrometer 1.0 rc5
2018-01-05 13:42:47 +01:00
Andy Wilkinson
311e0aed4a
Merge branch '1.5.x'
2018-01-05 12:37:24 +00:00
Andy Wilkinson
a4134b8491
Start building against Spring Framework 4.3.14 snapshots
...
See gh-11520
2018-01-05 12:08:02 +00:00
Andy Wilkinson
93c5900d47
Merge branch '1.5.x'
2018-01-05 12:06:01 +00:00
Andy Wilkinson
a9811e360a
Add missing copyright headers to .java source files
2018-01-05 12:04:34 +00:00
Andy Wilkinson
94d5836618
Merge branch '1.5.x'
2018-01-05 12:02:11 +00:00