-
Notifications
You must be signed in to change notification settings - Fork 38.4k
Comparing changes
Open a pull request
base repository: spring-projects/spring-framework
base: v4.3.10.RELEASE
head repository: spring-projects/spring-framework
compare: v4.3.11.RELEASE
Commits on Jul 20, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 0e8bd71 - Browse repository at this point
Copy the full SHA 0e8bd71View commit details -
Deprecate setContentDispositionFormData method
The method was orginally added under SPR-14547 but the example in it was probably intended for use with Content-Disposition server response header (file download) and not for a Content-Disposition header within the body of a multipart request. In a Spring application a multipart request is typically serialized by the FormHttpMessageConverter and hence the Content-Disposition is not explicitly set by the application.
Configuration menu - View commit details
-
Copy full SHA for cd602e5 - Browse repository at this point
Copy the full SHA cd602e5View commit details
Commits on Jul 25, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5f07434 - Browse repository at this point
Copy the full SHA 5f07434View commit details
Commits on Aug 1, 2017
-
Fix regression in HttpPutFormContentFilter
Re-arrange the checks so that if there is no form parameter, then immediately and unconditionally delegate to super.getParameterValues(). Or reversely if there is no super.getParameterValues() then return the form parameter. So the only remaining case is when combining values present in both. In that case we'll take both only if a queryString exists. One extra fix is to not even wrap the request if we did not parse any form parameters at all which can happen with HttpHiddenMethodFilter. Issue: SPR-15828, 15835
Configuration menu - View commit details
-
Copy full SHA for 3524849 - Browse repository at this point
Copy the full SHA 3524849View commit details
Commits on Aug 15, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 8b64ad3 - Browse repository at this point
Copy the full SHA 8b64ad3View commit details
Commits on Aug 16, 2017
-
Cancel WebAsyncManager thread on request timeout
Issue: SPR-15852
Configuration menu - View commit details
-
Copy full SHA for 681ced8 - Browse repository at this point
Copy the full SHA 681ced8View commit details
Commits on Sep 1, 2017
-
Fix StringIndexOutOfBoundsException in RestTemplate
Backport for commits #81dfad and #3d61f7 Issue: SPR-15900
Configuration menu - View commit details
-
Copy full SHA for f5d689e - Browse repository at this point
Copy the full SHA f5d689eView commit details
Commits on Sep 8, 2017
-
Consistent logging in Environment and PropertySource implementations
Issue: SPR-15825 (cherry picked from commit fac83b2)
Configuration menu - View commit details
-
Copy full SHA for 57fbdc0 - Browse repository at this point
Copy the full SHA 57fbdc0View commit details -
checkConfigurationClassCandidate explicitly skips factory method defi…
…nitions Issue: SPR-14603 (cherry picked from commit 1fbd047)
Configuration menu - View commit details
-
Copy full SHA for 0088922 - Browse repository at this point
Copy the full SHA 0088922View commit details -
Leniently handle lambda-defined listeners with ErrorHandler as well
Issue: SPR-15838 (cherry picked from commit dd2bbcb)
Configuration menu - View commit details
-
Copy full SHA for f948742 - Browse repository at this point
Copy the full SHA f948742View commit details -
@lazy falls back to empty map/list/set for non-required collection de…
…pendency Issue: SPR-15858 (cherry picked from commit ec1eafc)
Configuration menu - View commit details
-
Copy full SHA for 80bf394 - Browse repository at this point
Copy the full SHA 80bf394View commit details -
SimpleAsyncTaskExecutor properly respects NO_CONCURRENCY
Issue: SPR-15895 (cherry picked from commit 204ddeb)
Configuration menu - View commit details
-
Copy full SHA for f3a2f57 - Browse repository at this point
Copy the full SHA f3a2f57View commit details -
Heart-beat log message potentially without session id
Issue: SPR-15937 (cherry picked from commit aa4ae7a)
Configuration menu - View commit details
-
Copy full SHA for 07a0a31 - Browse repository at this point
Copy the full SHA 07a0a31View commit details -
Properly retrieve and expose HttpServletResponse for async requests
Issue: SPR-15867
Configuration menu - View commit details
-
Copy full SHA for 9dcdfec - Browse repository at this point
Copy the full SHA 9dcdfecView commit details -
Downgrade to AspectJ 1.8.9 and merge EhCache 3 tests into spring-cont…
…ext-support Includes latest applicable updates (Jackson 2.8.10, OkHttp 3.8.1, Undertow 1.3.31, Netty 4.1.15) Issue: SPR-15836 Issue: SPR-15880
Configuration menu - View commit details
-
Copy full SHA for fa2c377 - Browse repository at this point
Copy the full SHA fa2c377View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17f42fc - Browse repository at this point
Copy the full SHA 17f42fcView commit details
Commits on Sep 10, 2017
-
Unwrap Validator proxy for access to forExecutables (if necessary)
Issue: SPR-15807
Configuration menu - View commit details
-
Copy full SHA for d1f42ac - Browse repository at this point
Copy the full SHA d1f42acView commit details -
Defensively ignore AbstractMethodError from parameterNameProvider
Issue: SPR-15856
Configuration menu - View commit details
-
Copy full SHA for 0d0399a - Browse repository at this point
Copy the full SHA 0d0399aView commit details -
Ignore Hibernate Validator style ".<collection element>" suffix for f…
…ield path Issue: SPR-15916
Configuration menu - View commit details
-
Copy full SHA for f944815 - Browse repository at this point
Copy the full SHA f944815View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0ee1ff - Browse repository at this point
Copy the full SHA c0ee1ffView commit details
Commits on Sep 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for dcd2a03 - Browse repository at this point
Copy the full SHA dcd2a03View commit details
There are no files selected for viewing