Stephane Nicoll
ed05e1f7ca
Polish "Reorder modifiers to comply with the JLS"
...
Closes gh-12432
8 years ago
igor-suhorukov
aebb475bc5
Reorder modifiers to comply with the JLS
...
See gh-12432
8 years ago
igor-suhorukov
4f4cc1569c
Polish
...
Declarations should use Java collection interfaces such as "Deque" rather
than specific implementation classes such as "LinkedList".
Closes gh-12405
8 years ago
Phillip Webb
7bc535e4fa
Polish
8 years ago
Andy Wilkinson
fdb9a1ea8f
Consider time in BuildInfo up-to-date checks and allow it to be set
...
Closes gh-12111
Closes gh-12266
8 years ago
Phillip Webb
4b9c3c137e
Polish Collection.toArray
...
Consistently use `StringUtils.toStringArray`, `ClassUtils.toClassArray`
or zero length when converting collections to arrays.
Fixes gh-12160
8 years ago
Stephane Nicoll
d43346d6c2
Polish "Fix potential resource leaks"
...
Closes gh-11624
8 years ago
igor-suhorukov
5a4238acfc
Fix potential resource leaks
...
See gh-11624
8 years ago
dreis2211
00d12c5b2d
Align 'behavior' spelling to style guide
...
Closes gh-11394
8 years ago
Stephane Nicoll
23218add90
Polish
8 years ago
Johnny Lim
6168fae720
Remove explicit type arguments
...
See gh-10494
8 years ago
Andy Wilkinson
a256602c7b
Polish
8 years ago
dreis2211
a76005e8d9
Remove concatenations with empty string
...
Closes gh-10512
8 years ago
Phillip Webb
748e0779b6
Update copyright year for changed files
8 years ago
Phillip Webb
d588bf7506
Fix odd Java parsing issues
...
Update `LoggingMainClassTimeWarningListener` to import individual
`Layout` inner classes. This fixes an odd javac parse issue that
otherwise occurs.
See gh-9316
8 years ago
Phillip Webb
b87f9c11f1
Fix POMs for the updated build/release process
...
Fix POMs following project relocations and apply CI friendly Maven
conventions.
See gh-9316
8 years ago
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
8 years ago