Commit Graph

20551 Commits (29de005ca2f3ba6beef9ba3a2328c8e55658084a)
 

Author SHA1 Message Date
Andy Wilkinson 29de005ca2 Prohibit upgrade to Couchbase java-client 2.7.5
See gh-16909
6 years ago
Andy Wilkinson c8a02ed90a Upgrade to Pooled Jms 1.0.5
Closes gh-16913
6 years ago
Andy Wilkinson 2ce650901f Upgrade to Tomcat 9.0.20
Closes gh-16912
6 years ago
Andy Wilkinson 1af5fc7d62 Upgrade to Javax Cache 1.1.1
Closes gh-16911
6 years ago
Andy Wilkinson 66fba9387a Upgrade to Jackson 2.9.9
Closes gh-16910
6 years ago
Spring Buildmaster 8e84d29e51 Next development version (v2.1.6.BUILD-SNAPSHOT) 6 years ago
Phillip Webb e0e9c4afad Merge pull request #16756 from ayudovin
* pr/16756:
  Polish 'Drop blocking RedisReactiveHealthIndicator calls'
  Drop blocking RedisReactiveHealthIndicator calls
6 years ago
Phillip Webb f790556f96 Polish 'Drop blocking RedisReactiveHealthIndicator calls'
See gh-16756
6 years ago
ayudovin de857372a5 Drop blocking RedisReactiveHealthIndicator calls
Update `RedisReactiveHealthIndicator` so that `getReactiveConnection`
is not called directly since it blocks.

Fixed gh-16756
6 years ago
Phillip Webb ed998ef0d3 Update copyright header of changed files 6 years ago
Phillip Webb ab15b8e26d Support overloaded setters when binding beans
Update `JavaBeanBinder` so that overloaded setters can be used when
binding. Prior to this commit the setter picked would depend on the
order that the JVM returned the declared methods. We now consistently
prefer using the setter with a parameter type that matches the getter.

Closes gh-16206
6 years ago
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
6 years ago
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
6 years ago
Phillip Webb 7407b226f2 Update CI to skip artifact downloads when possible
Update the promote and sync jobs so that only the build-info.json
file is downloaded.

Closes gh-16448
6 years ago
Stephane Nicoll ead3031c51 Merge branch '2.0.x' into 2.1.x 6 years ago
Stephane Nicoll 7d204d2354 Merge branch '1.5.x' into 2.0.x 6 years ago
Stephane Nicoll 6b3c15a858 Fixup version numbers following release 6 years ago
Spring Buildmaster 67fa63d0e3 Next Development Version 6 years ago
Stephane Nicoll da96def966 Upgrade to Maven Jar Plugin 3.1.2
Closes gh-16842
6 years ago
Stephane Nicoll eb6a2496e8 Upgrade to Spring Session Bom Bean-SR5
Closes gh-16841
6 years ago
Stephane Nicoll 6b0f1de5c8 Upgrade to Groovy 2.5.7
Closes gh-16840
6 years ago
Stephane Nicoll 870d31836b Upgrade to Aspectj 1.9.4
Closes gh-16839
6 years ago
Stephane Nicoll c4ab264bdb Upgrade to Joda Time 2.10.2
Closes gh-16838
6 years ago
Stephane Nicoll c2e077d9c1 Upgrade to Hazelcast 3.11.4
Closes gh-16837
6 years ago
Stephane Nicoll 424a6d21d8 Upgrade to Spring Data Lovelace-SR8
Closes gh-16724
6 years ago
Stephane Nicoll 98c94115de Upgrade to Spring Integration 5.1.5
Closes gh-16749
6 years ago
Stephane Nicoll 3324125088 Upgrade to Spring Kafka 2.2.6
Closes gh-16751
6 years ago
Stephane Nicoll 8c77bf85f2 Upgrade to Spring AMQP 2.1.6
Closes gh-16753
6 years ago
Stephane Nicoll 3b644cc7f2 Merge branch '2.0.x' into 2.1.x 6 years ago
Stephane Nicoll 751a58d7b8 Merge branch '1.5.x' into 2.0.x 6 years ago
Stephane Nicoll 8d8d4d891a Upgrade to Groovy 2.4.17
Closes gh-16836
6 years ago
Stephane Nicoll fc3fd6476b Upgrade to Spring Data Ingalls-SR22
Closes gh-16748
6 years ago
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
6 years ago
Brian Clozel 00b2954e83 Merge pull request #16730 from eiselems
* pr/16730:
  Fix 'spring.resources.cache.period' for WebMvc
6 years ago
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
6 years ago
Brian Clozel 0b4934d140 Fix DefaultErrorWebExceptionHandler test 6 years ago
Stephane Nicoll c4024d8b45 Upgrade to Spring Data Lovelace-SR7
Closes gh-16724
6 years ago
Stephane Nicoll d6d80b0df1 Merge branch '2.0.x' into 2.1.x 6 years ago
Stephane Nicoll d57bf46575 Merge branch '1.5.x' into 2.0.x 6 years ago
Stephane Nicoll b07267b185 Upgrade to Spring Data Ingalls-SR21
Closes gh-16748
6 years ago
Stephane Nicoll 6f70ad9c1c Upgrade to Spring Framework 5.1.7
Closes gh-16812
6 years ago
Stephane Nicoll 1354c6aaf2 Merge branch '2.0.x' into 2.1.x 6 years ago
Stephane Nicoll 2f17960e20 Merge branch '1.5.x' into 2.0.x 6 years ago
Stephane Nicoll 9ff7d26796 Upgrade to Spring Framework 4.3.24
Closes gh-16759
6 years ago
Andy Wilkinson 75f48964ab Merge pull request #16703 from Gemini Kim
* gh-16703:
  Polish "Enable minIdle by allowing timeBetweenEviction runs to be configured"
  Enable minIdle by allowing timeBetweenEviction runs to be configured

Closes gh-16703
6 years ago
Andy Wilkinson 96f3a482f0 Polish "Enable minIdle by allowing timeBetweenEviction runs to be configured"
See gh-16703
6 years ago
Gemini Kim 1659d46028 Enable minIdle by allowing timeBetweenEviction runs to be configured
See gh-16703
6 years ago
Stephane Nicoll 509d338de9 Merge branch '2.0.x' into 2.1.x 6 years ago
Stephane Nicoll c814c508fa Merge branch '1.5.x' into 2.0.x 6 years ago
Stephane Nicoll e68db7764e Upgrade to Jetty 9.4.18.v20190429
Closes gh-16761
6 years ago