Phillip Webb
|
2f815a907a
|
Migrate existing tests from deprecated package
Update the existing tests to use the relocated `spring-boot-test`
classes. Restructuring was achieved using the following command:
find . -type f -name '*.java' -exec sed -i '' \
-e s/org.springframework.boot.test.ConfigFileApplicationContextInitializer/\
org.springframework.boot.test.context.ConfigFileApplicationContextInitializer/g \
-e s/org.springframework.boot.test.EnvironmentTestUtils/\
org.springframework.boot.test.util.EnvironmentTestUtils/g \
-e s/org.springframework.boot.test.IntegrationTest/\
org.springframework.boot.test.context.IntegrationTest/g \
-e s/org.springframework.boot.test.IntegrationTestPropertiesListener/\
org.springframework.boot.test.context.IntegrationTestPropertiesListener/g \
-e s/org.springframework.boot.test.OutputCapture/\
org.springframework.boot.test.rule.OutputCapture/g \
-e s/org.springframework.boot.test.SpringApplicationConfiguration/\
org.springframework.boot.test.context.SpringApplicationConfiguration/g \
-e s/org.springframework.boot.test.SpringApplicationContextLoader/\
org.springframework.boot.test.context.SpringApplicationContextLoader/g \
-e s/org.springframework.boot.test.SpringBootMockServletContext/\
org.springframework.boot.test.mock.web.SpringBootMockServletContext/g \
-e s/org.springframework.boot.test.TestRestTemplate/\
org.springframework.boot.test.web.client.TestRestTemplate/g \
-e s/org.springframework.boot.test.WebIntegrationTest/\
org.springframework.boot.test.context.web.WebIntegrationTest/g {} \;
See gh-5293
|
2016-03-23 22:17:50 -07:00 |
|
Phillip Webb
|
fbaf209240
|
Move master to 1.4.0.BUILD-SNAPSHOT
|
2016-01-24 10:45:24 -08:00 |
|
Spring Buildmaster
|
504d3e97ba
|
Next development version
|
2016-01-21 18:41:30 -08:00 |
|
Spring Buildmaster
|
8db59059a5
|
Next Development Version
|
2015-12-18 05:43:02 -08:00 |
|
Spring Buildmaster
|
3f6f57a80e
|
Next Development Version
|
2015-11-16 03:18:54 -08:00 |
|
Phillip Webb
|
6c2ea4648f
|
Polish
|
2015-11-03 20:36:20 -08:00 |
|
Dave Syer
|
abd7bc0466
|
Add OAuth2 resource server sample
Shows how to use @EnableResourceServer in a pure resource
server and configure the secure paths.
|
2015-10-29 08:41:51 +00:00 |
|