Commit Graph

634 Commits

Author SHA1 Message Date
Andy Wilkinson
91c497e8bf Upgrade to AspectJ 1.8.8
Closes gh-4996
2016-01-21 20:17:46 +00:00
zhanhb
fae3397f92 Upgrade to JavaMail 1.5.5
Closes gh-4844
2016-01-04 17:17:39 +00:00
Andy Wilkinson
835a11b52a Start building against Spring WS 2.2.5 snapshots
See gh-4789
2015-12-19 10:51:12 +00:00
Stephane Nicoll
bb736e255b Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
Stephane Nicoll
b719b0271c Upgrade to Spring Framework 4.1.9.RELEASE
Closes gh-4440
2015-12-17 10:20:17 +01:00
Andy Wilkinson
c0c79ab906 Revert "Upgrade to Spring Web Services 2.2.4.RELEASE"
This reverts commit acb3fb5399.

See gh-4789
2015-12-17 08:34:15 +00:00
Andy Wilkinson
43a16146ef Upgrade to Spring Integration 4.1.8.RELEASE
Closes gh-4719
2015-12-16 20:05:04 +00:00
Andy Wilkinson
acb3fb5399 Upgrade to Spring Web Services 2.2.4.RELEASE
Closes gh-4789
2015-12-16 17:16:11 +00:00
Andy Wilkinson
474ffa717e Upgrade to Spring Batch 3.0.6.RELEASE
Closes gh-4754
2015-12-11 11:25:54 +00:00
Andy Wilkinson
8dc3b71ced Revert "Upgrade to Spring Integration 4.1.7.RELEASE"
This reverts commit bb9e1be72c.

4.1.7.RELEASE is incompatible with Spring IO Platform 1.1.x due to a
new dependency on kryo-shaded. kryo-shaded was introduced in Kryo
3.0.x but IO Platform 1.1.x uses Kryo 2.

See gh-4719
2015-12-10 10:15:05 +00:00
Andy Wilkinson
3b34f635a6 Upgrade to Spring Social Facebook 2.0.3.RELEASE
Closes gh-4738
2015-12-09 20:59:19 +00:00
Andy Wilkinson
ae6971a61a Upgrade to Tomcat 8.0.30 and continue to use absolute redirects
Tomcat 8.0.30 has changed to using relative URIs in its redirects
by default. To avoid any problems that this behaviour change may
causes we override the default and configure Tomcat to continue to
use absolute URIs.

Closes gh-4715
2015-12-09 11:55:07 +00:00
Andy Wilkinson
b10b7a883d Upgrade to Spring Security 3.2.9.RELEASE
Closes gh-4721
2015-12-09 11:24:12 +00:00
Andy Wilkinson
85bb1780d8 Upgrade to Spring Web Services 2.2.3.RELEASE
Closes gh-4720
2015-12-09 11:24:12 +00:00
Andy Wilkinson
bb9e1be72c Upgrade to Spring Integration 4.1.7.RELEASE
Closes gh-4719
2015-12-09 11:24:12 +00:00
Andy Wilkinson
e50357d907 Upgrade to Spring Loaded 1.2.5.RELEASE
Closes gh-4718
2015-12-09 11:24:12 +00:00
Andy Wilkinson
e54f9063a8 Upgrade to SLF4J 1.7.13
Closes gh-4717
2015-12-09 11:24:11 +00:00
Andy Wilkinson
70ead7113d Upgrade to Jetty 9.2.14.v20151106
Closes gh-4716
2015-12-09 11:24:11 +00:00
Andy Wilkinson
349794f9cf Upgrade to mysql-connector-java 5.1.38
Closes gh-4714
2015-12-09 10:40:01 +00:00
Andy Wilkinson
8feaf1e92c Upgrade to Undertow 1.1.9.Final
Closes gh-4713
2015-12-09 10:39:22 +00:00
Stephane Nicoll
9bffdc80ff Upgrade to Spring Framework 4.1.9.BUILD-SNAPSHOT 2015-11-29 17:26:57 +01:00
Stephane Nicoll
1ab05326a9 Upgrade to Spring Social 1.1.4.RELEASE 2015-11-27 15:33:10 +01:00
Stephane Nicoll
e5ea0252cd Upgrade to commons-collections 3.2.2
Closes gh-4520
2015-11-25 09:55:44 +01:00
Phillip Webb
604ca52491 Revert "Upgrade to Spring Social 1.1.3"
This reverts commit 331a26a497.
2015-11-13 16:50:30 -08:00
Phillip Webb
331a26a497 Upgrade to Spring Social 1.1.3
Fixes gh-4464
2015-11-13 14:09:24 -08:00
Stephane Nicoll
791e3048cf Fixup version numbers following release 2015-11-01 17:02:35 +01:00
Andy Wilkinson
92ba46e1c9 Upgrade to Spring Social Twitter 1.1.2.RELEASE
Closes gh-4238
2015-10-19 19:08:29 +01:00
Spring Buildmaster
2b38a861e3 Next Development Version 2015-10-16 05:57:24 -07:00
Phillip Webb
1c46fd2a8e Roll back to Groovy 2.4.4
See gh-4210
2015-10-16 00:50:22 -07:00
Stephane Nicoll
fddd7c5f91 Upgrade to Spring Framework 4.1.8.RELEASE
Closes gh-4019
2015-10-15 12:45:42 +02:00
Andy Wilkinson
d55c001a2e Start building against Spring Framework 4.1.8 snapshots
See gh-4019
2015-10-14 15:52:07 +01:00
Andy Wilkinson
5ceda4f4ab Upgrade to Spring Data Evans SR4
Closes gh-3576
2015-10-14 14:16:07 +01:00
Andy Wilkinson
baa2473da1 Update to CRaSH 1.3.2
Closes gh-4150
2015-10-12 14:45:31 +01:00
Andy Wilkinson
100ad995e6 Upgrade to Groovy 2.4.5
Closes gh-4149
2015-10-12 14:40:34 +01:00
Andy Wilkinson
ed022fb79a Upgrade to AspectJ 1.8.7
Closes gh-4148
2015-10-12 14:39:54 +01:00
Andy Wilkinson
d33d068fae Upgrade to Tomcat 8.0.28 and test support for SSL config from classpath
Prior to 8.0.28 Tomcat required the key store and trust store (if any)
to be available directly on the filesystem, i.e. classpath: resources
would not work. Tomcat 8.0.28 removed this limitation.

This commit updates to Tomcat 8.0.28, updates the tests to verify
the new Tomcat capability and removes the obsolete documentation of
the restriction.

Closes gh-4048
2015-10-12 13:36:32 +01:00
Stephane Nicoll
ed1b5cbfde Upgrade to H2 1.4.190
Closes gh-4145
2015-10-12 09:21:29 +02:00
Gary Russell
48ba1d888f Update Spring AMQP to 1.4.6 2015-10-02 13:04:26 -04:00
Andy Wilkinson
31705982a0 Upgrade to Spring Social Twitter 1.1.1.RELEASE
Closes gh-3913
2015-09-22 10:35:09 +01:00
Phillip Webb
d22d0683b2 Fixup build following release 2015-09-16 12:03:23 -04:00
Spring Buildmaster
9409c49c10 Next development version 2015-09-16 09:00:17 -07:00
Andy Wilkinson
cb4e709ba2 Upgrade to Spring Social LinkedIn 1.0.2.RELEASE
Closes gh-3869
2015-09-02 16:28:50 +01:00
Andy Wilkinson
3d099fe9be Upgrade to Spring Social Facebook 2.0.2.RELEASE
Closes gh-3779
2015-09-02 16:28:50 +01:00
Andy Wilkinson
2429cc6766 Upgrade to Hibernate 4.3.11.Final
Closes gh-3868
2015-09-02 16:28:50 +01:00
Stephane Nicoll
cd39e6a742 Upgrade to H2 1.4.188
Closes gh-3843
2015-08-29 08:01:00 +02:00
Andy Wilkinson
f143bd2cfb Upgrade to Tomcat 8.0.26
Closes gh-3406
Closes gh-3526
2015-08-26 15:01:29 +01:00
Andy Wilkinson
4f0f51b5ed Upgrade to Spring Web Services 2.2.2.RELEASE
Closes gh-3423
2015-08-10 20:30:54 +01:00
Andy Wilkinson
f9a775518f Upgrade to Spring Batch 3.0.5.RELEASE
Closes gh-3421
2015-08-10 16:35:22 +01:00
Andy Wilkinson
890fb9665d Upgrade to Spring Loaded 1.2.4.RELEASE
Closes gh-3681
2015-08-05 16:51:49 +01:00
Andy Wilkinson
dd4c542e32 Upgrade to Undertow 1.1.8.Final
Closes gh-3674
2015-08-05 16:33:00 +01:00