Bump spring-core from 3.0.5.RELEASE to 4.3.21.RELEASE in /broker-workplace by dependabot[bot] · Pull Request #28 · cherkavi/java-code-example
Bumps spring-core from 3.0.5.RELEASE to 4.3.21.RELEASE.
Release notes
Sourced from spring-core's releases.
3.2.12 Release
⭐ New Features
- Log warning for single optional constructor when no default constructor to fall back to [SPR-12161] #16775
- HttpHeaders should accept empty Content-Type header [SPR-12173] #16787
- Scheduled/JmsListenerAnnotationBeanPostProcessor needlessly scans every scoped instance [SPR-12189] #16803
- Spring HTTP clients do not enforce RFC 6265 (cookies in a single header) [SPR-12196] #16810
- Make MockRestServiceServer error messages more descriptive [SPR-12230] #16845
- Further locking optimizations for the retrieval of non-singleton beans [SPR-12250] #16864
- Log context cache statistics in the TestContext framework [SPR-12409] #17017
🪲 Bug Fixes
@Qualifierresolution fails with Spring Batch parent/child context arrangement [SPR-12191] #16805- org.springframework.context.support.LiveBeansView.generateJson(Set) generates invalid JSON when resources already double-quoted [SPR-12252] #16866
- Web Async responses force concurrentResult.toString() call [SPR-12253] #16867
- DataSourceTransactionManager closes JDBC connection on doBegin failure but leaves it attached to transaction object [SPR-12280] #16885
- Provider declaration for
@Valuemethod argument fails with TypeMismatchException [SPR-12297] #16903- Private
@Scheduledmethods end up on 'empty' proxy instance in case of CGLIB auto-proxying [SPR-12308] #16913- Directory traversal with static resource handling (CVE-2014-3625) [SPR-12354] #16959
- Tiles 2.x: TilesConfigurer NPE when no definitions found [SPR-12362] #16967
- ResponseStatusExceptionResolver does not get a MessageSource injected in the MVC Java config [SPR-12380] #16987
- ConfigurationClassUtils fails to introspect inner classes with dot name syntax (and silently ignores it) [SPR-12390] #16998
@Importin another annotation still results in double scan [SPR-12334] #16939- util:map does not recognize the attribute of value-type [SPR-10994] #15622
📔 Documentation
- ContextLoaderServlet is mentioned in doc, but does not exist [SPR-7725] #12381
3.2.11 Release
⭐ New Features
- XmlBeanDefinitionReader runs 10x slower due to resetBeanDefinition check [SPR-8318] #12966
- Exceptions thrown during AbstractApplicationContext.refresh() not being logged right when they are caught [SPR-12010] #16626
- RestTemplate with InputStreamResource does not work if Content-Length is not set [SPR-12017] #16633
🪲 Bug Fixes
- Injecting EXTENDED
@PersistenceContextinto JUnit 4 test class causes NoSuchBeanDefinitionException [SPR-8834] #13476- Exception during context refresh swallowed by subsequent LifecycleProcessor exception handling [SPR-10000] #14634
- getBean(Object.class) fails when introspecting Environment bean [SPR-10542] #15172
- UriComponentsBuilder.fromUriString may not parse correctly when there is no path [SPR-11970] #16586
- StaxStreamXMLReader ignores significant whitespace [SPR-12000] #16616
- NPE in SelectedValueComparator with null bound value [SPR-12001] #16617
- Changes to AbstractApplicationEventMulticaster in 3.2.9 break HttpSessionEventPublisher in Google AppEngine Runtime [SPR-12002] #16618
- AbstractMessageListenerContainer#doExecuteListener can cause a dropped message if using CLIENT_ACKNOWLEDGE and the container is stopped and subsequently started again. [SPR-12015] #16631
- Tiles 3 TilesViewResolver should allow for custom TilesView subclasses [SPR-12075] #16691
- MockMvc security filters causes FileUploadException: the request was rejected because no multipart boundary was found [SPR-12114] #16730
- Plain FactoryBean declaration on
@Beanmethod leads to early call (pre injection) [SPR-12141] #16755
... (truncated)
Commits
ca50a47Release version 4.3.21.RELEASE9600e01Revised alias definition example in reference documentatione9f7c35ResolvableType-based matching consistently respects generic factory method re...cf8479cUpgrade to Tomcat 8.5.35, Netty 4.1.31, Gson 2.8.5, Jackson 2.8.11.31c1b942DefaultResponseErrorHandler detects non-standard error code as well85b5c5aPolishinged9afa3FastByteArrayOutputStream.read byte-to-int conversion22f4b1cSerializedBeanFactoryReference falls back to dummy with specific idabacc6dBEST_MATCHING_HANDLER_ATTRIBUTE for spring-webmvc8d668acUp-to-date version and link in ASM/CGLIB/Objenesis package javadoc- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.