Update dependency org.springframework:spring-webmvc to v4.3.15.RELEASE#48
Open
mend-local-app[bot] wants to merge 1 commit intovp-remfrom
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.2.1.RELEASE->4.3.15.RELEASEBy merging this PR, the issue #32 will be automatically resolved and closed:
Release Notes
spring-projects/spring-framework (org.springframework:spring-webmvc)
v4.3.15.RELEASE: 4.3.15 ReleaseCompare Source
⭐ New Features
@DependsOnthrows a NoSuchBeanDefinitionException it should include the dependent bean for clarity [SPR-16628] #21169🪲 Bug Fixes
📔 Documentation
@Transactionalwith AspectJ [SPR-16552] #21095@Scopenot inherited from base class [SPR-16602] #21143v4.3.14.RELEASE: 4.3.14 ReleaseCompare Source
⭐ New Features
🪲 Bug Fixes
@Retryableand@Scheduled/@JmsListenerdoesn't work [SPR-16196] #20744@JmsListenerconcurrency property is ignored if DefaultJmsListenerContainerFactory#concurrency is set [SPR-16338] #20885📔 Documentation
v4.3.13.RELEASE: 4.3.13 ReleaseCompare Source
⭐ New Features
@Order[SPR-16090] #20639🪲 Bug Fixes
@ModelAttributebinding defined globally for particular attribute rather than per method invocation [SPR-16083] #20632📔 Documentation
v4.3.12.RELEASE: 4.3.12 ReleaseCompare Source
⭐ New Features
🪲 Bug Fixes
@RequestParamargument is null in multipart/form-data POST [SPR-15918] #20472@RequestParam[SPR-15919] #20473v4.3.11.RELEASE: 4.3.11 ReleaseCompare Source
⭐ New Features
@Lazycollection of optional elements should not crash when no candidates are found [SPR-15858] #20413🪲 Bug Fixes
@Lazyvalidator [SPR-15807] #20362@Configurationclass [SPR-14603] #19172v4.3.10.RELEASE: 4.3.10 ReleaseCompare Source
⭐ New Features
🪲 Bug Fixes
@EventListener's 'condition' doesn't work as expected with proxied beans [SPR-15678] #20237v4.3.9.RELEASE: 4.3.9 ReleaseCompare Source
⭐ New Features
@Autowired(required=false) at parameter level, as an alternative to java.util.Optional [SPR-15268] #19833🪲 Bug Fixes
@Lazyvalidator [SPR-15629] #20188@EnableAsync's javadoc) [SPR-15566] #20125📔 Documentation
v4.3.8.RELEASE: 4.3.8 ReleaseCompare Source
⭐ New Features
@Lookupmethods within@Configurationclasses [SPR-15316] #19879@ResponseStatusannotation for each request [SPR-15227] #19792🪲 Bug Fixes
📔 Documentation
@ControllerAdviceJavadoc to discuss ordering [SPR-15432] #19993v4.3.7.RELEASE: 4.3.7 ReleaseCompare Source
⭐ New Features
🪲 Bug Fixes
@Configurationprocessing fails to handle AbstractFactoryBean.getObject() calls [SPR-15275] #19840@RestController@GetMappingmethods [SPR-15261] #19826@CacheResultdoes not seamlessly call method (in contrast to@Cacheable) [SPR-15188] #19754📔 Documentation
v4.3.6.RELEASE: 4.3.6 ReleaseCompare Source
⭐ New Features
@Beanmethods within@Configurationclasses [SPR-15069] #19635@Aspectpointcut declarations do not support dynamically loaded classes [SPR-15040] #19606@Beanmethods [SPR-14960] #19527@Lookupmethods not registered in case of classpath scanning [SPR-14550] #19118@Beanregistration order within Class-reflected configuration classes [SPR-14505] #19074🪲 Bug Fixes
@kotlin.Metadata Annotation [SPR-15055] #19621📔 Documentation
v4.3.5.RELEASE: 4.3.5 ReleaseCompare Source
:star