Andy Wilkinson
b1853ee4e0
Upgrade to Tomcat 8.5.35
...
Closes gh-15238
6 years ago
Andy Wilkinson
addc421bfd
Upgrade to Ehcache 2.10.6
...
Closes gh-15237
6 years ago
Andy Wilkinson
2d98054041
Upgrade to Appengine Sdk 1.9.68
...
Closes gh-15236
6 years ago
Andy Wilkinson
a7067171c7
Start building against Spring Framework 4.3.21 snapshots
...
See gh-15188
6 years ago
Brian Clozel
5bb7b24d7c
Fix class cast in ServletContextInitializerBeans
...
See gh-15166
6 years ago
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
6 years ago
Andy Wilkinson
3fac0f0360
Polish multi-release jar support to avoid possible StackOverflowError
...
See gh-12523
6 years ago
Andy Wilkinson
56eebc9385
Update fat jar loader to support multi-release jar files
...
Closes gh-12523
6 years ago
Stephane Nicoll
60b35df215
Merge pull request #15205 from eddumelendez
...
* pr/15205:
Add reference to sentry-spring-boot-starter
6 years ago
Eddú Meléndez
5e09a2ee55
Add reference to sentry-spring-boot-starter
...
Closes gh-15205
6 years ago
Madhura Bhave
f0d1eb94bd
Merge branch '2.0.x'
6 years ago
Madhura Bhave
35db10eb30
Use the right variable name in pipeline
6 years ago
Stephane Nicoll
5b825d90b1
Merge pull request #15097 from dsyer
...
* pr/15097:
Temporarily make @Bean methods in Spring Data JDBC public
6 years ago
Dave Syer
b6aff10244
Temporarily make @Bean methods in Spring Data JDBC public
...
Closes gh-15097
6 years ago
Brian Clozel
f4db1d3c9a
Upgrade to Reactor Californium-BUILD-SNAPSHOT
...
See gh-15192
6 years ago
Brian Clozel
5aabcedb24
Upgrade to Spring Framework 5.1.3.BUILD-SNAPSHOT
...
See gh-15186
6 years ago
Madhura Bhave
05f693a102
Merge branch '2.0.x'
6 years ago
Madhura Bhave
ee4205a049
Remove unnecessary logging by start-docker script
6 years ago
Madhura Bhave
1bb788f5c2
Merge branch '2.0.x'
6 years ago
Phillip Webb
657a5347be
Use random port for Devtools integration tests
...
Closes gh-15013
6 years ago
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
6 years ago
Phillip Webb
dbf09de203
Merge branch '2.0.x'
6 years ago
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
6 years ago
Phillip Webb
c64a007e12
Format POM file
6 years ago
Phillip Webb
5825502c39
Merge branch '2.0.x'
6 years ago
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
6 years ago
Phillip Webb
3fe7bf4dc7
Fix Java 11 CI reference
...
See gh-15179
6 years ago
Phillip Webb
12a16dcfcf
Merge branch '2.0.x'
6 years ago
Phillip Webb
5183dd120c
Merge pull request #15182 from rahul404
...
* pr/15182:
Polish "Skip scoped targets when determining endpoints"
Skip scoped targets when determining endpoints
6 years ago
Phillip Webb
e4d5714d50
Polish "Skip scoped targets when determining endpoints"
...
See gh-15182
6 years ago
Rahul Ahuja
4853e6a7af
Skip scoped targets when determining endpoints
...
Update `EndpointDiscoverer` to filter out scoped target beans when
finding endpoints.
Closes gh-15182
6 years ago
Phillip Webb
578f093d64
Merge branch '2.0.x'
6 years ago
Phillip Webb
0bc4567898
Merge pull request #15179 from making
...
* pr/15179:
Fix CI Java 11 references
6 years ago
Toshiaki Maki
dd2ed72fae
Fix CI Java 11 references
...
Closes gh-15179
6 years ago
Andy Wilkinson
fe9d9ec4e2
Test the Gradle plugin against Gradle 5.0-rc-3
...
Closes gh-15171
6 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
6 years ago
Stephane Nicoll
2f4325d00f
Polish
6 years ago
Phillip Webb
cccf5e6d2b
Merge branch '2.0.x'
6 years ago
Phillip Webb
3baf782822
Merge branch '1.5.x' into 2.0.x
6 years ago
Phillip Webb
b60da5f85d
Allow early ServletRequest Autowiring
...
Update `EmbeddedWebApplicationContext` so that Servlet related
resolvable dependencies are registered in `postProcessBeanFactory`.
This allows a `ServletReqest` to be autowired into an early initialized
bean and brings parity with WAR based deployments.
Closes gh-14990
6 years ago
Phillip Webb
fb85d0acc1
Merge pull request #15176 from rs017991
...
* pr/15176:
Fixed typo in maven site documentation
6 years ago
Ryan Scheidter
f2d6490548
Fixed typo in maven site documentation
...
Closes gh-15176
6 years ago
Phillip Webb
79b5dd3ae7
Protect against NPE when collecting annotations
...
Update `AnnotationsPropertySource` to ensure that `null` results from
`findMergedAnnotation` are not added to the annotation list.
Prior to this commit, if `findMergedAnnotation` returned `null` then
`AnnotationsPropertySource.collectProperties` would throw an NPE.
Although `findMergedAnnotation` should never return `null`, we're
best off being defensive so that bugs such as SPR-17495 won't cause
problems.
Closes gh-15175
6 years ago
Brian Clozel
d84421b7e1
Improve HttpMessageConverters javadoc
...
Closes gh-15027
6 years ago
Brian Clozel
8e86bcafc1
Improve actuator endpoint mapping debug logging
...
Closes gh-14292
6 years ago
Madhura Bhave
8cdfb6c70b
Merge branch '2.0.x'
6 years ago
Madhura Bhave
d47aaf2974
Merge pull request #15169 from izeye
...
* gh-15169:
Remove unnecessary echo in release notes script
6 years ago
Johnny Lim
7eb93a0126
Remove unnecessary echo in release notes script
...
Closes gh-15169
6 years ago
Phillip Webb
90bfd0bf36
Merge branch '2.0.x'
6 years ago
Phillip Webb
acf046ba27
Update all JDK images to AdoptJDK
...
Closes gh-15158
6 years ago