-
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.20.RELEASE
head repository: spring-projects/spring-framework
compare: v4.3.21.RELEASE
Commits on Oct 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f7c625c - Browse repository at this point
Copy the full SHA f7c625cView commit details
Commits on Oct 22, 2018
-
Restore log level for resolved exceptions
The fix for SPR-17178 switched from debug to warn level warning for all sub-classes of AbstractHandlerExceptionResolver where the request concerned the DefaultHandlerExceptionResolver only. This commit restores the original DEBUG level logging that was in AbstractHandlerExceptionResolver from before SPR-17178. In addition DefaultHandlerExceptionResolver registers a warnLogCategory by default which enables warn logging and hence fulfilling the original goal for SPR-17178. Issue: SPR-17383
Configuration menu - View commit details
-
Copy full SHA for 8e980d9 - Browse repository at this point
Copy the full SHA 8e980d9View commit details
Commits on Oct 24, 2018
-
Fix ResourceUrlEncodingFilter lifecycle
Prior to this commit, the `ResourceUrlEncodingFilter` would wrap the response and keep a reference to the request. When `HttpServletResponse.encodeURL` is later called during view rendering, the filter looks at the request and extracts context mapping information in order to resolve resource paths in views. This approach is flawed, when the filter is used with JSPs - if the request is forwarded to the container by the `InternalResourceView`, the request information is overwritten by the container. When the view is being rendered, the information available in the request is outdated and does not allow to correctly compute that context mapping information. This commit ensures that that information is being extracted from the request as soon as the `ResourceUrlProvider` is set as a request attribute. Issue: SPR-17421 (Cherry-picked from cf25efc)
Configuration menu - View commit details
-
Copy full SHA for 9efe37e - Browse repository at this point
Copy the full SHA 9efe37eView commit details -
Clarify destruction order effect in @dependsOn annotation javadoc
Issue: SPR-17384 (cherry picked from commit 00b7782)
Configuration menu - View commit details
-
Copy full SHA for a3bdeb2 - Browse repository at this point
Copy the full SHA a3bdeb2View commit details -
Clarify FactoryBean initialization effect in getBeanNamesForAnnotation
Issue: SPR-17392 (cherry picked from commit da23505)
Configuration menu - View commit details
-
Copy full SHA for cd66467 - Browse repository at this point
Copy the full SHA cd66467View commit details -
Avoid stacktrace if root resource is not resolvable in file system
Issue: SPR-17417 (cherry picked from commit 83a54db)
Configuration menu - View commit details
-
Copy full SHA for 3a4fd2c - Browse repository at this point
Copy the full SHA 3a4fd2cView commit details -
SpringFactoriesLoader tolerates whitespace around class names
Issue: SPR-17413 (cherry picked from commit dd2ce20)
Configuration menu - View commit details
-
Copy full SHA for 46bc145 - Browse repository at this point
Copy the full SHA 46bc145View commit details -
ConfigurableWebApplicationContext needed for contextClass parameter
Issue: SPR-17414
Configuration menu - View commit details
-
Copy full SHA for 448182f - Browse repository at this point
Copy the full SHA 448182fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47ca7b3 - Browse repository at this point
Copy the full SHA 47ca7b3View commit details
Commits on Oct 27, 2018
-
Exclude FactoryBean implementation methods on CGLIB proxies as well
Issue: SPR-17374 (cherry picked from commit dc1e3b4)
Configuration menu - View commit details
-
Copy full SHA for 6711515 - Browse repository at this point
Copy the full SHA 6711515View commit details -
Configuration menu - View commit details
-
Copy full SHA for b43e733 - Browse repository at this point
Copy the full SHA b43e733View commit details
Commits on Nov 5, 2018
-
Explicit notes on class/method-level semantics in class hierarchies
Issue: SPR-17445 (cherry picked from commit ea3250c)
Configuration menu - View commit details
-
Copy full SHA for f002ebd - Browse repository at this point
Copy the full SHA f002ebdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79e7ba7 - Browse repository at this point
Copy the full SHA 79e7ba7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f1f36d - Browse repository at this point
Copy the full SHA 8f1f36dView commit details
Commits on Nov 8, 2018
-
Consistently return empty array in case of empty batch arguments
Issue: SPR-17476 (cherry picked from commit 362c59c)
Configuration menu - View commit details
-
Copy full SHA for 4f5ae22 - Browse repository at this point
Copy the full SHA 4f5ae22View commit details -
Up-to-date version and link in ASM/CGLIB/Objenesis package javadoc
Issue: SPR-16405 Issue: SPR-15600
Configuration menu - View commit details
-
Copy full SHA for 8d668ac - Browse repository at this point
Copy the full SHA 8d668acView commit details
Commits on Nov 21, 2018
-
BEST_MATCHING_HANDLER_ATTRIBUTE for spring-webmvc
Issue: SPR-17518
Configuration menu - View commit details
-
Copy full SHA for abacc6d - Browse repository at this point
Copy the full SHA abacc6dView commit details
Commits on Nov 22, 2018
-
SerializedBeanFactoryReference falls back to dummy with specific id
Issue: SPR-17508 (cherry picked from commit f5aeb81)
Configuration menu - View commit details
-
Copy full SHA for 22f4b1c - Browse repository at this point
Copy the full SHA 22f4b1cView commit details -
FastByteArrayOutputStream.read byte-to-int conversion
Issue: SPR-17492
Configuration menu - View commit details
-
Copy full SHA for ed9afa3 - Browse repository at this point
Copy the full SHA ed9afa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85b5c5a - Browse repository at this point
Copy the full SHA 85b5c5aView commit details
Commits on Nov 23, 2018
-
DefaultResponseErrorHandler detects non-standard error code as well
Issue: SPR-17439
Configuration menu - View commit details
-
Copy full SHA for 1c1b942 - Browse repository at this point
Copy the full SHA 1c1b942View commit details
Commits on Nov 24, 2018
-
Upgrade to Tomcat 8.5.35, Netty 4.1.31, Gson 2.8.5, Jackson 2.8.11.3
Also includes Apache HttpClient 4.5.6 and HttpAsyncClient 4.1.4.
Configuration menu - View commit details
-
Copy full SHA for cf8479c - Browse repository at this point
Copy the full SHA cf8479cView commit details
Commits on Nov 25, 2018
-
ResolvableType-based matching consistently respects generic factory m…
…ethod return type (even for pre-initialized raw singleton instance) Issue: SPR-17524 (cherry picked from commit ebbe14c)
Configuration menu - View commit details
-
Copy full SHA for e9f7c35 - Browse repository at this point
Copy the full SHA e9f7c35View commit details -
Revised alias definition example in reference documentation
Issue: SPR-17536
Configuration menu - View commit details
-
Copy full SHA for 9600e01 - Browse repository at this point
Copy the full SHA 9600e01View commit details
Commits on Nov 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ca50a47 - Browse repository at this point
Copy the full SHA ca50a47View commit details
There are no files selected for viewing