Andy Wilkinson
fe9d9ec4e2
Test the Gradle plugin against Gradle 5.0-rc-3
...
Closes gh-15171
7 years ago
Stephane Nicoll
c1b1f14f5a
Fix default unit for multipart properties
...
This commit fixes a regression that wrongly changed the default unit of
multipart properties from bytes to megabytes.
Closes gh-15162
7 years ago
Stephane Nicoll
2f4325d00f
Polish
7 years ago
Brian Clozel
d84421b7e1
Improve HttpMessageConverters javadoc
...
Closes gh-15027
7 years ago
Brian Clozel
8e86bcafc1
Improve actuator endpoint mapping debug logging
...
Closes gh-14292
7 years ago
Mark Vollmary
634b92001b
Add reference to ArangoDB starter
...
Closes gh-15144
7 years ago
dreis2211
3b4b0641d9
Polish some Map operations
...
Closes gh-15153
7 years ago
Stephane Nicoll
a222952a77
Polish contribution
...
Closes gh-15134
7 years ago
Johnny Lim
fd5aa3ebf1
Polish
...
See gh-15134
7 years ago
Johnny Lim
8470d649bc
Polish
...
See gh-15134
7 years ago
Stephane Nicoll
089ef9085a
Polish "Add HANA to the lookup of well-known databases"
...
Closes gh-15125
7 years ago
Jonathan Bregler
85754eaddd
Add HANA to the lookup of well-known databases
...
See gh-15125
7 years ago
Jonathan Bregler
e74348ee30
Fix HANA validation query
...
This commit updates the validation query for HANA. It should use the
fully qualified dummy table name (SYS.DUMMY) to avoid unexpected results
if there is a local table named DUMMY.
Closes gh-15124
7 years ago
sreeise
6454a8f4ca
Remove redundant json starter from spring-boot-starter-data-rest
...
Closes gh-15137
7 years ago
Andy Wilkinson
e7d921c216
Align test expectations with styling of stack trace div
...
Closes gh-15075
7 years ago
Andy Wilkinson
bfb0886495
Tolerate Hibernate 5.2
...
Closes gh-15100
7 years ago
Brian Clozel
159f947870
Polish
...
Closes gh-15075
7 years ago
up-to-you
ae4bc48481
Fix stack-trace line breaks in whitelabel error views
...
Since gh-12838, the WebFlux whitelabel error view also shows the
stacktrace information if it is available in the model.
This commit adds a CSS directive that preserves white spaces and breaks
lines at newline characters.
7 years ago
dreis2211
6ac788df2f
Add missing @Deprecated annotation
...
Closes gh-15113
7 years ago
Stephane Nicoll
3628c5b2dc
Remove redundant declaration on spring-context
...
Closes gh-15107
7 years ago
dreis2211
3e95af2c85
Polish some Map operations
...
Closes gh-15103
8 years ago
dreis2211
5e35ac6ce5
Remove unused static methods in tests
...
Closes gh-15084
8 years ago
Stephane Nicoll
0bd69fded8
Fix detection of ScheduledExecutorService
...
`@EnableScheduling` detects primarily a suitable `TaskScheduler` in the
context and fallbacks to the presence of a `ScheduledExecutorService` if
that is not the case.
This commit improves the auto-configuration to back off when such
scheduled executor service is present, so that the framework
initialization code can pick it up as usual.
Closes gh-15032
8 years ago
Stephane Nicoll
69d9b7a813
Polish contribution
...
Closes gh-15081
8 years ago
Nishant Raut
08ddb59f92
Update documentation to remind how JobParameters should be specified
...
See gh-15081
8 years ago
Dmitry Zhikharev
226ccc2e84
Add reference to Hiatus starter
...
Closes gh-15082
8 years ago
Brian Clozel
da53a0b8d5
Fix HTTP status error template rendering in WebFlux
...
Prior to this commit, a change in `HttpStatus.toString` since SPR-16898
prevented the default WebFlux `ErrorWebExceptionHandler` to render
template views for exact HTTP status (e.g. "404.html").
This issue does not affect the resolution of series, like "4xx.html".
This commit fixes `DefaultErrorWebExceptionHandler` to use
`HttpStatus.value()` when attempting to resolve error views.
Closes gh-15083
8 years ago
Stephane Nicoll
f5ba9952db
Make UndertowAccessLogCustomizer conditional on class
...
Closes gh-15065
8 years ago
Stephane Nicoll
01091aab2a
Polish "Update docs to Spock 1.2"
...
Closes gh-15060
8 years ago
Jeff Sheets
01b17af530
Update docs to Spock 1.2
...
See gh-15060
8 years ago
Stephane Nicoll
2927195b02
Fix StaticResourceRequest javadoc examples
...
Closes gh-15050
8 years ago
Stephane Nicoll
26dc8b9fb5
Update system requirements in the reference docs
...
Closes gh-15026
8 years ago
Nooheat
8380031039
Simplify ArrayList calling addAll() immediately
...
Closes gh-15033
8 years ago
Misagh Moayyed
e820f04926
Polish EnableConfigurationPropertiesImportSelector javadoc
...
Closes gh-15049
8 years ago
Andy Wilkinson
228e05487a
Test Gradle Plugin against Gradle 5.0-rc-1
...
Closes gh-15028
8 years ago
Phillip Webb
5e50f762a3
Revert DevTools polish
...
It seems like we can't use constructor injection at the
moment.
8 years ago
Phillip Webb
8ded42ceb1
Use US spelling for "favor"
8 years ago
Madhura Bhave
e41329b238
Upgrade to Spring Batch 4.1.0.RELEASE
...
Closes gh-14891
8 years ago
Phillip Webb
33d385cf7a
Use US spelling for "favor"
8 years ago
Phillip Webb
f3fa20b2d1
Polish
8 years ago
Andy Wilkinson
290e8886c9
Polish "Handle StepRegistry connect/read timeout deprecation"
...
Closes gh-14886
8 years ago
artsiom
fe63342f52
Handle StepRegistry connect/read timeout deprecation
...
See gh-14886
8 years ago
Andy Wilkinson
a984453363
Upgrade to Spring Session Bean-RELEASE
...
Closes gh-14733
8 years ago
Andy Wilkinson
53d0a63e8e
Upgrade to Spring Kafka 2.2.0.RELEASE
...
Closes gh-14892
8 years ago
Andy Wilkinson
0c3d899d5d
Upgrade to Spring Integration 5.1.0.RELEASE
...
Closes gh-14889
8 years ago
Brian Clozel
2232f7d82f
Polish
...
Closes gh-14914
8 years ago
Julian Devia
3e6a4eb6e3
Use cluster endpoint in Jest HealthIndicator
...
This commit changes the requested endpoint for the Jest
HealthIndicator. The `"/_all/_stats"` was previously used, but
the response size can be quite large and costly.
This is now using the `"/_cluster/health"` endpoint.
8 years ago
Andy Wilkinson
9ea5c58e38
Remove stale mention of module layout from Maven plugin's docs
...
Closes gh-14854
8 years ago
Andy Wilkinson
743782de7e
Revert reloadable message source support
...
Closes gh-14882
See gh-14699
See gh-13377
8 years ago
Andy Wilkinson
5ac9b972fe
Test the Gradle Plugin against Gradle 5.0-milestone-1
...
Closes gh-15005
8 years ago