Andy Wilkinson
941d8744cb
Upgrade to Javax Json 1.1.4
...
Closes gh-15245
2018-11-22 15:21:55 +00:00
Andy Wilkinson
6761747e39
Upgrade to Reactor Bom Bismuth-SR14
...
Closes gh-15244
2018-11-22 15:21:54 +00:00
Andy Wilkinson
40005c0e59
Upgrade to Unboundid Ldapsdk 4.0.9
...
Closes gh-15243
2018-11-22 15:21:53 +00:00
Andy Wilkinson
fa26227ae8
Merge branch '2.0.x'
2018-11-22 15:12:05 +00:00
Andy Wilkinson
ba4461a7a2
Merge branch '1.5.x' into 2.0.x
2018-11-22 15:09:38 +00:00
Brian Clozel
5bb7b24d7c
Fix class cast in ServletContextInitializerBeans
...
See gh-15166
2018-11-21 11:50:41 +01:00
Brian Clozel
d52b599eee
Improve Servlet and Filter registration logging
...
Prior to this commit, the information logged at DEBUG level for the web
infrastructure was not consistent with the experience in Spring
Framework.
This commit moves some logging information about
`ServletContextInitializer` registrations from DEBUG to TRACE level and
gathers the Servlets and Filters registration logs into one-liners at
the DEBUG level.
Closes gh-15166
2018-11-21 10:29:55 +01:00
Andy Wilkinson
3fac0f0360
Polish multi-release jar support to avoid possible StackOverflowError
...
See gh-12523
2018-11-20 17:26:28 +00:00
Andy Wilkinson
56eebc9385
Update fat jar loader to support multi-release jar files
...
Closes gh-12523
2018-11-20 15:22:30 +00:00
Eddú Meléndez
5e09a2ee55
Add reference to sentry-spring-boot-starter
...
Closes gh-15205
2018-11-20 08:14:47 +01:00
Dave Syer
b6aff10244
Temporarily make @Bean methods in Spring Data JDBC public
...
Closes gh-15097
2018-11-16 14:53:33 +01:00
Brian Clozel
f4db1d3c9a
Upgrade to Reactor Californium-BUILD-SNAPSHOT
...
See gh-15192
2018-11-16 14:33:09 +01:00
Brian Clozel
5aabcedb24
Upgrade to Spring Framework 5.1.3.BUILD-SNAPSHOT
...
See gh-15186
2018-11-16 10:55:35 +01:00
Phillip Webb
bab111b37e
Fix ConfigurationPropertyName.equals for uppercase
...
Commit 7f35f8a9 for gh-14665 was unfortunately incomplete as it didn't
account for uppercase values. The run-off while loop should have used
`Character.toLowerCase` in the same way as the main while loop.
Fixes gh-15152
2018-11-15 13:48:20 -08:00
Phillip Webb
dbf09de203
Merge branch '2.0.x'
2018-11-15 13:29:09 -08:00
Phillip Webb
e87664f295
Add JettyAccessLogCustomizer
...
Add a `JettyAccessLogCustomizer` to customize management access logs
when the management server is running on a different port.
Closes gh-15041
2018-11-15 13:28:51 -08:00
Phillip Webb
c64a007e12
Format POM file
2018-11-15 13:22:50 -08:00
Phillip Webb
12a16dcfcf
Merge branch '2.0.x'
2018-11-15 10:43:40 -08:00
Phillip Webb
e4d5714d50
Polish "Skip scoped targets when determining endpoints"
...
See gh-15182
2018-11-15 10:41:14 -08:00
Rahul Ahuja
4853e6a7af
Skip scoped targets when determining endpoints
...
Update `EndpointDiscoverer` to filter out scoped target beans when
finding endpoints.
Closes gh-15182
2018-11-15 10:38:05 -08:00
Andy Wilkinson
fe9d9ec4e2
Test the Gradle plugin against Gradle 5.0-rc-3
...
Closes gh-15171
2018-11-15 10:32:34 +00:00
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
2018-11-15 09:17:26 +01:00
Stephane Nicoll
2f4325d00f
Polish
2018-11-15 09:06:44 +01:00
Phillip Webb
cccf5e6d2b
Merge branch '2.0.x'
2018-11-14 18:27:28 -08:00
Phillip Webb
3baf782822
Merge branch '1.5.x' into 2.0.x
2018-11-14 18:24:32 -08:00
Brian Clozel
d84421b7e1
Improve HttpMessageConverters javadoc
...
Closes gh-15027
2018-11-14 15:06:41 +01:00
Brian Clozel
8e86bcafc1
Improve actuator endpoint mapping debug logging
...
Closes gh-14292
2018-11-14 14:36:52 +01:00
Mark Vollmary
634b92001b
Add reference to ArangoDB starter
...
Closes gh-15144
2018-11-13 18:31:19 +01:00
dreis2211
3b4b0641d9
Polish some Map operations
...
Closes gh-15153
2018-11-12 09:08:25 +01:00
Stephane Nicoll
a222952a77
Polish contribution
...
Closes gh-15134
2018-11-11 11:03:29 +01:00
Johnny Lim
fd5aa3ebf1
Polish
...
See gh-15134
2018-11-11 11:03:13 +01:00
Stephane Nicoll
2c3b455b8b
Merge branch '2.0.x'
2018-11-11 10:58:44 +01:00
Johnny Lim
8470d649bc
Polish
...
See gh-15134
2018-11-11 10:58:31 +01:00
Stephane Nicoll
089ef9085a
Polish "Add HANA to the lookup of well-known databases"
...
Closes gh-15125
2018-11-10 18:02:01 +01:00
Jonathan Bregler
85754eaddd
Add HANA to the lookup of well-known databases
...
See gh-15125
2018-11-10 17:59:29 +01:00
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
2018-11-10 17:56:51 +01:00
sreeise
6454a8f4ca
Remove redundant json starter from spring-boot-starter-data-rest
...
Closes gh-15137
2018-11-09 08:31:47 +01:00
Andy Wilkinson
e7d921c216
Align test expectations with styling of stack trace div
...
Closes gh-15075
2018-11-08 12:31:21 +00:00
Andy Wilkinson
bfb0886495
Tolerate Hibernate 5.2
...
Closes gh-15100
2018-11-08 12:24:22 +00:00
Brian Clozel
159f947870
Polish
...
Closes gh-15075
2018-11-07 09:40:11 +01:00
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.
2018-11-07 09:40:11 +01:00
dreis2211
6ac788df2f
Add missing @Deprecated annotation
...
Closes gh-15113
2018-11-07 07:53:39 +01:00
Stephane Nicoll
3628c5b2dc
Remove redundant declaration on spring-context
...
Closes gh-15107
2018-11-06 15:28:41 +01:00
dreis2211
3e95af2c85
Polish some Map operations
...
Closes gh-15103
2018-11-06 07:41:55 +01:00
dreis2211
5e35ac6ce5
Remove unused static methods in tests
...
Closes gh-15084
2018-11-05 07:38:49 +01:00
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
2018-11-04 09:58:41 +01:00
Stephane Nicoll
c7909318cd
Merge branch '2.0.x'
2018-11-04 08:03:23 +01:00
Stephane Nicoll
69d9b7a813
Polish contribution
...
Closes gh-15081
2018-11-04 07:59:26 +01:00
Nishant Raut
08ddb59f92
Update documentation to remind how JobParameters should be specified
...
See gh-15081
2018-11-04 07:51:31 +01:00
Dmitry Zhikharev
226ccc2e84
Add reference to Hiatus starter
...
Closes gh-15082
2018-11-04 07:24:15 +01:00