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

   [![Mend 
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.24` -> `6.0.3` | 
[![age](https://badges.renovateapi.com/packages/maven/org.springframework:spring-framework-bom/6.0.3/age-slim)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![adoption](https://badges.renovateapi.com/packages/maven/org.springframework:spring-framework-bom/6.0.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![passing](https://badges.renovateapi.com/packages/maven/org.springframework:spring-framework-bom/6.0.3/compatibility-slim/5.3.24)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![confidence](https://badges.renovateapi.com/packages/maven/org.springframework:spring-framework-bom/6.0.3/confidence-slim/5.3.24)](https://docs.renovatebot.com/merge-confidence/)
 |
   
   ---
   
   ### ⚠ Dependency Lookup Warnings ⚠
   
   Warnings were logged while processing this repo. Please check the Dependency 
Dashboard for more information.
   
   ---
   
   ### Release Notes
   
   <details>
   <summary>spring-projects/spring-framework</summary>
   
   ### 
[`v6.0.3`](https://togithub.com/spring-projects/spring-framework/releases/tag/v6.0.3)
   
   #### :star: New Features
   
   -   Throw PessimisticLockingFailureException/CannotAcquireLockException 
instead of plain ConcurrencyFailureException 
[#&#8203;29675](https://togithub.com/spring-projects/spring-framework/issues/29675)
   -   Introduce additional constructors in `MockClientHttpRequest` and 
`MockClientHttpResponse` 
[#&#8203;29670](https://togithub.com/spring-projects/spring-framework/issues/29670)
   -   Fall back to JdkClientHttpConnector as ClientHttpConnector 
[#&#8203;29645](https://togithub.com/spring-projects/spring-framework/pull/29645)
   -   Optimize object creation in `RequestMappingHandlerMapping#handleNoMatch` 
[#&#8203;29634](https://togithub.com/spring-projects/spring-framework/pull/29634)
   -   Align multipart codecs on client and server 
[#&#8203;29630](https://togithub.com/spring-projects/spring-framework/issues/29630)
   -   Deprecate "application/graphql+json" media type after spec changes 
[#&#8203;29617](https://togithub.com/spring-projects/spring-framework/issues/29617)
   -   HTTP interface client does not call FormHttpMessageWriter when writing 
form data 
[#&#8203;29615](https://togithub.com/spring-projects/spring-framework/issues/29615)
   -   ProblemDetail doesn't override the equals method 
[#&#8203;29606](https://togithub.com/spring-projects/spring-framework/issues/29606)
   -   Add title to SockJS iFrames for accessibility compliance 
[#&#8203;29594](https://togithub.com/spring-projects/spring-framework/pull/29594)
   -   Forbid loading of a test's `ApplicationContext` in AOT mode if AOT 
processing failed 
[#&#8203;29579](https://togithub.com/spring-projects/spring-framework/issues/29579)
   -   Deprecate JettyWebSocketClient in favor of StandardWebSocketClient 
[#&#8203;29576](https://togithub.com/spring-projects/spring-framework/issues/29576)
   -   Improve options to expose MessageSource formatted errors for a 
ProblemDetail response 
[#&#8203;29574](https://togithub.com/spring-projects/spring-framework/issues/29574)
   -   Make `@ModelAttribute` and `@InitBinder` annotations `@Reflective` 
[#&#8203;29572](https://togithub.com/spring-projects/spring-framework/issues/29572)
   -   Update `BindingReflectionHintsRegistrar` to support properties on 
records 
[#&#8203;29571](https://togithub.com/spring-projects/spring-framework/issues/29571)
   
   #### :lady_beetle: Bug Fixes
   
   -   Cannot use WebDAV methods in Spring MVC 6.0 anymore 
[#&#8203;29689](https://togithub.com/spring-projects/spring-framework/issues/29689)
   -   AnnotatedElementUtils.findMergedRepeatableAnnotations does not fetch 
results when other attributes exist in container annotation 
[#&#8203;29685](https://togithub.com/spring-projects/spring-framework/issues/29685)
   -   BeanWrapperImpl NPE in setWrappedInstance after invoking 
getPropertyValue 
[#&#8203;29681](https://togithub.com/spring-projects/spring-framework/issues/29681)
   -   SpEL `ConstructorReference` does not generate AST representation of 
arrays 
[#&#8203;29665](https://togithub.com/spring-projects/spring-framework/issues/29665)
   -   NullPointerException in BindingReflectionHintsRegistrar for anonymous 
classes 
[#&#8203;29657](https://togithub.com/spring-projects/spring-framework/issues/29657)
   -   DataBufferInputStream violates InputStream contract 
[#&#8203;29642](https://togithub.com/spring-projects/spring-framework/issues/29642)
   -   Component scanning no longer uses component index for `@Named`, 
`@ManagedBean`, and other Jakarta annotations 
[#&#8203;29641](https://togithub.com/spring-projects/spring-framework/issues/29641)
   -   Fix canWrite in PartHttpMessageWriter  
[#&#8203;29631](https://togithub.com/spring-projects/spring-framework/pull/29631)
   -   `NoHandlerFoundException` mistakenly returns request headers from 
`ErrorResponse#getHeaders` 
[#&#8203;29626](https://togithub.com/spring-projects/spring-framework/issues/29626)
   -   URI override for `@HttpExchange` doesn't work if there are both `URI` 
and `@PathVariable` method parameters 
[#&#8203;29624](https://togithub.com/spring-projects/spring-framework/issues/29624)
   -   Unnecessary parameter name introspection for constructor-arg resolution 
(leading to LocalVariableTableParameterNameDiscoverer warnings) 
[#&#8203;29612](https://togithub.com/spring-projects/spring-framework/issues/29612)
   -   Set detail from reason in both constructors of ResponseStatusException 
[#&#8203;29608](https://togithub.com/spring-projects/spring-framework/pull/29608)
   -   SpEL string literal misses single quotation marks in toStringAST() 
[#&#8203;29604](https://togithub.com/spring-projects/spring-framework/issues/29604)
   -   AOT code generation fails for bean of type `boolean` 
[#&#8203;29598](https://togithub.com/spring-projects/spring-framework/issues/29598)
   -   `request`-scoped bean with `@Lazy` fails in native image (due to missing 
detection of CGLIB lazy resolution proxies) 
[#&#8203;29584](https://togithub.com/spring-projects/spring-framework/issues/29584)
   -   500 error from WebFlux when parsing Content-Type leads to 
InvalidMediaTypeException 
[#&#8203;29565](https://togithub.com/spring-projects/spring-framework/issues/29565)
   -   ConcurrentLruCache implementation is using too much heap memory 
[#&#8203;29520](https://togithub.com/spring-projects/spring-framework/issues/29520)
   -   Duplicate key violation gets translated to 
DataIntegrityViolationException instead of DuplicateKeyException in Spring 6 
[#&#8203;29511](https://togithub.com/spring-projects/spring-framework/issues/29511)
   -   SpEL: Two double quotes are replaced by one double quote in single 
quoted `String` literal (and vice versa) 
[#&#8203;28356](https://togithub.com/spring-projects/spring-framework/issues/28356)
   
   #### :notebook_with_decorative_cover: Documentation
   
   -   Fix ErrorResponse#type documentation 
[#&#8203;29632](https://togithub.com/spring-projects/spring-framework/pull/29632)
   -   Fix typo in observability documentation 
[#&#8203;29590](https://togithub.com/spring-projects/spring-framework/pull/29590)
   -   Consistent documentation references to Jakarta WebSocket (2.1) 
[#&#8203;29581](https://togithub.com/spring-projects/spring-framework/issues/29581)
   -   Unrendered asciidoc headings in reference documentation 
[#&#8203;29569](https://togithub.com/spring-projects/spring-framework/issues/29569)
   -   Document observability support 
[#&#8203;29524](https://togithub.com/spring-projects/spring-framework/issues/29524)
   
   #### :hammer: Dependency Upgrades
   
   -   Upgrade to Apache HttpClient 5.2 
[#&#8203;29627](https://togithub.com/spring-projects/spring-framework/issues/29627)
   -   Upgrade to Gradle 7.6 
[#&#8203;29583](https://togithub.com/spring-projects/spring-framework/issues/29583)
   -   Upgrade to Micrometer 1.10.2 
[#&#8203;29678](https://togithub.com/spring-projects/spring-framework/issues/29678)
   -   Upgrade to Reactor 2022.0.1 
[#&#8203;29679](https://togithub.com/spring-projects/spring-framework/issues/29679)
   
   #### :heart: Contributors
   
   Thank you to all the contributors who worked on this release:
   
   [@&#8203;Aashay-Chapatwala](https://togithub.com/Aashay-Chapatwala), 
[@&#8203;CoderYellow](https://togithub.com/CoderYellow), 
[@&#8203;ShenFeng312](https://togithub.com/ShenFeng312), 
[@&#8203;Spark61](https://togithub.com/Spark61), 
[@&#8203;divcon](https://togithub.com/divcon), 
[@&#8203;izeye](https://togithub.com/izeye), 
[@&#8203;koo-taejin](https://togithub.com/koo-taejin), 
[@&#8203;mdeinum](https://togithub.com/mdeinum), 
[@&#8203;mhalbritter](https://togithub.com/mhalbritter), 
[@&#8203;quaff](https://togithub.com/quaff), and 
[@&#8203;singhbaljit](https://togithub.com/singhbaljit)
   
   ### 
[`v6.0.2`](https://togithub.com/spring-projects/spring-framework/releases/tag/v6.0.2)
   
   #### :star: New Features
   
   -   Rely on standard parameter name resolution in Bean Validation 3.0 
[#&#8203;29566](https://togithub.com/spring-projects/spring-framework/issues/29566)
   
   #### :lady_beetle: Bug Fixes
   
   -   ResponseStatusException does not use the reason to set the "detail" 
field 
[#&#8203;29567](https://togithub.com/spring-projects/spring-framework/issues/29567)
   -   LocalVariableTableParameterNameDiscoverer logs many warnings with 
Hibernate validation 
[#&#8203;29563](https://togithub.com/spring-projects/spring-framework/issues/29563)
   
   #### :notebook_with_decorative_cover: Documentation
   
   -   org.springframework.web.multipart.commons not found 
[#&#8203;29562](https://togithub.com/spring-projects/spring-framework/issues/29562)
   
   ### 
[`v6.0.1`](https://togithub.com/spring-projects/spring-framework/releases/tag/v6.0.1)
   
   #### :star: New Features
   
   -   Make `SourceHttpMessageConverter` optional 
[#&#8203;29535](https://togithub.com/spring-projects/spring-framework/issues/29535)
   -   Deprecate `LocalVariableTableParameterNameDiscoverer` completely 
(avoiding its exposure in native images) 
[#&#8203;29531](https://togithub.com/spring-projects/spring-framework/pull/29531)
   -   Make GeneratorStrategy.generate unreachable on native 
[#&#8203;29521](https://togithub.com/spring-projects/spring-framework/pull/29521)
   -   Update `LogAdapter` to allow build-time code removal 
[#&#8203;29506](https://togithub.com/spring-projects/spring-framework/pull/29506)
   
   #### :lady_beetle: Bug Fixes
   
   -   Unhandled exceptions should mark Servlet observation outcome as error 
[#&#8203;29512](https://togithub.com/spring-projects/spring-framework/issues/29512)
   
   #### :notebook_with_decorative_cover: Documentation
   
   -   Broken link in documentation section 6.10 
[#&#8203;29554](https://togithub.com/spring-projects/spring-framework/issues/29554)
   -   Fix Javadoc link text in BindingResult 
[#&#8203;29551](https://togithub.com/spring-projects/spring-framework/pull/29551)
   -   Fix some typos in Kotlin WebClient example code 
[#&#8203;29538](https://togithub.com/spring-projects/spring-framework/pull/29538)
   -   Fix link to Bean Utils Light Library in BeanUtils Javadoc 
[#&#8203;29534](https://togithub.com/spring-projects/spring-framework/pull/29534)
   -   Fix link to WebFlux section in reference manual 
[#&#8203;29525](https://togithub.com/spring-projects/spring-framework/pull/29525)
   -   Document RuntimeHints testing strategies 
[#&#8203;29523](https://togithub.com/spring-projects/spring-framework/issues/29523)
   -   Reorganize and modularize the Testing chapter in the reference manual 
[#&#8203;29522](https://togithub.com/spring-projects/spring-framework/issues/29522)
   -   Document switch to `SQLExceptionSubclassTranslator` in the upgrade guide 
[#&#8203;29518](https://togithub.com/spring-projects/spring-framework/issues/29518)
   -   Update documentation to mention Java 17+ baseline 
[#&#8203;29514](https://togithub.com/spring-projects/spring-framework/issues/29514)
   -   Link to Spring WebFlux section is broken 
[#&#8203;29513](https://togithub.com/spring-projects/spring-framework/issues/29513)
   -   Update javadoc of Jackson-based decoders to reflect 2.14 baseline 
[#&#8203;29508](https://togithub.com/spring-projects/spring-framework/pull/29508)
   -   Code example has callout from a different code example 
[#&#8203;29505](https://togithub.com/spring-projects/spring-framework/issues/29505)
   -   Code listing callouts are displayed incorrectly in core-beans.adoc 
[#&#8203;29457](https://togithub.com/spring-projects/spring-framework/issues/29457)
   -   Fix a syntax error in an XML listing in core-validation.adoc 
[#&#8203;29456](https://togithub.com/spring-projects/spring-framework/pull/29456)
   
   #### :hammer: Dependency Upgrades
   
   -   Upgrade to Jackson 2.14.1 
[#&#8203;29539](https://togithub.com/spring-projects/spring-framework/issues/29539)
   -   Upgrade to Kotlin 1.7.21 
[#&#8203;29543](https://togithub.com/spring-projects/spring-framework/issues/29543)
   
   #### :heart: Contributors
   
   Thank you to all the contributors who worked on this release:
   
   [@&#8203;Encyclopedias](https://togithub.com/Encyclopedias), 
[@&#8203;andregasser](https://togithub.com/andregasser), 
[@&#8203;davidcostanzo](https://togithub.com/davidcostanzo), 
[@&#8203;divcon](https://togithub.com/divcon), 
[@&#8203;jiangying000](https://togithub.com/jiangying000), 
[@&#8203;mdeinum](https://togithub.com/mdeinum), and 
[@&#8203;wilkinsona](https://togithub.com/wilkinsona)
   
   ### 
[`v6.0.0`](https://togithub.com/spring-projects/spring-framework/releases/tag/v6.0.0)
   
   See [What's New in Spring Framework 
6.x](https://togithub.com/spring-projects/spring-framework/wiki/What%27s-New-in-Spring-Framework-6.x)
 and [Upgrading to Spring Framework 
6.x](https://togithub.com/spring-projects/spring-framework/wiki/Upgrading-to-Spring-Framework-6.x)
 for upgrade instructions and details of new features.
   
   #### :star: New Features
   
   -   Avoid direct URL construction and URL equality checks 
[#&#8203;29486](https://togithub.com/spring-projects/spring-framework/issues/29486)
   -   Simplify creating RFC 7807 responses from functional endpoints  
[#&#8203;29462](https://togithub.com/spring-projects/spring-framework/issues/29462)
   -   Allow test classes to provide runtime hints via declarative mechanisms 
[#&#8203;29455](https://togithub.com/spring-projects/spring-framework/issues/29455)
   
   #### :notebook_with_decorative_cover: Documentation
   
   -   Align javadoc of DefaultParameterNameDiscoverer with its behavior 
[#&#8203;29494](https://togithub.com/spring-projects/spring-framework/pull/29494)
   -   Document AOT support in the TestContext framework 
[#&#8203;29482](https://togithub.com/spring-projects/spring-framework/issues/29482)
   -   Document Ahead of Time processing in the reference guide 
[#&#8203;29350](https://togithub.com/spring-projects/spring-framework/issues/29350)
   
   #### :hammer: Dependency Upgrades
   
   -   Upgrade to Reactor 2022.0.0 
[#&#8203;29465](https://togithub.com/spring-projects/spring-framework/issues/29465)
   
   #### :heart: Contributors
   
   Thank you to all the contributors who worked on this release:
   
   [@&#8203;ophiuhus](https://togithub.com/ophiuhus) and 
[@&#8203;wilkinsona](https://togithub.com/wilkinsona)
   
   </details>
   
   ---
   
   ### Configuration
   
   📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC), Automerge - 
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 [Mend 
Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository 
job log [here](https://app.renovatebot.com/dashboard#github/apache/fineract).
   
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjQuMCJ9-->
   


-- 
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