Stephane Nicoll
b084e1824c
Merge branch '1.4.x' into 1.5.x
2016-12-20 15:09:18 +01:00
Stephane Nicoll
bc63d5a918
Revert upgrade to Aspectj 1.8.10
...
See gh-7681
2016-12-20 15:06:55 +01:00
Phillip Webb
87547f208a
Add test for @SpyBean for generic bean definition
...
Add an integration test to check that @SpyBean can be used with on a
bean definition that returns a generic type.
Closes gh-7625
2016-12-19 15:58:25 -08:00
Stephane Nicoll
053783abdd
Merge branch '1.4.x' into 1.5.x
2016-12-19 11:06:25 +01:00
Stephane Nicoll
baaf8e01b5
Start building against Spring Framework 4.3.5 snapshots
...
See gh-7601
2016-12-19 11:04:48 +01:00
Andy Wilkinson
647057403e
Merge branch '1.4.x' into 1.5.x
2016-12-16 20:53:44 +00:00
Andy Wilkinson
80a6f42a04
Upgrade to Thymeleaf Extras Springsecurity4 2.1.3.RELEASE
...
Closes gh-7686
2016-12-16 20:20:27 +00:00
Andy Wilkinson
b6a64c55e3
Upgrade to Slf4j 1.7.22
...
Closes gh-7685
2016-12-16 20:20:27 +00:00
Andy Wilkinson
3e9fdcc579
Upgrade to Jooq 3.8.6
...
Closes gh-7684
2016-12-16 20:20:27 +00:00
Andy Wilkinson
dfb3493123
Upgrade to Infinispan 8.2.5.Final
...
Closes gh-7683
2016-12-16 20:20:26 +00:00
Andy Wilkinson
3ead8c03e8
Upgrade to Elasticsearch 2.4.3
...
Closes gh-7682
2016-12-16 20:20:26 +00:00
Andy Wilkinson
d9a77f0372
Upgrade to Aspectj 1.8.10
...
Closes gh-7681
2016-12-16 20:20:26 +00:00
Andy Wilkinson
6736b2b2cc
Upgrade to Joda Time 2.9.6
...
Closes gh-7680
2016-12-16 20:20:26 +00:00
Andy Wilkinson
0afb5f4392
Upgrade to Jest 2.0.4
...
Closes gh-7679
2016-12-16 20:20:25 +00:00
Andy Wilkinson
cda3ced402
Upgrade to Hazelcast 3.6.7
...
Closes gh-7678
2016-12-16 20:20:25 +00:00
Andy Wilkinson
9f41129ebd
Upgrade to Appengine 1.9.48
...
Closes gh-7677
2016-12-16 20:20:25 +00:00
Andy Wilkinson
7d87adb036
Upgrade to Caffeine 2.3.5
...
Closes gh-7676
2016-12-16 20:20:24 +00:00
Andy Wilkinson
0c8a2cc32f
Upgrade to Jackson 2.8.5
...
Closes gh-7675
2016-12-16 20:20:24 +00:00
Vedran Pavic
64eb69edd7
Upgrade Spring Session to 1.3.0.RELEASE
2016-12-16 17:07:41 +01:00
Raja Dilip Kolli
caf5327149
Upgrade to Lombok 1.16.12
...
Closes gh-7590
2016-12-15 14:27:53 +01:00
Raja Dilip Kolli
4ce91a5366
Upgrade to Lombok 1.16.12
...
Closes gh-7590
2016-12-15 14:12:38 +01:00
Stephane Nicoll
1d8783b5b3
Add dependency management for javax.validation
...
Closes gh-7641
2016-12-15 14:10:45 +01:00
Stephane Nicoll
ac866707d5
Merge branch '1.4.x' into 1.5.x
2016-12-15 14:02:51 +01:00
Stephane Nicoll
a2d46dc16c
Upgrade to Logback 1.1.8
...
Closes gh-7638
2016-12-15 14:01:03 +01:00
Stephane Nicoll
601b5ced49
Upgrade to Neo4j 2.0.6
...
Closes gh-7650
2016-12-15 13:37:39 +01:00
Andy Wilkinson
78517a6571
Merge branch '1.4.x' into 1.5.x
2016-12-14 16:35:19 +00:00
Andy Wilkinson
4d5fb97127
Revert "Start building against Spring Framework 4.3.5 snapshots"
...
This reverts commit 727d626292
. Sigh,
although the SPR issue is complete the change hasn't been backported
yet.
2016-12-14 16:33:55 +00:00
Andy Wilkinson
99edb0cec0
Merge branch '1.4.x' into 1.5.x
2016-12-14 15:00:50 +00:00
Andy Wilkinson
727d626292
Start building against Spring Framework 4.3.5 snapshots
...
See gh-7601
2016-12-14 14:59:38 +00:00
Andy Wilkinson
0db924c369
Upgrade to Neo4j OGM 2.1.0
...
Closes gh-7633
2016-12-13 12:23:15 +00:00
Andy Wilkinson
5d7453a635
Merge branch '1.4.x' into 1.5.x
2016-12-08 20:56:34 +00:00
Andy Wilkinson
61f086591c
Revert "Start building against Spring Framework 4.3.5 snapshots"
...
This reverts commit 47f1aeb589
.
2016-12-08 20:55:57 +00:00
Andy Wilkinson
4a709ea86d
Start building against snapshots for Spring Data Hopper SR6
...
See gh-7602
2016-12-08 17:35:53 +00:00
Andy Wilkinson
a9f59d586d
Merge branch '1.4.x' into 1.5.x
2016-12-08 17:33:57 +00:00
Andy Wilkinson
47f1aeb589
Start building against Spring Framework 4.3.5 snapshots
...
See gh-7601
2016-12-08 17:33:02 +00:00
Stephane Nicoll
ee72e788ed
Rename `spring-boot-junit-runners` to `spring-boot-test-support`
...
Closes gh-7421
2016-12-01 16:25:47 +01:00
Stephane Nicoll
740d28578b
Promote plugin dependency management
...
This commit promotes the plugin dependency management for the
`maven-enforcer-plugin` and `maven-invoker-plugin` to the root. That way
these can be used in samples as well rather than having a separate copy.
Closes gh-7517
2016-11-30 11:37:48 +01:00
Andy Wilkinson
0265a05dc9
Rename appengine.version to avoid clash with Appe Engine's Maven plugin
...
Closes gh-7433
2016-11-29 11:10:28 +00:00
Andy Wilkinson
5236659a32
Add dependency management for spring-kafka-test
...
Closes gh-7485
2016-11-25 11:13:49 +00:00
Vedran Pavic
ffec6fddd2
Upgrade Spring Session to 1.3.0.RC1
...
See gh-7457
2016-11-23 14:39:56 +01:00
Stephane Nicoll
d96e013c71
Upgrade to Artemis 1.5.0
...
Closes gh-7458
2016-11-23 14:38:59 +01:00
Stephane Nicoll
85e835d3ff
Merge branch '1.4.x' into 1.5.x
2016-11-23 10:58:01 +01:00
Stephane Nicoll
a5681c018d
Add dependency management for hazelcast-client
...
Closes gh-7452
2016-11-23 10:55:46 +01:00
Andy Wilkinson
09a235b1e8
Upgrade to Neo4j OGM 2.1.0-M01
...
Closes gh-7448
2016-11-22 13:45:30 +00:00
Gary Russell
c4188c8e4a
Add Apache Kafka support
...
See gh-6961
2016-11-22 09:34:01 +01:00
Phillip Webb
1657120286
Move ModifiedClassPathRunner to its own module
...
Migrate `ModifiedClassPathRunner` from `spring-boot` test source to
its own module.
Fixes gh-7420
2016-11-18 17:27:54 -08:00
Quentin Caillard
bcc6726c2c
Update to Jersey 2.24
...
Closes gh-7279
2016-11-18 12:08:38 +00:00
Andy Wilkinson
b1ba484d0c
Add dependency management for SQL Server's JDBC driver
...
Closes gh-7413
2016-11-18 12:03:41 +00:00
Andy Wilkinson
af4ca7cf6e
Align Spring Data Neo4j auto-configuration with latest Ingalls snapshots
...
Closes gh-7391
2016-11-18 11:22:39 +00:00
Phillip Webb
7daf69a393
Upgrade to HTMLUnit 2.23 (+selenium module 2.23.2)
...
Fixes gh-7232
2016-11-16 15:30:34 -08:00