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
6 years ago
Stephane Nicoll
f274772d43
Merge pull request #15137 from sreeise
...
* pr/15137:
Remove redundant json starter from spring-boot-starter-data-rest
6 years ago
sreeise
6454a8f4ca
Remove redundant json starter from spring-boot-starter-data-rest
...
Closes gh-15137
6 years ago
Andy Wilkinson
e7d921c216
Align test expectations with styling of stack trace div
...
Closes gh-15075
6 years ago
Andy Wilkinson
bfb0886495
Tolerate Hibernate 5.2
...
Closes gh-15100
6 years ago
Brian Clozel
159f947870
Polish
...
Closes gh-15075
6 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.
6 years ago
Stephane Nicoll
27d1af8ffa
Merge branch '2.0.x'
6 years ago
Stephane Nicoll
6ed1f7c7eb
Upgrade Maven wrapper to Maven 3.6.0
...
Closes gh-15123
6 years ago
Stephane Nicoll
ded871d111
Merge pull request #15113 from dreis2211
...
* pr/15113:
Add missing @Deprecated annotation
6 years ago
dreis2211
6ac788df2f
Add missing @Deprecated annotation
...
Closes gh-15113
6 years ago
Stephane Nicoll
3628c5b2dc
Remove redundant declaration on spring-context
...
Closes gh-15107
6 years ago
Stephane Nicoll
59552319eb
Merge pull request #15103 from dreis2211
...
* pr/15103:
Polish some Map operations
6 years ago
dreis2211
3e95af2c85
Polish some Map operations
...
Closes gh-15103
6 years ago
Stephane Nicoll
804f647a34
Merge pull request #15084 from dreis2211
...
* pr/15084:
Remove unused static methods in tests
6 years ago
dreis2211
5e35ac6ce5
Remove unused static methods in tests
...
Closes gh-15084
6 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
6 years ago
Stephane Nicoll
c7909318cd
Merge branch '2.0.x'
6 years ago
Stephane Nicoll
b6886bc002
Merge pull request #15081 from nishantraut
...
* pr/15081:
Polish contribution
Update documentation to remind how JobParameters should be specified
6 years ago
Stephane Nicoll
69d9b7a813
Polish contribution
...
Closes gh-15081
6 years ago
Nishant Raut
08ddb59f92
Update documentation to remind how JobParameters should be specified
...
See gh-15081
6 years ago
Stephane Nicoll
0e4763f89d
Merge pull request #15082 from jihor
...
* pr/15082:
Add reference to Hiatus starter
6 years ago
Dmitry Zhikharev
226ccc2e84
Add reference to Hiatus starter
...
Closes gh-15082
6 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
6 years ago
Stephane Nicoll
f42a653604
Merge branch '2.0.x'
6 years ago
Stephane Nicoll
f5ba9952db
Make UndertowAccessLogCustomizer conditional on class
...
Closes gh-15065
6 years ago
Stephane Nicoll
7257572dbd
Merge branch '2.0.x'
6 years ago
Stephane Nicoll
d818e1a961
Merge pull request #15060 from jeffsheets
...
* pr/15060:
Polish "Update docs to Spock 1.2"
Update docs to Spock 1.2
6 years ago
Stephane Nicoll
01091aab2a
Polish "Update docs to Spock 1.2"
...
Closes gh-15060
6 years ago
Jeff Sheets
01b17af530
Update docs to Spock 1.2
...
See gh-15060
6 years ago
Andy Wilkinson
52ea3614d8
Merge branch '2.0.x'
6 years ago
Andy Wilkinson
7d5a76c61f
Work around SUREFIRE-1588 by dropping back to 10.0.2+13-Debian-1
...
See gh-15056
6 years ago
Andy Wilkinson
8f67373581
Merge branch '2.0.x'
6 years ago
Andy Wilkinson
d267f1ed69
Use full path when specifying Dockerfile to build
...
See gh-15058
6 years ago
Andy Wilkinson
022c9dd55b
Merge branch '2.0.x'
6 years ago
Andy Wilkinson
f210e9c77f
Add local docker-lib.sh file when building CI images
...
Closes gh-15058
6 years ago
Andy Wilkinson
16d4a826a3
Merge branch '2.0.x'
6 years ago
Andy Wilkinson
e915006161
Use sha256 hashes for Docker base images to ensure repeatability
...
Closes gh-15056
6 years ago
Stephane Nicoll
980d8ea0ad
Merge branch '2.0.x'
6 years ago
Stephane Nicoll
2927195b02
Fix StaticResourceRequest javadoc examples
...
Closes gh-15050
6 years ago
Stephane Nicoll
26dc8b9fb5
Update system requirements in the reference docs
...
Closes gh-15026
6 years ago
Stephane Nicoll
dc02616b78
Merge branch '2.0.x'
6 years ago
Stephane Nicoll
9c09af0b74
Merge pull request #15033 from Nooheat
...
* pr/15033:
Simplify ArrayList calling addAll() immediately
6 years ago
Nooheat
8380031039
Simplify ArrayList calling addAll() immediately
...
Closes gh-15033
6 years ago
Andy Wilkinson
8d701e6d4d
Revert addition of JDK-12 based CI
...
See gh-15031
6 years ago
Andy Wilkinson
e9124fac0f
Correct CI resource config after adding JDK 12 build
...
See gh-15031
6 years ago
Andy Wilkinson
9bb7edcb88
Remove JDK 9 and 10-based CI and add JDK 12
...
Closes gh-15031
6 years ago
Stephane Nicoll
8d6d1f4a57
Merge branch '2.0.x'
6 years ago
Stephane Nicoll
62782e5d86
Merge pull request #15049 from mmoayyed
...
* pr/15049:
Polish EnableConfigurationPropertiesImportSelector javadoc
6 years ago
Misagh Moayyed
e820f04926
Polish EnableConfigurationPropertiesImportSelector javadoc
...
Closes gh-15049
6 years ago