Spring v5.0.15.RELEASE Release Notes
Release Date: 2019-08-02 // almost 4 years ago-
๐ฑ โญ๏ธ New Features
- ๐ Javadoc missing on some public BeanDefinitionParserDelegate methods #23398
- ๐ Thread-safe removal of destruction callbacks in web scopes #23118
- Guard against ConcurrentModificationExceptions in the systemProperties PropertySource #23112
- ๐ Avoid expensive assertions in web resource resolution #22964
๐ฑ ๐ Bug Fixes
- Session.close() accidentally triggers creation of TransactionAwareDataSourceProxy Connection #23396
- MethodParameter.equals is too coarse-grained for its use in HandlerMethodArgumentResolverComposite #23386
- ResolvableType.forRawClass fails isAssignable against TypeVariable #23322
- FlashMapManager throws StringIndexOutOfBoundsException for empty target URL path #23245
- MappingMediaTypeFileExtensionResolver ConcurrentModificationException #23113
- ๐ Fix MockHttpServletRequest.setCookies to produce single Cookie header #23085
- ๐ Fix ScriptUtils for MS Windows line ending #23027
๐ Documentation
- ๐ Improve documentation for
@Autowired
constructors #23309 - ๐ Document that Ordered is not supported for
@ControllerAdvice
beans #23173 - Reintroduce author list and copyright notice #23080
- ๐ spring-mvc.xsd stale-if-error attribute documentation incorrect #23000
- AbstractBeanDefinition.getBeanClass() javadoc misleads about returning null #22966