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


   [![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.8` -> `5.3.9` | 
[![age](https://badges.renovateapi.com/packages/maven/org.springframework:spring-framework-bom/5.3.9/age-slim)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![adoption](https://badges.renovateapi.com/packages/maven/org.springframework:spring-framework-bom/5.3.9/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![passing](https://badges.renovateapi.com/packages/maven/org.springframework:spring-framework-bom/5.3.9/compatibility-slim/5.3.8)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![confidence](https://badges.renovateapi.com/packages/maven/org.springframework:spring-framework-bom/5.3.9/confidence-slim/5.3.8)](https://docs.renovatebot.com/merge-confidence/)
 |
   
   ---
   
   ### Release Notes
   
   <details>
   <summary>spring-projects/spring-framework</summary>
   
   ### 
[`v5.3.9`](https://togithub.com/spring-projects/spring-framework/releases/v5.3.9)
   
   ##### :star: New Features
   
   -   Configure CommonsMultipartResolver to support specific HTTP methods 
[#&#8203;27161](https://togithub.com/spring-projects/spring-framework/issues/27161)
   -   Allow BeanDefinitionBuilder to set an instance supplier with a 
ResolvableType 
[#&#8203;27160](https://togithub.com/spring-projects/spring-framework/issues/27160)
   -   Reason of `@ResponseStatus` on handler method is not resolved by 
MessageSource 
[#&#8203;27156](https://togithub.com/spring-projects/spring-framework/issues/27156)
   -   ResourceHandlerRegistry#getHandlerMapping should initialize handler once 
in outer loop 
[#&#8203;27153](https://togithub.com/spring-projects/spring-framework/issues/27153)
   -   Set synthetic flag using BeanDefinitionBuilder 
[#&#8203;27141](https://togithub.com/spring-projects/spring-framework/issues/27141)
   -   BeanCreationException error message should always include declaring 
class of constructor (or factory method) 
[#&#8203;27139](https://togithub.com/spring-projects/spring-framework/issues/27139)
   -   Improve Jetty 10 check in JettyClientHttpResponse 
[#&#8203;27136](https://togithub.com/spring-projects/spring-framework/issues/27136)
   -   Jetty10RequestUpgradeStrategy use an old jetty 9 class HandshakeRFC6455 
[#&#8203;27121](https://togithub.com/spring-projects/spring-framework/issues/27121)
   -   ClassNotFoundException using Jetty 10 and its reactive client 
[#&#8203;27112](https://togithub.com/spring-projects/spring-framework/issues/27112)
   -   Use StringBuilder.append(char) where possible 
[#&#8203;27098](https://togithub.com/spring-projects/spring-framework/issues/27098)
   -   Consider "wss" and "https" for secure flag in Forwarded header checks 
[#&#8203;27097](https://togithub.com/spring-projects/spring-framework/issues/27097)
   -   SynchronossPartHttpMessageReader should only create temp directory when 
needed 
[#&#8203;27092](https://togithub.com/spring-projects/spring-framework/issues/27092)
   -   Implement equals, hashCode, & toString in BeanMethod and \*Metadata 
types 
[#&#8203;27076](https://togithub.com/spring-projects/spring-framework/issues/27076)
   -   Remove logging dependency in BeanUtils 
[#&#8203;27070](https://togithub.com/spring-projects/spring-framework/issues/27070)
   -   Exclude sealed interfaces from auto-proxying (for JDK 17 compatibility) 
[#&#8203;27027](https://togithub.com/spring-projects/spring-framework/issues/27027)
   -   Blockhound error when running with transaction with a 
TransactionOperator 
[#&#8203;26955](https://togithub.com/spring-projects/spring-framework/issues/26955)
   -   Configure StandardServletMultipartResolver to only support 
multipart/form-data 
[#&#8203;26826](https://togithub.com/spring-projects/spring-framework/issues/26826)
   -   Add a way to set executeExistingDelayedTasksAfterShutdown from 
ThreadPoolTaskScheduler 
[#&#8203;26719](https://togithub.com/spring-projects/spring-framework/issues/26719)
   -   Apply dynamic changes in ThreadPoolTaskExecutor before setting local 
value 
[#&#8203;26700](https://togithub.com/spring-projects/spring-framework/pull/26700)
   
   ##### :beetle: Bug Fixes
   
   -   JettyHttpHandlerAdapter is not aware of Server\[Request|Response]Wrapper 
[#&#8203;27146](https://togithub.com/spring-projects/spring-framework/issues/27146)
   -   {\*path} pattern (CaptureTheRestPathElement) includes undocumented 
leading slash in `@PathVariable` path 
[#&#8203;27132](https://togithub.com/spring-projects/spring-framework/issues/27132)
   -   NoSuchMethodError when invoke JettyWebSocketSession.getRemoteAddress in 
jetty 10 
[#&#8203;27120](https://togithub.com/spring-projects/spring-framework/issues/27120)
   -   CronExpression is *still* broken on spring-context-5.3.8 
[#&#8203;27117](https://togithub.com/spring-projects/spring-framework/issues/27117)
   -   SimpleMethodMetadataReadingVisitor.Source.toString() omits separator for 
method arguments 
[#&#8203;27095](https://togithub.com/spring-projects/spring-framework/issues/27095)
   -   DefaultPathSegment allows shared empty parameters map to be mutated 
[#&#8203;27064](https://togithub.com/spring-projects/spring-framework/issues/27064)
   -   AOP auto-proxying with proxyTargetClass=true and introduction advice 
does not work for JDK proxy targets 
[#&#8203;27044](https://togithub.com/spring-projects/spring-framework/issues/27044)
   -   ServletRequestDataBinder assumes Standard servlet multipart handling 
[#&#8203;26999](https://togithub.com/spring-projects/spring-framework/issues/26999)
   -   DataClassRowMapper should not override Kotlin init properties 
[#&#8203;26569](https://togithub.com/spring-projects/spring-framework/pull/26569)
   
   ##### :notebook_with_decorative_cover: Documentation
   
   -   Add Javadoc `@since` to `BeanDefinitionBuilder.setSynthetic()` 
[#&#8203;27155](https://togithub.com/spring-projects/spring-framework/pull/27155)
   -   Fix link to Javadoc API 
[#&#8203;27151](https://togithub.com/spring-projects/spring-framework/pull/27151)
   -   Added description for HandlerInterceptor 
[#&#8203;27122](https://togithub.com/spring-projects/spring-framework/pull/27122)
   -   Fix typo in core-beans.adoc 
[#&#8203;27113](https://togithub.com/spring-projects/spring-framework/pull/27113)
   -   Fix typo in BeanDefinitionDsl.kt 
[#&#8203;27105](https://togithub.com/spring-projects/spring-framework/pull/27105)
   -   Improve docs for getContentAsByteArray method of 
ContentCachingRequestWrapper 
[#&#8203;27068](https://togithub.com/spring-projects/spring-framework/issues/27068)
   -   Fix explanation on default settings for content negotiation in reference 
doc 
[#&#8203;27067](https://togithub.com/spring-projects/spring-framework/pull/27067)
   -   Document that any `@Valid*` annotation triggers validation in the 
reference manual 
[#&#8203;27050](https://togithub.com/spring-projects/spring-framework/issues/27050)
   -   Improve RequestPartMethodArgumentResolver Javadoc 
[#&#8203;27043](https://togithub.com/spring-projects/spring-framework/pull/27043)
   -   Improve RequestResponseBodyMethodProcessor Javadoc 
[#&#8203;27042](https://togithub.com/spring-projects/spring-framework/pull/27042)
   -   Clarify that baseName in ResourceBundleMessageSource does not support 
multiple locations 
[#&#8203;27038](https://togithub.com/spring-projects/spring-framework/issues/27038)
   -   Link alternate documentation formats 
[#&#8203;27015](https://togithub.com/spring-projects/spring-framework/pull/27015)
   
   ##### :hammer: Dependency Upgrades
   
   -   Compatibility with HtmlUnit 2.51 
[#&#8203;27147](https://togithub.com/spring-projects/spring-framework/issues/27147)
   -   Upgrade to ASM 9.2 (for early Java 18 support) 
[#&#8203;27069](https://togithub.com/spring-projects/spring-framework/issues/27069)
   -   Upgrade to Kotlin 1.5.21 
[#&#8203;27110](https://togithub.com/spring-projects/spring-framework/issues/27110)
   -   Upgrade to Kotlin Coroutines 1.5.1 
[#&#8203;27157](https://togithub.com/spring-projects/spring-framework/issues/27157)
   -   Upgrade to Mockk 1.11.0 
[#&#8203;27109](https://togithub.com/spring-projects/spring-framework/issues/27109)
   -   Upgrade to Reactor 2020.0.9 
[#&#8203;27158](https://togithub.com/spring-projects/spring-framework/issues/27158)
   
   ##### :heart: Contributors
   
   We'd like to thank all the contributors who worked on this release!
   
   -   [@&#8203;hrybs](https://togithub.com/hrybs)
   -   [@&#8203;filiphr](https://togithub.com/filiphr)
   -   [@&#8203;takumi34](https://togithub.com/takumi34)
   -   [@&#8203;diguage](https://togithub.com/diguage)
   -   [@&#8203;dennie170](https://togithub.com/dennie170)
   -   [@&#8203;duan847](https://togithub.com/duan847)
   -   [@&#8203;Dunemaster](https://togithub.com/Dunemaster)
   -   [@&#8203;izeye](https://togithub.com/izeye)
   -   [@&#8203;GungnirLaevatain](https://togithub.com/GungnirLaevatain)
   -   [@&#8203;Buzzardo](https://togithub.com/Buzzardo)
   -   [@&#8203;devorio](https://togithub.com/devorio)
   -   [@&#8203;HubertWo](https://togithub.com/HubertWo)
   -   [@&#8203;sangyongchoi](https://togithub.com/sangyongchoi)
   
   </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 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.

To unsubscribe, e-mail: [email protected]

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


Reply via email to