Stephane Nicoll
360f4e17c2
Add support for PageableHandlerMethodArgumentResolver in WebMvcTest
...
Closes gh-13066
2018-05-11 10:37:17 +02:00
Phillip Webb
5b3cb8a698
Update copyright header year for changed files
2018-05-04 15:59:26 -07:00
Phillip Webb
6e09e497f2
Formatting
2018-05-04 12:06:19 -07:00
Stephane Nicoll
f83934e192
Polish contribution
...
Closes gh-12812
2018-04-10 11:46:16 +02:00
Johnny Lim
f03849d502
Polish
...
See gh-12812
2018-04-10 11:46:16 +02:00
Andy Wilkinson
f335ec00bf
Polish
2018-04-05 09:31:17 +01:00
Phillip Webb
598e9bb842
Polish
2018-04-04 18:01:25 -07:00
Stephane Nicoll
b6f9b46be8
Only create a WebTestClient with WebFlux
...
This commit updates WebTestClientAutoConfiguration to only create a
WebTestClient when running a WebFlux-based application as mocking the
context only works with that mode at the moment.
Closes gh-12318
2018-04-03 11:31:37 +02:00
Phillip Webb
a4b0be089d
Polish
2018-03-14 14:05:26 -07:00
Stephane Nicoll
5320081d0b
Revert "Only create a WebTestClient with WebFlux"
...
This reverts commit 282bd9f
2018-03-14 08:34:48 -04:00
Stephane Nicoll
282bd9f0db
Only create a WebTestClient with WebFlux
...
This commit updates WebTestClientAutoConfiguration to only create a
WebTestClient when running a WebFlux-based application as mocking the
context only works with that mode at the moment.
Closes gh-12318
2018-03-14 05:12:45 -04:00
Madhura Bhave
4ca1e6ae4e
Polish "Fix typo in TestDatabaseAutoConfiguration"
...
Closes gh-12350
2018-03-05 13:13:07 -08:00
Phillip Webb
9bee9e9cf9
Polish
2018-02-28 13:50:43 -08:00
Madhura Bhave
df337eaf5e
Fix author name
2018-02-28 12:26:58 -08:00
Phillip Webb
7bc535e4fa
Polish
2018-02-28 10:59:26 -08:00
Phillip Webb
67998e983f
Revert "Include WebSecurityConfigurer beans in @WebMvcTest"
...
This reverts commit eef6fdb066
.
2018-02-28 10:59:26 -08:00
Phillip Webb
eef6fdb066
Include WebSecurityConfigurer beans in @WebMvcTest
...
Update `WebMvcTypeExcludeFilter` to include `WebSecurityConfigurer`
beans.
Fixes gh-12275
2018-02-27 21:05:35 -08:00
Andy Wilkinson
76a450dfba
Format with Eclipse Oxygen SR2
2018-02-08 10:53:53 +00:00
Stephane Nicoll
3f1aaa1f7e
Polish contribution
...
Closes gh-11783
2018-01-26 10:03:47 +01:00
Raja Kolli
64c324612e
Polish
...
See gh-11783
2018-01-26 09:52:52 +01:00
Phillip Webb
dc935fba48
Polish
2018-01-19 20:44:18 -08:00
Madhura Bhave
5e2cc02499
Move servlet specific security auto-config
2018-01-20 09:41:50 +05:30
Andy Wilkinson
964939d3a9
Polish "Add auto-configuration for using REST Docs with WebTestClient"
...
Closes gh-10696
2018-01-09 11:53:12 +00:00
Roman Zaynetdinov
ab7c47d340
Add auto-configuration for using REST Docs with WebTestClient
...
See gh-10969
2018-01-09 11:37:14 +00:00
Johnny Lim
b8706c47d6
Use instance equality for Class
...
Closes gh-11534
2018-01-09 09:30:36 +01:00
Phillip Webb
201da97774
Further refine test containers
2018-01-08 16:32:39 -08:00
Phillip Webb
25609c060e
Polish
2018-01-08 15:19:06 -08:00
Madhura Bhave
9a6c339243
Use TestContainers util from spring-boot-test-support
...
See gh-10516
2018-01-08 14:05:15 -08:00
Andy Wilkinson
996b3ef7f2
Refine test containers
2018-01-08 14:05:05 -08:00
Andy Wilkinson
927003e0b7
Polish
2018-01-08 13:59:14 +00:00
Andy Wilkinson
94d5836618
Merge branch '1.5.x'
2018-01-05 12:02:11 +00:00
Stephane Nicoll
ac004eabf3
Update copyright header
...
See gh-11510
2018-01-05 10:30:43 +01:00
Johnny Lim
37d8eedae3
Polish
...
Closes gh-11510
2018-01-05 10:29:22 +01:00
Madhura Bhave
fc3b43e832
Wait for neo4j to start accepting connections
...
See gh-10516
2018-01-04 14:26:34 -08:00
Madhura Bhave
e28915bd4b
Make integration tests self-contained
...
Fixes gh-10516
2018-01-04 11:26:40 -08:00
Madhura Bhave
8102dc78cb
Remove redundant throws declarations
2017-12-29 12:10:13 -08:00
Stephane Nicoll
7216a8fa38
Polish
...
See gh-11341
2017-12-13 14:22:57 +01:00
Stephane Nicoll
23218add90
Polish
2017-12-12 11:57:30 +01:00
Madhura Bhave
47ed096981
Make default username and password configurable
...
Closes gh-10963
2017-12-11 15:15:47 -08:00
Johnny Lim
d9828a0aaa
Polish
...
See gh-11143
2017-11-27 10:14:18 +01:00
Andy Wilkinson
61f9d240df
Polish
2017-11-24 16:31:31 +00:00
Johnny Lim
1783a072ad
Remove explicit constructor super() calls
...
Closes gh-11068
2017-11-17 16:44:16 -08:00
Stephane Nicoll
1830dcf103
Rename AutoConfigurationReportEndpoint to ConditionsEndpoint
...
This commit further aligns the change to ConditionEvaluationReport by
renaming the 'autoconfig' endpoint to 'conditions'.
Closes gh-2945
2017-11-14 15:25:07 +01:00
Stephane Nicoll
4e88db9883
Scan converters with @WebMvcTest and @WebFluxTest
...
This commit makes sure to automatically scan `Converter` and
`GenericConverter` beans when a test uses `@WebMvcTest` or
`@WebFluxTest`.
Closes gh-10802
2017-11-10 15:58:27 +01:00
Johnny Lim
bd0dcfb172
Utilize StandardCharsets
...
Closes gh-10972
2017-11-10 09:49:13 +01:00
Andy Wilkinson
60afbdc868
Polish
2017-11-06 11:44:53 +00:00
Phillip Webb
c55b5d7111
Polish
2017-11-01 23:14:52 -07:00
Andy Wilkinson
66b55defa0
Adapt to password encoder changes in Spring Security
...
Closes gh-10762
2017-10-24 21:50:19 +01:00
Andy Wilkinson
a256602c7b
Polish
2017-10-24 14:41:03 +01:00
Madhura Bhave
80b5da78a1
Fix test failures
2017-10-19 18:23:01 -07:00
Andy Wilkinson
688da652ac
Polish
2017-10-17 15:41:55 +01:00
Phillip Webb
748e0779b6
Update copyright year for changed files
2017-10-10 11:56:13 -07:00
Phillip Webb
a9263998a1
Support custom WebTestClient timeouts
...
Update @AutoConfigureWebTestClient to support a custom `timeout`
option.
See gh-10555
2017-10-08 16:16:06 -07:00
Phillip Webb
0ba4830b4f
Relocate projects to spring-boot-project
...
Move projects to better reflect the way that Spring Boot is released.
The following projects are under `spring-boot-project`:
- `spring-boot`
- `spring-boot-autoconfigure`
- `spring-boot-tools`
- `spring-boot-starters`
- `spring-boot-actuator`
- `spring-boot-actuator-autoconfigure`
- `spring-boot-test`
- `spring-boot-test-autoconfigure`
- `spring-boot-devtools`
- `spring-boot-cli`
- `spring-boot-docs`
See gh-9316
2017-10-04 16:34:23 -07:00