4784 Commits

Author SHA1 Message Date
Phillip Webb
e2dc278cae Use default SslContextFactory for JettyClient
Update the auto-configured Jetty `HttpClient` so that a default
`SslContextFactory` is used.

Prior to this commit connecting to https URLs would cause a
`NullPointerException`.

Fixed gh-16810
2019-05-14 20:04:02 -07:00
Phillip Webb
f665910cdb Use generic type for binder cache comparisons
Update `JavaBeanBinder` so that previously cached beans are compared
using full generic type information. Prior to this commit binding would
fail if a class with the same resolved type, but different generics was
in the cache.

Fixes gh-16821
2019-05-14 18:42:16 -07:00
Stephane Nicoll
da96def966 Upgrade to Maven Jar Plugin 3.1.2
Closes gh-16842
2019-05-14 08:13:18 +02:00
Stephane Nicoll
eb6a2496e8 Upgrade to Spring Session Bom Bean-SR5
Closes gh-16841
2019-05-14 08:13:17 +02:00
Stephane Nicoll
6b0f1de5c8 Upgrade to Groovy 2.5.7
Closes gh-16840
2019-05-14 08:13:16 +02:00
Stephane Nicoll
870d31836b Upgrade to Aspectj 1.9.4
Closes gh-16839
2019-05-14 08:13:15 +02:00
Stephane Nicoll
c4ab264bdb Upgrade to Joda Time 2.10.2
Closes gh-16838
2019-05-14 08:13:14 +02:00
Stephane Nicoll
c2e077d9c1 Upgrade to Hazelcast 3.11.4
Closes gh-16837
2019-05-14 08:13:13 +02:00
Stephane Nicoll
424a6d21d8 Upgrade to Spring Data Lovelace-SR8
Closes gh-16724
2019-05-14 08:11:49 +02:00
Stephane Nicoll
98c94115de Upgrade to Spring Integration 5.1.5
Closes gh-16749
2019-05-14 08:10:35 +02:00
Stephane Nicoll
3324125088 Upgrade to Spring Kafka 2.2.6
Closes gh-16751
2019-05-14 08:10:00 +02:00
Stephane Nicoll
8c77bf85f2 Upgrade to Spring AMQP 2.1.6
Closes gh-16753
2019-05-14 08:09:20 +02:00
Stephane Nicoll
4c1ef630c9 Restore lazy evaluation of project/build/finalName
This commit restores the read-only `finalName` so that its value can
be lazily resolved against `${project.build.finalName}`.

While doing the evaluation ourselves and not relying on a dedicated
field at all would have been better, the evaluation increased the
number of required dependencies for no good reason.

IDEs should not offer auto-completion for that read-only field and it
is not published in the generated site either.

Closes gh-16456
2019-05-13 11:14:21 +02:00
Marcus Eisele
94a9748ce0 Fix 'spring.resources.cache.period' for WebMvc
Before this change it got overwritten by forwarding an empty
CacheControl to Spring. Spring itself sets CacheSeconds already
correctly in absence (=null) of a CacheControl.

Also:
* Fixes bug in WebMvcAutoConfigurationTests.cachePeriod which
prevented it to assert anything

See gh-16488
Closes gh-16730
2019-05-10 23:18:54 +02:00
Brian Clozel
0b4934d140 Fix DefaultErrorWebExceptionHandler test 2019-05-10 17:43:45 +02:00
Stephane Nicoll
c4024d8b45 Upgrade to Spring Data Lovelace-SR7
Closes gh-16724
2019-05-10 17:04:11 +02:00
Stephane Nicoll
6f70ad9c1c Upgrade to Spring Framework 5.1.7
Closes gh-16812
2019-05-09 18:14:29 +02:00
Andy Wilkinson
96f3a482f0 Polish "Enable minIdle by allowing timeBetweenEviction runs to be configured"
See gh-16703
2019-05-09 15:40:11 +01:00
Gemini Kim
1659d46028 Enable minIdle by allowing timeBetweenEviction runs to be configured
See gh-16703
2019-05-09 15:40:11 +01:00
Stephane Nicoll
7c92af003c Upgrade to Reactor Californium-SR8
Closes gh-16723
2019-05-09 09:10:48 +02:00
Stephane Nicoll
c7141fbe9e Upgrade to Maven Failsafe Plugin 2.22.2
Closes gh-16780
2019-05-09 09:10:27 +02:00
Stephane Nicoll
3f82b3327c Upgrade to Maven Compiler Plugin 3.8.1
Closes gh-16779
2019-05-09 09:10:26 +02:00
Stephane Nicoll
b1f6a021ef Upgrade to Lombok 1.18.8
Closes gh-16778
2019-05-09 09:10:25 +02:00
Stephane Nicoll
f2ea63d613 Upgrade to Neo4j Ogm 3.1.9
Closes gh-16777
2019-05-09 09:10:24 +02:00
Stephane Nicoll
73007757ec Upgrade to Jetty El 8.5.40
Closes gh-16776
2019-05-09 09:10:23 +02:00
Stephane Nicoll
9629671a0a Upgrade to Jooq 3.11.11
Closes gh-16775
2019-05-09 09:10:22 +02:00
Stephane Nicoll
6aeba7fcde Upgrade to Jolokia 1.6.1
Closes gh-16774
2019-05-09 09:10:20 +02:00
Stephane Nicoll
4c92d88e60 Upgrade to Infinispan 9.4.13.Final
Closes gh-16773
2019-05-09 09:10:19 +02:00
Stephane Nicoll
25cb7ce814 Upgrade to Hibernate 5.3.10.Final
Closes gh-16772
2019-05-09 09:10:17 +02:00
Stephane Nicoll
a187376d54 Upgrade to Jetty 9.4.18.v20190429
Closes gh-16771
2019-05-09 09:10:16 +02:00
Stephane Nicoll
136ca881cb Upgrade to Aspectj 1.9.3
Closes gh-16770
2019-05-09 09:10:15 +02:00
Stephane Nicoll
3a5b5d13ff Upgrade to Commons Pool2 2.6.2
Closes gh-16769
2019-05-09 09:10:14 +02:00
Stephane Nicoll
81c2b1380b Upgrade to Mysql 8.0.16
Closes gh-16768
2019-05-09 09:10:13 +02:00
Stephane Nicoll
5d2e0b910b Upgrade to Undertow 2.0.20.Final
Closes gh-16767
2019-05-09 09:10:11 +02:00
Stephane Nicoll
cd5ad2201c Upgrade to Netty Tcnative 2.0.25.Final
Closes gh-16766
2019-05-09 09:10:10 +02:00
Stephane Nicoll
46bdfdd325 Upgrade to Netty 4.1.36.Final
Closes gh-16765
2019-05-09 09:10:09 +02:00
Stephane Nicoll
a0ca84d72c Upgrade to Hazelcast 3.11.3
Closes gh-16764
2019-05-09 09:10:08 +02:00
Stephane Nicoll
2e67b96f6e Upgrade to Appengine Sdk 1.9.74
Closes gh-16763
2019-05-09 09:10:06 +02:00
Stephane Nicoll
b6911799b8 Upgrade to Reactor Californium-SR7
Closes gh-16723
2019-05-09 08:35:38 +02:00
Andy Wilkinson
1297068528 Add dependency management for remaining non-example Kafka modules
See gh-16728
2019-05-08 14:50:16 +01:00
Gary Russell
a5e26bff92 Add dependency management for kafka-streams-test-utils
See gh-16728
2019-05-08 14:50:16 +01:00
Stefan Dellmuth
ecdcec2b5d Polish indentation
Closes gh-16731
2019-05-07 13:46:58 +02:00
Stephane Nicoll
52c8bbaddf Upgrade to Maven Surefire Plugin 2.22.2
Closes gh-16725
2019-05-06 14:59:28 +02:00
Stephane Nicoll
f0a9e0f616 Switch to Reactor snapshots
See gh-16723
2019-05-06 14:25:17 +02:00
Stephane Nicoll
d8f1bd351f Polish "Add link to Heroku article"
Closes gh-16719
2019-05-06 12:12:56 +02:00
Tetsuya Hasegawa
2655122466 Add link to Heroku article
See gh-16719
2019-05-06 12:12:43 +02:00
Stephane Nicoll
680ac85a2a Polish
See gh-16714
2019-05-04 09:13:46 +02:00
Stephane Nicoll
51c0fdcab1 Polish "Document that JUnit 4 is the default"
Closes gh-16707
2019-05-03 15:41:44 +02:00
Tetsuya Hasegawa
e36ca923b9 Document that JUnit 4 is the default
See gh-16707
2019-05-03 14:41:54 +02:00
Johnny Lim
1b9a4d5e45 Polish CompressionConnectorCustomizerTests
Closes gh-16699
2019-05-02 09:13:47 +02:00