Update dependency org.springframework:spring-webmvc to v4.3.15.RELEASE - autoclosed #56
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.0.RELEASE
->4.3.15.RELEASE
By merging this PR, the issue #31 will be automatically resolved and closed:
Reachable
Unreachable
Reachable
Release Notes
spring-projects/spring-framework (org.springframework:spring-webmvc)
v4.3.15.RELEASE
: 4.3.15 ReleaseCompare Source
⭐ New Features
@DependsOn
throws a NoSuchBeanDefinitionException it should include the dependent bean for clarity [SPR-16628] #21169🪲 Bug Fixes
📔 Documentation
@Transactional
with AspectJ [SPR-16552] #21095@Scope
not inherited from base class [SPR-16602] #21143v4.3.14.RELEASE
: 4.3.14 ReleaseCompare Source
⭐ New Features
🪲 Bug Fixes
@Retryable
and@Scheduled
/@JmsListener
doesn't work [SPR-16196] #20744@JmsListener
concurrency 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
@ModelAttribute
binding 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
@RequestParam
argument is null in multipart/form-data POST [SPR-15918] #20472@RequestParam
[SPR-15919] #20473v4.3.11.RELEASE
: 4.3.11 ReleaseCompare Source
⭐ New Features
@Lazy
collection of optional elements should not crash when no candidates are found [SPR-15858] #20413🪲 Bug Fixes
@Lazy
validator [SPR-15807] #20362@Configuration
class [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
@Lazy
validator [SPR-15629] #20188@EnableAsync
's javadoc) [SPR-15566] #20125📔 Documentation
v4.3.8.RELEASE
: 4.3.8 ReleaseCompare Source
⭐ New Features
@Lookup
methods within@Configuration
classes [SPR-15316] #19879@ResponseStatus
annotation for each request [SPR-15227] #19792🪲 Bug Fixes
📔 Documentation
@ControllerAdvice
Javadoc to discuss ordering [SPR-15432] #19993v4.3.7.RELEASE
: 4.3.7 ReleaseCompare Source
⭐ New Features
🪲 Bug Fixes
@Configuration
processing fails to handle AbstractFactoryBean.getObject() calls [SPR-15275] #19840@RestController
@GetMapping
methods [SPR-15261] #19826@CacheResult
does not seamlessly call method (in contrast to@Cacheable
) [SPR-15188] #19754📔 Documentation
v4.3.6.RELEASE
: 4.3.6 ReleaseCompare Source
⭐ New Features
@Bean
methods within@Configuration
classes [SPR-15069] #19635@Aspect
pointcut declarations do not support dynamically loaded classes [SPR-15040] #19606@Bean
methods [SPR-14960] #19527@Lookup
methods not registered in case of classpath scanning [SPR-14550] #19118@Bean
registration order within Class-reflected configuration classes [SPR-14505] #19074🪲 Bug Fixes
@kotlin
.Metadata Annotation [SPR-15055] #19621📔 Documentation