Phillip Webb
|
913e831f4e
|
Merge '1.5.x' into 2.0.x
|
2019-07-24 11:39:58 +01:00 |
|
Phillip Webb
|
ff36074401
|
Update copyright header for changed files
Effectively all files have been touched this year due to the nohttp
work.
|
2019-07-24 11:37:23 +01:00 |
|
Phillip Webb
|
fd67f7ba3f
|
Merge branch '1.5.x' into 2.0.x
|
2019-07-17 21:47:04 +01:00 |
|
Phillip Webb
|
8843c11a28
|
Update copyright header of changed files
|
2019-07-17 21:44:01 +01:00 |
|
Andy Wilkinson
|
9d28238598
|
Update formatting of spring-boot-samples
|
2019-06-08 08:16:44 +01:00 |
|
Phillip Webb
|
2c8881a908
|
Merge branch '1.5.x' into 2.0.x
|
2019-06-07 12:34:13 -07:00 |
|
Andy Wilkinson
|
ede197fa55
|
Polish formatting
Fix formatting issues, primarily around header comments.
|
2019-06-07 11:33:42 -07:00 |
|
Andy Wilkinson
|
8f1be4cded
|
Upgrade to spring-javaformat 0.0.11
|
2019-06-07 09:44:58 +01:00 |
|
Phillip Webb
|
a99131f727
|
Polish resource files to all end with a new line
|
2019-06-04 00:52:45 -07:00 |
|
Phillip Webb
|
5fba43aa31
|
Merge branch '1.5.x' into 2.0.x
|
2019-06-04 00:05:57 -07:00 |
|
Phillip Webb
|
32068c21a3
|
Polish resource files to all end with a new line
|
2019-06-03 23:48:43 -07:00 |
|
Andy Wilkinson
|
9fbd38ab3c
|
Merge branch '1.5.x' into 2.0.x
|
2019-03-20 16:45:26 +00:00 |
|
Andy Wilkinson
|
4b6bddd476
|
Merge branch '1.4.x' into 1.5.x
|
2019-03-20 16:30:04 +00:00 |
|
Andy Wilkinson
|
6920c39349
|
Merge branch '1.3.x' into 1.4.x
|
2019-03-20 15:06:50 +00:00 |
|
Andy Wilkinson
|
0e009ef047
|
Use HTTPS to link to the Apache license
|
2019-03-20 15:00:10 +00:00 |
|
Phillip Webb
|
21d80d87a3
|
Merge branch '1.5.x' into 2.0.x
|
2018-05-25 18:45:37 -07:00 |
|
Phillip Webb
|
4853477081
|
Reformat code
|
2018-05-25 18:17:37 -07:00 |
|
Phillip Webb
|
4b9c3c137e
|
Polish Collection.toArray
Consistently use `StringUtils.toStringArray`, `ClassUtils.toClassArray`
or zero length when converting collections to arrays.
Fixes gh-12160
|
2018-02-22 21:11:30 -08:00 |
|
Stephane Nicoll
|
23218add90
|
Polish
|
2017-12-12 11:57:30 +01:00 |
|
Phillip Webb
|
df8dfb093b
|
Fix package tangle in jOOQ sample
Use a custom GeneratorStrategy to fix the package tangles that jOOQ
creates by default.
Fixes gh-6372
|
2016-07-11 12:50:42 -07:00 |
|
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 |
|
Andy Wilkinson
|
355860fd09
|
Remove @Autowired from constructors where class has single constructor
Closes gh-5226
|
2016-03-01 16:03:07 +00:00 |
|
Andy Wilkinson
|
44ddfcc7fa
|
Upgrade copyright headers of all files changed in 2016
|
2016-02-25 12:09:42 +00:00 |
|
Phillip Webb
|
1cc1fc6431
|
Use AssertJ in spring-boot-samples
See gh-5083
|
2016-02-06 15:51:26 -08:00 |
|
Phillip Webb
|
634bb770b2
|
Organize imports with new settings
See gh-4234
|
2015-10-19 12:58:34 -07:00 |
|
Phillip Webb
|
c9fb9916b8
|
Reformat code using Eclipse Mars
|
2015-10-07 23:37:10 -07:00 |
|
Phillip Webb
|
ab1cc829c1
|
Add jOOQ sample application
See gh-2804
|
2015-06-22 21:20:12 -07:00 |
|