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


   [![WhiteSource 
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
   
   This PR contains the following updates:
   
   | Package | Change | Age | Adoption | Passing | Confidence |
   |---|---|---|---|---|---|
   | 
[org.springframework:spring-framework-bom](https://togithub.com/spring-projects/spring-framework)
 | `5.3.9` -> `5.3.10` | 
[![age](https://badges.renovateapi.com/packages/maven/org.springframework:spring-framework-bom/5.3.10/age-slim)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![adoption](https://badges.renovateapi.com/packages/maven/org.springframework:spring-framework-bom/5.3.10/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![passing](https://badges.renovateapi.com/packages/maven/org.springframework:spring-framework-bom/5.3.10/compatibility-slim/5.3.9)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![confidence](https://badges.renovateapi.com/packages/maven/org.springframework:spring-framework-bom/5.3.10/confidence-slim/5.3.9)](https://docs.renovatebot.com/merge-confidence/)
 |
   
   ---
   
   ### Release Notes
   
   <details>
   <summary>spring-projects/spring-framework</summary>
   
   ### 
[`v5.3.10`](https://togithub.com/spring-projects/spring-framework/releases/v5.3.10)
   
   #### :star: New Features
   
   -   Invalid JavaBean property 'logoutHandlers' being accessed (warning in 
the logs for Spring Security's ConcurrentSessionFilter) 
[#&#8203;27372](https://togithub.com/spring-projects/spring-framework/issues/27372)
   -   Convenient configuration of type permissions for XStream 1.4.18 
[#&#8203;27343](https://togithub.com/spring-projects/spring-framework/issues/27343)
   -   Add SmallRye Mutiny support to ReactiveAdapterRegistry 
[#&#8203;27331](https://togithub.com/spring-projects/spring-framework/pull/27331)
   -   Introduce `ExceptionCollector` testing utility 
[#&#8203;27316](https://togithub.com/spring-projects/spring-framework/issues/27316)
   -   Support `TimeUnit` in the `@Scheduled` annotation 
[#&#8203;27309](https://togithub.com/spring-projects/spring-framework/pull/27309)
   -   Make it possible to determine if circular references are prohibited or 
if the cycle just couldn't be broken 
[#&#8203;27289](https://togithub.com/spring-projects/spring-framework/issues/27289)
   -   Support Charset for character encoding in MockMvc 
[#&#8203;27231](https://togithub.com/spring-projects/spring-framework/issues/27231)
   -   Support default character encoding for response in MockMvc 
[#&#8203;27230](https://togithub.com/spring-projects/spring-framework/issues/27230)
   -   Introduce `setDefaultCharacterEncoding()` in `MockHttpServletResponse` 
[#&#8203;27214](https://togithub.com/spring-projects/spring-framework/issues/27214)
   -   Use MessageSource for `@ExceptionHandler` methods 
[#&#8203;27203](https://togithub.com/spring-projects/spring-framework/pull/27203)
   -   ResponseStatusException.initCause always throws IllegalStateException 
[#&#8203;27196](https://togithub.com/spring-projects/spring-framework/issues/27196)
   -   Introduce soft assertions for WebTestClient 
[#&#8203;26969](https://togithub.com/spring-projects/spring-framework/pull/26969)
   -   Introduce soft assertions for MockMvc 
[#&#8203;26917](https://togithub.com/spring-projects/spring-framework/pull/26917)
   -   Blockhound flags a blocking call when WebFlux serves a static resource 
[#&#8203;26631](https://togithub.com/spring-projects/spring-framework/issues/26631)
   -   Optimize memory allocations in StringUtils#cleanPath 
[#&#8203;26316](https://togithub.com/spring-projects/spring-framework/pull/26316)
   -   InvocableHandlerMethod calls makeAccessible(getBridgedMethod()) on every 
call \[SPR-15230] 
[#&#8203;19795](https://togithub.com/spring-projects/spring-framework/issues/19795)
   
   #### :lady_beetle: Bug Fixes
   
   -   Support char, float, and double primitive default values in 
BeanUtils.instantiateClass() 
[#&#8203;27390](https://togithub.com/spring-projects/spring-framework/pull/27390)
   -   Fix memory leak on AOP Proxy class definition cache 
[#&#8203;27375](https://togithub.com/spring-projects/spring-framework/pull/27375)
   -   Fix response body missing 1st byte inside UnknownContentTypeException 
[#&#8203;27374](https://togithub.com/spring-projects/spring-framework/pull/27374)
   -   CommonsMultipartResolver and DEBUG logging lead to empty fileMap in 
MultipartHttpServletRequest 
[#&#8203;27350](https://togithub.com/spring-projects/spring-framework/issues/27350)
   -   Fix UrlPathHelper#shouldRemoveSemicolonContent() 
[#&#8203;27303](https://togithub.com/spring-projects/spring-framework/pull/27303)
   -   CompositeUriComponentsContributor#hasContributors: method name is not 
compliant with its intention 
[#&#8203;27271](https://togithub.com/spring-projects/spring-framework/issues/27271)
   -   Error with formatMapping method in AbstractMethodMessageHandler.java 
[#&#8203;27247](https://togithub.com/spring-projects/spring-framework/issues/27247)
   -   Apply default `ResultHandler`s before default `ResultMatcher`s in 
`MockMvc` 
[#&#8203;27225](https://togithub.com/spring-projects/spring-framework/issues/27225)
   -   `MockHttpServletResponse.characterEncoding` should not be `@Nullable` 
[#&#8203;27219](https://togithub.com/spring-projects/spring-framework/issues/27219)
   -   WebSocketMessageBrokerStats.getExecutorStatsInfo() throws exception if 
Executor is not a ThreadPoolExecutor 
[#&#8203;27209](https://togithub.com/spring-projects/spring-framework/issues/27209)
   -   `HtmlUnitRequestBuilder` ignores file uploaded via 
`HtmlFileInput.setData()` 
[#&#8203;27199](https://togithub.com/spring-projects/spring-framework/issues/27199)
   
   #### :notebook_with_decorative_cover: Documentation
   
   -   Fix wording in Javadoc of ClientResponse.mutate() 
[#&#8203;27389](https://togithub.com/spring-projects/spring-framework/pull/27389)
   -   Fix some typos and mistakes in docs 
[#&#8203;27388](https://togithub.com/spring-projects/spring-framework/pull/27388)
   -   Fix misplaced comma in AOP doc 
[#&#8203;27387](https://togithub.com/spring-projects/spring-framework/pull/27387)
   -   Fix Kotlin example for filtering handler functions 
[#&#8203;27337](https://togithub.com/spring-projects/spring-framework/pull/27337)
   -   Document when `prepareTestInstance()` is invoked when using the 
`SpringMethodRule` 
[#&#8203;27305](https://togithub.com/spring-projects/spring-framework/issues/27305)
   -   Fix duplicated "the" occurrences in Javadoc and XSD 
[#&#8203;27291](https://togithub.com/spring-projects/spring-framework/pull/27291)
   -   Fix typo in DefaultPartHttpMessageReader 
[#&#8203;27260](https://togithub.com/spring-projects/spring-framework/pull/27260)
   -   Fix reference to Optional.isPresent() in ObjectUtils.isEmpty() 
[#&#8203;27223](https://togithub.com/spring-projects/spring-framework/pull/27223)
   -   Clarify that ClientRequest.from(..) also copies body 
[#&#8203;27220](https://togithub.com/spring-projects/spring-framework/pull/27220)
   -   `@Cacheable` caches empty Optionals but documentation states otherwise 
[#&#8203;27184](https://togithub.com/spring-projects/spring-framework/issues/27184)
   -   Reference docs missing left-hand side navigation 
[#&#8203;27177](https://togithub.com/spring-projects/spring-framework/issues/27177)
   
   #### :hammer: Dependency Upgrades
   
   -   Compatibility with Jackson 2.13 
[#&#8203;27206](https://togithub.com/spring-projects/spring-framework/issues/27206)
   -   Upgrade to JUnit 5.8 
[#&#8203;27392](https://togithub.com/spring-projects/spring-framework/issues/27392)
   -   Upgrade to Kotlin 1.5.30 
[#&#8203;27371](https://togithub.com/spring-projects/spring-framework/issues/27371)
   -   Upgrade to Reactor 2020.0.11 
[#&#8203;27399](https://togithub.com/spring-projects/spring-framework/issues/27399)
   
   #### :heart: Contributors
   
   We'd like to thank all the contributors who worked on this release!
   
   -   [@&#8203;leeseojune53](https://togithub.com/leeseojune53)
   -   [@&#8203;AlexejTimonin](https://togithub.com/AlexejTimonin)
   -   [@&#8203;joshua-qa](https://togithub.com/joshua-qa)
   -   [@&#8203;wilkinsona](https://togithub.com/wilkinsona)
   -   [@&#8203;marschall](https://togithub.com/marschall)
   -   [@&#8203;philwebb](https://togithub.com/philwebb)
   -   [@&#8203;hantsy](https://togithub.com/hantsy)
   -   [@&#8203;juchanei](https://togithub.com/juchanei)
   -   [@&#8203;izeye](https://togithub.com/izeye)
   -   [@&#8203;takeaction21](https://togithub.com/takeaction21)
   -   [@&#8203;yokotaso](https://togithub.com/yokotaso)
   -   [@&#8203;gushev](https://togithub.com/gushev)
   -   [@&#8203;Yin-Jui](https://togithub.com/Yin-Jui)
   -   [@&#8203;evpaassen](https://togithub.com/evpaassen)
   -   [@&#8203;matvs](https://togithub.com/matvs)
   -   [@&#8203;crlikcngroup](https://togithub.com/crlikcngroup)
   -   [@&#8203;ydh6226](https://togithub.com/ydh6226)
   -   [@&#8203;knittl](https://togithub.com/knittl)
   -   [@&#8203;Inmord](https://togithub.com/Inmord)
   -   [@&#8203;benelog](https://togithub.com/benelog)
   -   [@&#8203;Axzial](https://togithub.com/Axzial)
   -   [@&#8203;quaff](https://togithub.com/quaff)
   -   [@&#8203;di72nn](https://togithub.com/di72nn)
   -   [@&#8203;aoudiamoncef](https://togithub.com/aoudiamoncef)
   -   [@&#8203;lyxell](https://togithub.com/lyxell)
   -   [@&#8203;mustafau](https://togithub.com/mustafau)
   -   [@&#8203;xak2000](https://togithub.com/xak2000)
   -   [@&#8203;manish-in-java](https://togithub.com/manish-in-java)
   -   [@&#8203;wyhasany](https://togithub.com/wyhasany)
   -   [@&#8203;GrantFleming](https://togithub.com/GrantFleming)
   -   [@&#8203;w3-3w](https://togithub.com/w3-3w)
   -   [@&#8203;Syuziko](https://togithub.com/Syuziko)
   
   </details>
   
   ---
   
   ### Configuration
   
   📅 **Schedule**: At any time (no schedule defined).
   
   🚦 **Automerge**: Disabled by config. Please merge this manually once you are 
satisfied.
   
   â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry 
checkbox.
   
   🔕 **Ignore**: Close this PR and you won't be reminded about these updates 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to