Andy Wilkinson
350e397d53
Upgrade to Janino 3.0.11
...
Closes gh-15247
2018-11-22 15:21:56 +00:00
Andy Wilkinson
ec219b30d2
Upgrade to Activemq 5.15.8
...
Closes gh-15246
2018-11-22 15:21:56 +00:00
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
Andy Wilkinson
992d7dc24b
Upgrade to Spring Session 1.3.4.RELEASE
...
Closes gh-15242
2018-11-22 15:03:03 +00:00
Andy Wilkinson
e72bae5390
Upgrade to Spring Integration 4.3.18.RELEASE
...
Closes gh-15241
2018-11-22 15:03:03 +00:00
Andy Wilkinson
105d7e336d
Upgrade to Spring Cloud Connectors 1.2.7.RELEASE
...
Closes gh-15240
2018-11-22 15:03:03 +00:00
Andy Wilkinson
d4b914828f
Upgrade to Jetty 9.4.14.v20181114
...
Closes gh-15239
2018-11-22 15:03:02 +00:00
Andy Wilkinson
b1853ee4e0
Upgrade to Tomcat 8.5.35
...
Closes gh-15238
2018-11-22 15:03:02 +00:00
Andy Wilkinson
addc421bfd
Upgrade to Ehcache 2.10.6
...
Closes gh-15237
2018-11-22 15:03:02 +00:00
Andy Wilkinson
2d98054041
Upgrade to Appengine Sdk 1.9.68
...
Closes gh-15236
2018-11-22 15:03:02 +00:00
Andy Wilkinson
a7067171c7
Start building against Spring Framework 4.3.21 snapshots
...
See gh-15188
2018-11-22 15:03:02 +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
Stephane Nicoll
60b35df215
Merge pull request #15205 from eddumelendez
...
* pr/15205:
Add reference to sentry-spring-boot-starter
2018-11-20 08:15:17 +01:00
Eddú Meléndez
5e09a2ee55
Add reference to sentry-spring-boot-starter
...
Closes gh-15205
2018-11-20 08:14:47 +01:00
Madhura Bhave
f0d1eb94bd
Merge branch '2.0.x'
2018-11-19 12:54:45 -08:00
Madhura Bhave
35db10eb30
Use the right variable name in pipeline
2018-11-19 12:51:00 -08:00
Stephane Nicoll
5b825d90b1
Merge pull request #15097 from dsyer
...
* pr/15097:
Temporarily make @Bean methods in Spring Data JDBC public
2018-11-16 14:56:31 +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
Madhura Bhave
05f693a102
Merge branch '2.0.x'
2018-11-15 15:49:12 -08:00
Madhura Bhave
ee4205a049
Remove unnecessary logging by start-docker script
2018-11-15 15:48:28 -08:00
Madhura Bhave
1bb788f5c2
Merge branch '2.0.x'
2018-11-15 14:17:05 -08:00
Phillip Webb
657a5347be
Use random port for Devtools integration tests
...
Closes gh-15013
2018-11-15 14:02:21 -08: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
5825502c39
Merge branch '2.0.x'
2018-11-15 11:18:21 -08:00
Phillip Webb
3fb30fddb4
Use Bintray API key rather than password in CI
...
Update CI scripts to use the Bintray API key rather than the password
when making curl calls.
Closes gh-15015
2018-11-15 11:15:33 -08:00
Phillip Webb
3fe7bf4dc7
Fix Java 11 CI reference
...
See gh-15179
2018-11-15 11:14:39 -08:00
Phillip Webb
12a16dcfcf
Merge branch '2.0.x'
2018-11-15 10:43:40 -08:00
Phillip Webb
5183dd120c
Merge pull request #15182 from rahul404
...
* pr/15182:
Polish "Skip scoped targets when determining endpoints"
Skip scoped targets when determining endpoints
2018-11-15 10:42:43 -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
Phillip Webb
578f093d64
Merge branch '2.0.x'
2018-11-15 10:12:59 -08:00
Phillip Webb
0bc4567898
Merge pull request #15179 from making
...
* pr/15179:
Fix CI Java 11 references
2018-11-15 10:10:59 -08:00
Toshiaki Maki
dd2ed72fae
Fix CI Java 11 references
...
Closes gh-15179
2018-11-15 10:10:33 -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