Madhura Bhave
cb621024e4
Include error stacktrace by default when devtools is in use
...
Fixes gh-828
7 years ago
Johnny Lim
6b0ce46491
Polish
...
Closes gh-13320
7 years ago
Phillip Webb
5b3cb8a698
Update copyright header year for changed files
7 years ago
Phillip Webb
41efea51a7
Polish ternary expressions
...
Consistently format ternary expressions and always favor `!=` as the
the check.
7 years ago
Phillip Webb
e125085993
Merge branch '1.5.x' into 2.0.x
7 years ago
Johnny Lim
b941c5f1a6
Polish
...
Closes gh-12981
7 years ago
Stephane Nicoll
92d9479765
Gracefully handle exclusion of DataSourceAutoConfiguration
...
This commit makes sure that an auto-configuration that requires
`DataSourceProperties` will not break if `DataSourceAutoConfiguration`
has been explicitly excluded.
Closes gh-12512
7 years ago
Phillip Webb
685babc829
Polish "Use lambdas for map entry iteration where possible"
...
Closes gh-12626
7 years ago
igor-suhorukov
69bc19e0ca
Use lambdas for map entry iteration where possible
...
See gh-12626
7 years ago
Phillip Webb
47a56616ae
Merge branch '1.5.x'
7 years ago
Phillip Webb
98a2a91d16
Polish
7 years ago
Stephane Nicoll
553b184248
Polish "Use Supplier variants of Assert methods"
...
Closes gh-12630
7 years ago
dreis2211
3b0f6e7168
Use Supplier variants of Assert methods
...
See gh-12630
7 years ago
dreis2211
8626daf135
Replace Mockito.times(0) with Mockito.never()
...
Closes gh-12475
7 years ago
igor-suhorukov
cca976eccd
Remove redundant "close" call
...
Closing the resource is handled automatically by the try-with-resources.
Closes gh-12453
7 years ago
Stephane Nicoll
ed05e1f7ca
Polish "Reorder modifiers to comply with the JLS"
...
Closes gh-12432
7 years ago
igor-suhorukov
aebb475bc5
Reorder modifiers to comply with the JLS
...
See gh-12432
7 years ago
Stephane Nicoll
a55180aa1e
Polish "Get rid of "magic" time constants"
...
Closes gh-12411
7 years ago
igor-suhorukov
ce78a78231
Get rid of "magic" time constants
...
See gh-12411
7 years ago
Phillip Webb
29c3be3590
Polish
7 years ago
Johnny Lim
d441a8a89a
Polish
...
Closes gh-12205
7 years ago
Andy Wilkinson
73ad36d817
Merge branch '1.5.x'
7 years ago
Stephane Nicoll
09ff815f00
Harmonize metadata
...
Closes gh-12177
7 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
7 years ago
Phillip Webb
cd5266ac03
Polish
7 years ago
Johnny Lim
2fe86da95b
Use isTrue() and isFalse() for AssertJ
...
Closes gh-12170
7 years ago
Johnny Lim
87bf0b26df
Polish modifier order
...
See gh-12019
7 years ago
Andy Wilkinson
5522174e96
Provide package info for all packages included in javadoc
7 years ago
Andy Wilkinson
76a450dfba
Format with Eclipse Oxygen SR2
7 years ago
Phillip Webb
69234f8c08
Polish
7 years ago
dreis2211
81459efffa
Use HTTPS URLs where applicable
7 years ago
igor-suhorukov
717bd2c580
Remove or use unused method parameters
7 years ago
dreis2211
c1675c2d5f
Use InvocationOnMock.getArgument() where possible
...
Closes gh-11818
7 years ago
dreis2211
a7663c88d3
Replace casted Mockito.any() calls
...
Closes gh-11817
7 years ago
Stephane Nicoll
90545fb0c6
Update LocalDevToolsAutoConfiguration to use constructor injection
...
Closes gh-11769
7 years ago
Phillip Webb
adfb6dc128
Polish
7 years ago
Andy Wilkinson
cedb6b2f17
Revert "Clean up the logging system later in context close processing"
...
This reverts commit 8619256d2a
.
See gh-11676
7 years ago
Andy Wilkinson
8619256d2a
Clean up the logging system later in context close processing
...
Previously, the logging system was cleaned up in response to the
root context's ContextClosedEvent being received. This event is
published early in a context's close processing. As a result, the
logging system is in cleaned up state while, for example, disposable
beans are being destroyed.
This commit reworks the logic that triggers logging system clean up
to use a disposable bean instead. Disposable beans are called in
reverse-registration order. The logging clean up bean is registered as
early as possible so that it should be the last disposable bean to
be called.
Closes gh-11676
7 years ago
igor-suhorukov
093ca0a687
Use EnumMap whenever possible
...
Replace regular Map instances with EnumMap to reduce memory consumption.
Closes gh-11760
7 years ago
Phillip Webb
ab6ad6aa4b
Polish
7 years ago
andrey.onufreyko
b19dcb13e2
Replace string arguments with char
...
Optimize method calls by replacing single character String arguments
with char.
Closes gh-11680
7 years ago
Johnny Lim
768e7c07e6
Polish
...
Closes gh-11720
7 years ago
Stephane Nicoll
c926bed6f5
Polish "Fix modifiers order"
...
Closes gh-11681
7 years ago
igor-suhorukov
e2d05607f2
Fix modifiers order
...
See gh-11681
7 years ago
Phillip Webb
f3379668ac
Polish
7 years ago
Stephane Nicoll
d43346d6c2
Polish "Fix potential resource leaks"
...
Closes gh-11624
7 years ago
igor-suhorukov
5a4238acfc
Fix potential resource leaks
...
See gh-11624
7 years ago
Brian Clozel
22c22a1ced
Move server.session.* to server.servlet.session.*
...
Closes gh-11589
7 years ago
Madhura Bhave
8102dc78cb
Remove redundant throws declarations
7 years ago
Johnny Lim
3c5ccb1166
Polish
...
Closes gh-11418
7 years ago