Commit Graph

2442 Commits (0419d42b7ca37611955bc0211359c215e5477fa4)

Author SHA1 Message Date
Tommy Ludwig edc03ce1d8 Upgrade to HikariCP 2.7.2
Closes gh-10508
7 years ago
Eddú Meléndez b7315411d9 Upgrade to JUnit Jupiter 5.0.1
Closes gh-10504
7 years ago
Stephane Nicoll 9f4688cf7a Upgrade to Thymeleaf 3.0.8.RELEASE
Closes gh-10319
7 years ago
Andy Wilkinson 89992ea4cc Upgrade to Spring Session Data Mongodb 2.0.0.M4
Closes gh-10501
7 years ago
Tommy Ludwig 43086c0708 Upgrade to Maven Compiler Plugin 3.7.0
Closes gh-10498
7 years ago
Andy Wilkinson 08f8434155 Upgrade to Spring Restdocs 1.2.2.RELEASE
Closes gh-10492
7 years ago
Andy Wilkinson 6ef3ab1805 Upgrade to Selenium 3.6.0
Closes gh-10491
7 years ago
Andy Wilkinson f42ebdceea Upgrade to Neo4j Ogm 3.0.0
Closes gh-10490
7 years ago
Andy Wilkinson 46eb98f1dc Upgrade to Mariadb 2.1.2
Closes gh-10489
7 years ago
Andy Wilkinson edcf753983 Upgrade to Jooq 3.10.0
Closes gh-10488
7 years ago
Andy Wilkinson 46aa3acc0b Upgrade to Narayana 5.7.0.Final
Closes gh-10487
7 years ago
Andy Wilkinson 7f013a9241 Upgrade to Rest Assured 3.0.3
Closes gh-10486
7 years ago
Andy Wilkinson fd2945f2c1 Upgrade to Netty 4.1.16.Final
Closes gh-10485
7 years ago
Andy Wilkinson f763533805 Merge branch '1.5.x' 7 years ago
Andy Wilkinson c1092f77f5 Upgrade to Jooq 3.9.6
Closes gh-10484
7 years ago
Andy Wilkinson e9749765ab Upgrade to Aspectj 1.8.11
Closes gh-10483
7 years ago
Andy Wilkinson a0fa782237 Upgrade to Tomcat 8.5.23
Closes gh-10482
7 years ago
Andy Wilkinson f32531b4e4 Upgrade to Appengine Sdk 1.9.57
Closes gh-10481
7 years ago
Andy Wilkinson 5c0ce4e514 Remove dependency management for non-existent dependencies
See gh-10475
See gh-10473
7 years ago
Andy Wilkinson a7ce9546a2 Upgrade to Spring Data Kay-RELEASE
Closes gh-10329
7 years ago
Andy Wilkinson 1b40e90411 Merge branch '1.5.x' 7 years ago
Andy Wilkinson 71dbbc0d66 Provide more complete dependency management for Solr
Closes gh-10476
7 years ago
Andy Wilkinson f6a55321b0 Merge branch '1.5.x' 7 years ago
Andy Wilkinson 098dd9ddcd Provide more complete dependency management for SLF4J
Closes gh-10475
7 years ago
Andy Wilkinson 96f21f603e Merge branch '1.5.x' 7 years ago
Andy Wilkinson bfa67189d1 Provide complete dependency management for JNA
Closes gh-10474
7 years ago
Andy Wilkinson 0ea7d22870 Merge branch '1.5.x' 7 years ago
Andy Wilkinson 8eb676f431 Provide complete dependency management for Jetty
Closes gh-10473
7 years ago
Andy Wilkinson d61ac6bc43 Merge branch '1.5.x' 7 years ago
Andy Wilkinson 95e3443b64 Provide complete dependency management for Dropwizard Metrics
Closes gh-10472
7 years ago
Andy Wilkinson 2c7924ba11 Update to Spring Kafka 2.0.0.RELEASE
Closes gh-10328
7 years ago
Andy Wilkinson 94fefbf8a6 Update to Lettuce 5.0.0.RELEASE
Closes gh-10439
7 years ago
Stephane Nicoll 52babaa2d2 Upgrade to Spring Framework 5.0.0.RELEASE
Closes gh-10325
7 years ago
Andy Wilkinson 8f9b47aa4c Start building against Lettuce snapshots for 5.0.0.RELEASE
See gh-10439
7 years ago
Andy Wilkinson bd1bd6bf64 Start building against snapshots for Spring Kafka 2.0.0.RELEASE
See gh-10328
7 years ago
Andy Wilkinson 89f9112abd Start building against snapshots for Spring Data Kay-RELEASE
See gh-10329
7 years ago
Andy Wilkinson 58c3b0d390 Start building against snapshots for Spring AMQP 2.0.0.RELEASE
See gh-7053
7 years ago
Andy Wilkinson 696cdb6b58 Start building against snapshots for Spring Session 2.0.0.M5
See gh-10326
7 years ago
Madhura Bhave 5d05347e61 Add auto-config and starter for reactive security
Closes gh-9925
7 years ago
Madhura Bhave 7093602753 Simplify UserDetailsService creation in samples
Closes gh-10385
7 years ago
Stephane Nicoll bbee943972 Upgrade to Reactor Bismuth-RELEASE
Closes gh-10423
7 years ago
Michel Palourdio 258514848e Add mockito-inline dependency
Closes gh-10239
7 years ago
Eddú Meléndez 98b2267a5b Add auto-configuration for REST Docs with REST Assured
See gh-9643
7 years ago
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
7 years ago
Andy Wilkinson d9600bd4b0 Polish
Remove duplicate dependency management that appeared in dc5254c3.
7 years ago
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
7 years ago
Stephane Nicoll dc5254c333 Merge branch '1.5.x' 7 years ago
Andy Wilkinson c999704b10 Upgrade to Caffeine 2.5.6
Closes gh-10398
7 years ago
Andy Wilkinson fa72cd452c Upgrade to Jetty El 8.5.20
Closes gh-10410
7 years ago
Andy Wilkinson fd54075dcf Upgrade to Infinispan 9.1.1.Final
Closes gh-10409
7 years ago