Commit Graph

11699 Commits

Author SHA1 Message Date
Stephane Nicoll
8038c49e0e Upgrade to Spring Web Services 2.4.4.RELEASE
Closes gh-15668
2019-01-10 10:13:40 +01:00
Stephane Nicoll
d08888b197 Upgrade to Spring Framework 4.3.22.RELEASE
Closes gh-15529
2019-01-09 14:35:43 +01:00
Andy Wilkinson
f8e8ee84ac Start building against Spring Framework 4.3.22 snapshots
See gh-15529
2018-12-20 10:14:39 +00:00
Andy Wilkinson
aa9945c86c Upgrade to Jetty 9.4.14.v20181114
Closes gh-15239
2018-12-20 09:54:44 +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
146ad83dca Upgrade to GemFire 8.2.13
Closes gh-15481
2018-12-17 11:18:33 +00:00
Andy Wilkinson
67c7434237 Start building against Spring Data Ingalls SR18 snapshots
See gh-15408
2018-12-07 15:09:11 +00:00
Andy Wilkinson
e2d1a433c7 Start building against Spring Integration 4.3.19 snapshots
See gh-15411
2018-12-07 15:08:25 +00:00
Andy Wilkinson
b60629d5c5 Start building against Spring Session 1.3.5 snapshots
See gh-15418
2018-12-07 15:07:40 +00:00
Stephane Nicoll
542b8985ad Fixup version numbers following release 2018-11-29 11:37:51 +01:00
Spring Buildmaster
9bb64a3493 Next Development Version 2018-11-29 09:52:39 +00:00
Andy Wilkinson
41d6ecf637 Upgrade to Spring Security 4.2.10.RELEASE
Closes gh-15255
2018-11-29 08:05:34 +00:00
Andy Wilkinson
17b38dc264 Upgrade to Spring Data Releasetrain Ingalls-SR17
Closes gh-15305
2018-11-27 10:47:28 +00:00
Stephane Nicoll
9bc85af19c Upgrade to Spring Framework 4.3.21
Closes gh-15188
2018-11-27 11:05:12 +01:00
Andy Wilkinson
7cf9b984aa Warn about unpack's use of the temporary directory
Closes gh-15180
2018-11-26 17:38:05 +00:00
Andy Wilkinson
dff3d6ec7a Upgrade to Jackson 2.8.11.20181123
Closes gh-15289
2018-11-26 08:38:04 +00:00
Andy Wilkinson
1d3a066f52 Polish 2018-11-23 20:15:13 +00:00
Andy Wilkinson
291522a261 Avoid duplicate scope registration
Closes gh-14990
2018-11-23 16:55:43 +00:00
Andy Wilkinson
85cb6bf096 Revert "Upgrade to Ehcache 2.10.6"
This reverts commit addc421bfd.

Closes gh-15237
2018-11-23 08:38:52 +00:00
Andy Wilkinson
2aa2091fc4 Revert "Upgrade to Jetty 9.4.14.v20181114"
This reverts commit d4b914828f.
See gh-15239
2018-11-22 17:29:41 +00:00
Andy Wilkinson
992d7dc24b Upgrade to Spring Session 1.3.4.RELEASE
Closes gh-15242
2018-11-22 15:03:03 +00:00
Andy Wilkinson
e72bae5390 Upgrade to Spring Integration 4.3.18.RELEASE
Closes gh-15241
2018-11-22 15:03:03 +00:00
Andy Wilkinson
105d7e336d Upgrade to Spring Cloud Connectors 1.2.7.RELEASE
Closes gh-15240
2018-11-22 15:03:03 +00:00
Andy Wilkinson
d4b914828f Upgrade to Jetty 9.4.14.v20181114
Closes gh-15239
2018-11-22 15:03:02 +00:00
Andy Wilkinson
b1853ee4e0 Upgrade to Tomcat 8.5.35
Closes gh-15238
2018-11-22 15:03:02 +00:00
Andy Wilkinson
addc421bfd Upgrade to Ehcache 2.10.6
Closes gh-15237
2018-11-22 15:03:02 +00:00
Andy Wilkinson
2d98054041 Upgrade to Appengine Sdk 1.9.68
Closes gh-15236
2018-11-22 15:03:02 +00:00
Andy Wilkinson
a7067171c7 Start building against Spring Framework 4.3.21 snapshots
See gh-15188
2018-11-22 15:03:02 +00:00
Phillip Webb
b60da5f85d Allow early ServletRequest Autowiring
Update `EmbeddedWebApplicationContext` so that Servlet related
resolvable dependencies are registered in `postProcessBeanFactory`.

This allows a `ServletReqest` to be autowired into an early initialized
bean and brings parity with WAR based deployments.

Closes gh-14990
2018-11-14 18:15:21 -08:00
Phillip Webb
fb85d0acc1 Merge pull request #15176 from rs017991
* pr/15176:
  Fixed typo in maven site documentation
2018-11-14 16:10:55 -08:00
Ryan Scheidter
f2d6490548 Fixed typo in maven site documentation
Closes gh-15176
2018-11-14 16:10:35 -08:00
Phillip Webb
79b5dd3ae7 Protect against NPE when collecting annotations
Update `AnnotationsPropertySource` to ensure that `null` results from
`findMergedAnnotation` are not added to the annotation list.

Prior to this commit, if `findMergedAnnotation` returned `null` then
`AnnotationsPropertySource.collectProperties` would throw an NPE.
Although `findMergedAnnotation` should never return `null`, we're
best off being defensive so that bugs such as SPR-17495 won't cause
problems.

Closes gh-15175
2018-11-14 15:50:53 -08:00
Andy Wilkinson
60784e631f Use HTTPS URL to download Glassfish binary
Closes gh-14994
2018-10-29 10:58:29 +00:00
Andy Wilkinson
7f8f1f5bc2 Revert "Backport "Upgrade to Ehcache 2.10.6""
This reverts commit 264b7ca728.

See gh-14962
2018-10-29 10:28:13 +00:00
Stephane Nicoll
264b7ca728 Backport "Upgrade to Ehcache 2.10.6"
Closes gh-14962
2018-10-26 07:45:27 +09:00
Stephane Nicoll
b84b957242 Backport "Upgrade to Appengine Sdk 1.9.67"
Closes gh-14955
2018-10-26 07:38:48 +09:00
Andy Wilkinson
fdca475be4 Use canonical link to project page for homepage in Homebrew formula
Closes gh-14851
2018-10-18 10:45:59 +01:00
Andy Wilkinson
fc60dcd972 Fix up version numbers following release 2018-10-16 11:10:54 +01:00
Spring Buildmaster
4d24feb443 Next development version 2018-10-16 08:44:44 +00:00
Andy Wilkinson
8c1e3fd683 Upgrade to Spring Security 4.2.9.RELEASE
Closes gh-14848
2018-10-16 07:18:23 +01:00
Andy Wilkinson
2f42ac6630 Upgrade to Spring Amqp 1.7.11.RELEASE
Closes gh-14837
2018-10-15 20:51:21 +01:00
Andy Wilkinson
c22b07ce56 Upgrade to Spring Security OAuth 2.0.16.RELEASE
Closes gh-14832
2018-10-15 20:45:08 +01:00
Stephane Nicoll
ce84068e91 Upgrade to Spring Data Ingalls SR16
Closes gh-14727
2018-10-15 15:09:07 +02:00
Stephane Nicoll
0ac6542696 Upgrade to Spring Framework 4.3.20.RELEASE
Closes gh-14721
2018-10-15 15:08:32 +02:00
Andy Wilkinson
8124ac2b79 Upgrade to Undertow 1.4.26.Final
Closes gh-13880
2018-10-10 12:58:09 +01:00
Andy Wilkinson
f638dd40fa Upgrade to Rabbit Amqp Client 4.8.3
Closes gh-14750
2018-10-10 12:54:01 +01:00
Andy Wilkinson
4c3912a70c Upgrade to Appengine Sdk 1.9.66
Closes gh-14749
2018-10-10 12:54:00 +01:00