You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2021/01/12 08:35:50 UTC

[GitHub] [fineract] renovate-bot opened a new pull request #1570: chore(deps): update dependency org.springframework:spring-framework-bom to v5.3.3

renovate-bot opened a new pull request #1570:
URL: https://github.com/apache/fineract/pull/1570


   [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
   
   This PR contains the following updates:
   
   | Package | Update | Change |
   |---|---|---|
   | [org.springframework:spring-framework-bom](https://togithub.com/spring-projects/spring-framework) | patch | `5.3.2` -> `5.3.3` |
   
   ---
   
   ### Release Notes
   
   <details>
   <summary>spring-projects/spring-framework</summary>
   
   ### [`v5.3.3`](https://togithub.com/spring-projects/spring-framework/releases/v5.3.3)
   
   #### :star: New Features
   
   -   Add null check for ExceptionHandlerMethodResolvers [#&#8203;26339](https://togithub.com/spring-projects/spring-framework/pull/26339)
   -   ClassNotFoundException: ExchangeFunction when using WebTestClient with Spring MVC [#&#8203;26308](https://togithub.com/spring-projects/spring-framework/issues/26308)
   -   Early support for JDK 17 [#&#8203;26307](https://togithub.com/spring-projects/spring-framework/issues/26307)
   -   Assertion error details lost in rethrow in assertWithDiagnostics [#&#8203;26303](https://togithub.com/spring-projects/spring-framework/issues/26303)
   -   Update ReactiveAdapterRegistry to do classpath checks at class initialization [#&#8203;26295](https://togithub.com/spring-projects/spring-framework/issues/26295)
   -   Problem with `@Schedule` with Quartz features in CronExpression  [#&#8203;26289](https://togithub.com/spring-projects/spring-framework/issues/26289)
   -   Make use of abortOnRequest in Jetty Reactive HttpClient [#&#8203;26287](https://togithub.com/spring-projects/spring-framework/issues/26287)
   -   Update OncePerRequestFilter.isAsyncDispatch to use HttpServletRequest.getDispatcherType() [#&#8203;26282](https://togithub.com/spring-projects/spring-framework/issues/26282)
   -   Introduce computeAttribute() in AttributeAccessor [#&#8203;26281](https://togithub.com/spring-projects/spring-framework/issues/26281)
   -   Translate PostgreSQL code 21000 (cardinality_violation) [#&#8203;26276](https://togithub.com/spring-projects/spring-framework/issues/26276)
   -   Consistent type resolution handling for NullBean [#&#8203;26271](https://togithub.com/spring-projects/spring-framework/issues/26271)
   -   Defensively handle loadClass null result in BeanUtils.findEditorByConvention (against misbehaving ClassLoader impl such as in the GWT JettyLauncher) [#&#8203;26252](https://togithub.com/spring-projects/spring-framework/issues/26252)
   -   Subscriber context not propagated to WebSocketHandler for Tomcat websockets [#&#8203;26210](https://togithub.com/spring-projects/spring-framework/issues/26210)
   -   Introduce ApplicationEvents abstraction to capture application events published during a test [#&#8203;25616](https://togithub.com/spring-projects/spring-framework/pull/25616)
   -   Spring AOP should not apply UndeclaredThrowableException to checked exceptions from Kotlin methods [#&#8203;23844](https://togithub.com/spring-projects/spring-framework/issues/23844)
   
   #### :beetle: Bug Fixes
   
   -   Cannot remove headers from httpHeaders.keySet() in WebFlux [#&#8203;26361](https://togithub.com/spring-projects/spring-framework/issues/26361)
   -   ClassCastException handling at SimpleApplicationEventMulticaster of payload items [#&#8203;26349](https://togithub.com/spring-projects/spring-framework/issues/26349)
   -   DefaultPartHttpMessageReader creates live resources that won't be shut down [#&#8203;26347](https://togithub.com/spring-projects/spring-framework/issues/26347)
   -   Sending empty Flux to RSocket channel causes DecodingException: JSON decoding error: No content to map due to end-of-input [#&#8203;26344](https://togithub.com/spring-projects/spring-framework/issues/26344)
   -   Fix implementation of isOpen() in ReactorNettyWebSocketSession [#&#8203;26341](https://togithub.com/spring-projects/spring-framework/pull/26341)
   -   Remove obsolete commandName attribute in spring-form.tld [#&#8203;26337](https://togithub.com/spring-projects/spring-framework/issues/26337)
   -   The response has a duplicate "Content-Length" header when get by range header [#&#8203;26330](https://togithub.com/spring-projects/spring-framework/issues/26330)
   -   `@ExceptionHandler` methods not invokable if matched on exception's cause level > 1 [#&#8203;26317](https://togithub.com/spring-projects/spring-framework/issues/26317)
   -   Switch to PathPatternParser for Spring MVC breaks welcome page auto configuration [#&#8203;26318](https://togithub.com/spring-projects/spring-framework/issues/26318)
   -   CronExpression cannot parse combination of step values [#&#8203;26313](https://togithub.com/spring-projects/spring-framework/issues/26313)
   -   Fix JdbcOperations.queryForObject/queryForList extensions [#&#8203;26312](https://togithub.com/spring-projects/spring-framework/issues/26312)
   -   ClassCastException during websocket upgrade for mutated request [#&#8203;26304](https://togithub.com/spring-projects/spring-framework/issues/26304)
   -   kotlinx.serialization should not be used for Java interfaces implemented by Java classes [#&#8203;26298](https://togithub.com/spring-projects/spring-framework/issues/26298)
   -   NettyHeadersAdapter.add() accepts `@Nullable` value but throws NullPointerException [#&#8203;26274](https://togithub.com/spring-projects/spring-framework/issues/26274)
   -   Lots of boundedElastic-evictor TIMED_WAITING threads related to form data requests [#&#8203;26263](https://togithub.com/spring-projects/spring-framework/issues/26263)
   -   No originalFilename in MockMultipartFile now leads to add it just as part [#&#8203;26261](https://togithub.com/spring-projects/spring-framework/issues/26261)
   -   UriComponentsBuilder fromUriString cannot parse File URI [#&#8203;26258](https://togithub.com/spring-projects/spring-framework/issues/26258)
   
   #### :notebook_with_decorative_cover: Documentation
   
   -   Slow prototype bean creation when migrating spring-boot 2.3.5 -> 2.4.1 [#&#8203;26369](https://togithub.com/spring-projects/spring-framework/issues/26369)
   -   Application built against Spring Framework 5.3 breaks deployment to Wildfly 9 [#&#8203;26355](https://togithub.com/spring-projects/spring-framework/issues/26355)
   -   Improve MockMvc samples in reference to show where static imports come from [#&#8203;26311](https://togithub.com/spring-projects/spring-framework/issues/26311)
   -   MultipartFile.getOriginalFilename() documentation should warn user not to use it as destination file name [#&#8203;26299](https://togithub.com/spring-projects/spring-framework/issues/26299)
   -   Spring data DomainClassConverter broken with Spring 5.3 in case of missing entity [#&#8203;26296](https://togithub.com/spring-projects/spring-framework/issues/26296)
   -   Document initialization and shutdown logging semantics for the TestContext framework [#&#8203;25385](https://togithub.com/spring-projects/spring-framework/issues/25385)
   
   #### :hammer: Dependency Upgrades
   
   -   Upgrade to Reactor 2020.0.3 [#&#8203;26367](https://togithub.com/spring-projects/spring-framework/issues/26367)
   -   Upgrade to Hibernate Validator 6.2 [#&#8203;26255](https://togithub.com/spring-projects/spring-framework/issues/26255)
   
   #### :heart: Contributors
   
   We'd like to thank all the contributors who worked on this release!
   
   -   [@&#8203;izeye](https://togithub.com/izeye)
   -   [@&#8203;runningcode](https://togithub.com/runningcode)
   -   [@&#8203;Alexscari7](https://togithub.com/Alexscari7)
   -   [@&#8203;diguage](https://togithub.com/diguage)
   -   [@&#8203;mattisonchao](https://togithub.com/mattisonchao)
   -   [@&#8203;liaozan](https://togithub.com/liaozan)
   -   [@&#8203;odrotbohm](https://togithub.com/odrotbohm)
   
   </details>
   
   ---
   
   ### Renovate configuration
   
   :date: **Schedule**: At any time (no schedule defined).
   
   :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
   
   :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
   
   :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
   
   ---
   
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
   
   ---
   
   This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/apache/fineract).


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [fineract] vorburger merged pull request #1570: chore(deps): update dependency org.springframework:spring-framework-bom to v5.3.3

Posted by GitBox <gi...@apache.org>.
vorburger merged pull request #1570:
URL: https://github.com/apache/fineract/pull/1570


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org