Commit Graph

2437 Commits

Author SHA1 Message Date
Andy Wilkinson
08f8434155 Upgrade to Spring Restdocs 1.2.2.RELEASE
Closes gh-10492
2017-10-02 15:47:04 +01:00
Andy Wilkinson
6ef3ab1805 Upgrade to Selenium 3.6.0
Closes gh-10491
2017-10-02 15:47:03 +01:00
Andy Wilkinson
f42ebdceea Upgrade to Neo4j Ogm 3.0.0
Closes gh-10490
2017-10-02 15:47:02 +01:00
Andy Wilkinson
46eb98f1dc Upgrade to Mariadb 2.1.2
Closes gh-10489
2017-10-02 15:47:01 +01:00
Andy Wilkinson
edcf753983 Upgrade to Jooq 3.10.0
Closes gh-10488
2017-10-02 15:47:01 +01:00
Andy Wilkinson
46aa3acc0b Upgrade to Narayana 5.7.0.Final
Closes gh-10487
2017-10-02 15:47:00 +01:00
Andy Wilkinson
7f013a9241 Upgrade to Rest Assured 3.0.3
Closes gh-10486
2017-10-02 15:46:59 +01:00
Andy Wilkinson
fd2945f2c1 Upgrade to Netty 4.1.16.Final
Closes gh-10485
2017-10-02 15:46:59 +01:00
Andy Wilkinson
f763533805 Merge branch '1.5.x' 2017-10-02 15:39:37 +01:00
Andy Wilkinson
c1092f77f5 Upgrade to Jooq 3.9.6
Closes gh-10484
2017-10-02 15:36:13 +01:00
Andy Wilkinson
e9749765ab Upgrade to Aspectj 1.8.11
Closes gh-10483
2017-10-02 15:36:13 +01:00
Andy Wilkinson
a0fa782237 Upgrade to Tomcat 8.5.23
Closes gh-10482
2017-10-02 15:36:12 +01:00
Andy Wilkinson
f32531b4e4 Upgrade to Appengine Sdk 1.9.57
Closes gh-10481
2017-10-02 15:36:11 +01:00
Andy Wilkinson
5c0ce4e514 Remove dependency management for non-existent dependencies
See gh-10475
See gh-10473
2017-10-02 15:31:04 +01:00
Andy Wilkinson
a7ce9546a2 Upgrade to Spring Data Kay-RELEASE
Closes gh-10329
2017-10-02 12:16:14 +01:00
Andy Wilkinson
1b40e90411 Merge branch '1.5.x' 2017-10-02 11:44:25 +01:00
Andy Wilkinson
71dbbc0d66 Provide more complete dependency management for Solr
Closes gh-10476
2017-10-02 11:40:26 +01:00
Andy Wilkinson
f6a55321b0 Merge branch '1.5.x' 2017-10-02 11:25:01 +01:00
Andy Wilkinson
098dd9ddcd Provide more complete dependency management for SLF4J
Closes gh-10475
2017-10-02 11:24:28 +01:00
Andy Wilkinson
96f21f603e Merge branch '1.5.x' 2017-10-02 11:14:30 +01:00
Andy Wilkinson
bfa67189d1 Provide complete dependency management for JNA
Closes gh-10474
2017-10-02 11:13:35 +01:00
Andy Wilkinson
0ea7d22870 Merge branch '1.5.x' 2017-10-02 11:11:26 +01:00
Andy Wilkinson
8eb676f431 Provide complete dependency management for Jetty
Closes gh-10473
2017-10-02 11:10:42 +01:00
Andy Wilkinson
d61ac6bc43 Merge branch '1.5.x' 2017-10-02 10:40:18 +01:00
Andy Wilkinson
95e3443b64 Provide complete dependency management for Dropwizard Metrics
Closes gh-10472
2017-10-02 10:36:51 +01:00
Andy Wilkinson
2c7924ba11 Update to Spring Kafka 2.0.0.RELEASE
Closes gh-10328
2017-09-30 10:06:58 +01:00
Andy Wilkinson
94fefbf8a6 Update to Lettuce 5.0.0.RELEASE
Closes gh-10439
2017-09-28 19:37:37 +01:00
Stephane Nicoll
52babaa2d2 Upgrade to Spring Framework 5.0.0.RELEASE
Closes gh-10325
2017-09-28 16:03:20 +02:00
Andy Wilkinson
8f9b47aa4c Start building against Lettuce snapshots for 5.0.0.RELEASE
See gh-10439
2017-09-28 06:38:24 +01:00
Andy Wilkinson
bd1bd6bf64 Start building against snapshots for Spring Kafka 2.0.0.RELEASE
See gh-10328
2017-09-27 19:48:26 +01:00
Andy Wilkinson
89f9112abd Start building against snapshots for Spring Data Kay-RELEASE
See gh-10329
2017-09-27 19:48:26 +01:00
Andy Wilkinson
58c3b0d390 Start building against snapshots for Spring AMQP 2.0.0.RELEASE
See gh-7053
2017-09-27 19:48:26 +01:00
Andy Wilkinson
696cdb6b58 Start building against snapshots for Spring Session 2.0.0.M5
See gh-10326
2017-09-27 16:19:51 +01:00
Madhura Bhave
5d05347e61 Add auto-config and starter for reactive security
Closes gh-9925
2017-09-26 19:36:48 -07:00
Madhura Bhave
7093602753 Simplify UserDetailsService creation in samples
Closes gh-10385
2017-09-26 14:06:19 -07:00
Stephane Nicoll
bbee943972 Upgrade to Reactor Bismuth-RELEASE
Closes gh-10423
2017-09-26 08:24:49 +02:00
Michel Palourdio
258514848e Add mockito-inline dependency
Closes gh-10239
2017-09-25 14:52:14 +02:00
Eddú Meléndez
98b2267a5b Add auto-configuration for REST Docs with REST Assured
See gh-9643
2017-09-25 12:37:11 +01:00
Andy Wilkinson
45a24b8705 Upgrade to Log4j 2.9.1
This commit uppgrade our Log4j dependency to 2.9.1. It also modifies
ModifiedClassPathRunner so that log4j-*.jar jars are always excluded
from the class path when using the runner. This is necessary due to
a change in Log4j [1] which makes assumptions about the class loader
hierarchy that do not hold true when using the modified class path
runner. Specifically, it assumes that the system class loader should
always be used to load providers. This is exactly what we don't want
to happen when using the modified class path runner as it breaks the
filtering of the class path and leads to Log4j classes being loaded
from both the system class loader and the filtering class loader.

Closes gh-10407

[1] 9422ca7489
2017-09-25 09:48:57 +01:00
Andy Wilkinson
d9600bd4b0 Polish
Remove duplicate dependency management that appeared in dc5254c3.
2017-09-25 06:45:08 +01:00
Andy Wilkinson
dd4dbce816 Fix generation of Javadoc on Java 9
This commit fixes Javadoc generation when building with Java 9. It
upgrades the Javadoc plugin to a version that is Java 9 compatible
(3.0.0-M1) and reworks DevTools to remove usage of @PostConstruct.
The latter change is necessary as @PostConstruct is not visible by
default when building with Java 9 and, therefore its usage causes
Javadoc generation to fail.

Closes gh-10029
2017-09-25 06:43:07 +01:00
Stephane Nicoll
dc5254c333 Merge branch '1.5.x' 2017-09-24 17:12:46 +02:00
Andy Wilkinson
c999704b10 Upgrade to Caffeine 2.5.6
Closes gh-10398
2017-09-24 11:01:49 +01:00
Andy Wilkinson
fa72cd452c Upgrade to Jetty El 8.5.20
Closes gh-10410
2017-09-24 10:26:41 +01:00
Andy Wilkinson
fd54075dcf Upgrade to Infinispan 9.1.1.Final
Closes gh-10409
2017-09-24 10:26:41 +01:00
Andy Wilkinson
2fa6679f09 Upgrade to Elasticsearch 5.5.3
Closes gh-10408
2017-09-24 10:26:40 +01:00
Andy Wilkinson
3872b294cd Upgrade to Johnzon Jsonb 1.1.3
Closes gh-10406
2017-09-24 10:26:40 +01:00
Andy Wilkinson
b8ecdc3eb1 Upgrade to Artemis 2.3.0
Closes gh-10405
2017-09-24 10:26:40 +01:00
Andy Wilkinson
757d9359a5 Upgrade to Jna 4.5.0
Closes gh-10404
2017-09-24 10:26:40 +01:00
Andy Wilkinson
3959e81a79 Upgrade to Javax Annotation 1.3.1
Closes gh-10403
2017-09-24 10:26:40 +01:00