Andy Wilkinson
991314c63d
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
59122358d3
Clean up and format code
8 years ago
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
8 years ago
Stephane Nicoll
dd53ed0aec
Polish "Add Slice test annotation for Redis"
...
Closes gh-9224
8 years ago
Jayaram Pradhan
2d36d2a7e4
Add Slice test annotation for Redis
...
This commit adds new annotation `@DataRedisTest` which provides test
infrastructure for redis.
See gh-9224
8 years ago
Stephane Nicoll
c5d44cdae4
Fix build failure
...
More change to use the http Neo4j driver
See https://github.com/neo4j/neo4j-java-driver/issues/380
Closes gh-9499
8 years ago
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
8 years ago
Spring Buildmaster
05d4d0281c
Next Development Version
8 years ago
Phillip Webb
2c7dd9f519
Polish
8 years ago
Stephane Nicoll
d096dcad1d
Polish "Add @JooqTest"
...
Closes gh-9343
8 years ago
Michael J. Simons
00a643f9d8
Add @JooqTest
...
This commit provides test slicing for jOOQ.
See gh-9343
8 years ago
Madhura Bhave
d745b69630
Replace usages of EnvironmentTestUtils
8 years ago
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
8 years ago
Johnny Lim
53e5d67cde
Polish
...
Closes gh-9103
8 years ago
Stephane Nicoll
5247fa323b
Harmonize reactive auto-configuration class names
...
Closes gh-9086
8 years ago
Phillip Webb
06558675bb
Polish
8 years ago
Madhura Bhave
c2e5fd031a
Replace usage of WebMvcConfigurerAdapter
...
Closes gh-8964
8 years ago
Spring Buildmaster
9768b0a8c2
Next Development Version
8 years ago
Phillip Webb
9981ae6874
Rename WebFluxAnnotationAutoConfiguration
...
Rename WebFluxAnnotationAutoConfiguration to WebFluxAutoConfiguration
to better align with Spring MVC.
8 years ago
Phillip Webb
94209e2883
Merge branch '1.5.x'
8 years ago
Phillip Webb
8eb79b3c0f
Polish
8 years ago
Phillip Webb
383640d5ec
Merge branch '1.5.x'
8 years ago
Phillip Webb
f46d799f31
Polish
8 years ago
Madhura Bhave
ed072abaef
Merge branch '1.5.x'
8 years ago
Madhura Bhave
9e2d54feae
Support json view with JacksonTester
...
Closes gh-8672
8 years ago
Phillip Webb
700f0ea93c
Fix WebClientTest calls
...
Update calls to WebClientTest following upstream changes.
8 years ago
Stephane Nicoll
04ee374e7f
Polish "Add slice test annotation for LDAP"
...
Closes gh-8536
8 years ago
Eddú Meléndez
2830bef95c
Add slice test annotation for LDAP
...
This commit adds new annotation `@DataLdapTest` which provides test
infrastructure for LDAP. By default, embedded ldap server is initialized
if available.
See gh-8536
8 years ago
dreis
f3bbbc4530
Use JDK hashCode() variants for primitives
...
See gh-8768
8 years ago
Stephane Nicoll
12170f53e2
Restore DataMongoTestReactiveIntegrationTests
...
Closes gh-8885
8 years ago
Phillip Webb
d21a5076fe
Upgrade to Reactor BOM Bismuth SNAPSHOT
...
See gh-8884
8 years ago
Johnny Lim
0cd1285aa4
Polish
...
Closes gh-8879
8 years ago
Stephane Nicoll
5b92a0278b
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
934d33685a
Polish
...
See gh-8879
8 years ago
Phillip Webb
2de7e9c310
Merge branch '1.5.x'
8 years ago
Phillip Webb
ad38776de3
Polish
8 years ago
Stephane Nicoll
b08016f15a
Polish "Add @DataNeo4jTest" contribution
...
Closes gh-8618
8 years ago
Eddú Meléndez
b6feb47574
Add @DataNeo4jTest
...
This commit adds test infrastructure for Neo4j repositories through
`@DataNeo4jTest`.
See gh-8618
8 years ago
Andy Wilkinson
28a5ffcce6
Fix DataJpaTestIntegrationTests
...
Closes gh-7612
8 years ago
Andy Wilkinson
2fd51dd8a1
Upgrade to Spring REST Docs 1.2.0.RC1
...
Closes gh-8716
8 years ago
Madhura Bhave
9bacca7aa0
Merge branch '1.5.x'
8 years ago
Madhura Bhave
f73714bdcc
Do not filter HttpMessageConverters in WebMvcTest
...
Closes gh-8617
8 years ago
Madhura Bhave
356b78b77f
Stop autoconfiguration from being scanned in tests
...
These tests used to pass even without explicitly adding the autoconfigure
annotation. Moving them to a subpackage prevents scanning of the
autoconfiguration by component scanning.
Closes gh-8645
8 years ago
Madhura Bhave
7d90bbe839
Fix typo
8 years ago
Phillip Webb
b76ca0bf8f
Restructure web auto-configuration
...
Restructure `org.springframework.boot.autoconfigure.web` to better align
with the new package structure in `spring-boot`.
Auto-configuration is now split into client, servlet and reactive
sub-packages. In addition a new `http` package now handles common
HTTP concerns.
Fixes gh-8616
8 years ago
Phillip Webb
d8f827d224
Cleanup and format code
8 years ago
Phillip Webb
425dbc3e52
Update copyright header for edited files
8 years ago
Phillip Webb
2a592103f0
Polish formatting
8 years ago
Spring Buildmaster
d23fa24340
Next Development Version
8 years ago
Vedran Pavic
1c789f1a8d
Remove dependency management for `hibernate-entitymanager`
...
Closes gh-8433
8 years ago