Emanuel Campolo
2626a3a795
Use lambdas when possible
...
Replace anonymous inner classes with lambda declarations (when possible
using method references).
See gh-9781
2017-07-25 00:53:38 -07:00
Emanuel Campolo
04fdec6f8b
Replace explicit generics with diamond operator
...
Where possible, explicit generic declarations to use the Java 8 diamond
operator.
See gh-9781
2017-07-25 00:53:37 -07:00
Andy Wilkinson
991314c63d
Merge branch '1.5.x'
2017-06-16 09:13:42 +01:00
Stephane Nicoll
dbabfc224c
Add support for Lettuce in RedisTestServer
...
Previously, RedisTestServer only supported Jedis and would blow up if
only Lettuce was on the classpath. This commit defensively checks which
driver is available and chose the appropriate one, defaulting to Jedis.
Closes gh-9524
2017-06-15 14:42:24 +02:00
Phillip Webb
b94bb00fa1
Remove need for attached test-jar artifacts
...
Remove test-jar artifacts from Maven projects and relocate classes. The
majority of utilities now live in the `spring-boot-testsupport` module.
This update will help us to deploy artifacts using the standard Maven
deploy plugin in the future (which doesn't support the filtering of
individual artifacts).
Fixes gh-9493
2017-06-12 21:11:35 -07:00
Spring Buildmaster
05d4d0281c
Next Development Version
2017-06-08 12:47:16 +00:00
Andy Wilkinson
d5438c299c
Polish "Use try-with-resources to close resources automatically"
...
- Apply code formatting
- Use try-with-resources in many other places that were missed in the
pull request
Closes gh-8045
2017-05-23 19:38:48 +01:00
Spring Buildmaster
9768b0a8c2
Next Development Version
2017-04-21 08:32:01 +00:00
Spring Buildmaster
d23fa24340
Next Development Version
2017-03-03 16:18:26 +00:00
Phillip Webb
a4bcd20b64
Merge branch '1.5.x'
2017-02-27 20:43:18 -08:00
Phillip Webb
ca1540cefe
Update header copyright for changed files
2017-02-27 20:41:18 -08:00
Spring Buildmaster
5c12500366
Next Development Version
2017-01-30 20:10:13 +00:00
Spring Buildmaster
a2696bf873
Next Development Version
2017-01-30 11:40:24 +00:00
Andy Wilkinson
f049fea00d
Merge branch '1.5.x'
2017-01-26 10:24:36 +00:00
Andy Wilkinson
6b353fb005
Move spring-boot-test-support into spring-boot-tools
...
Closes gh-8114
2017-01-26 10:17:20 +00:00