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/02/16 12:21:02 UTC

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

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


   [![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.3` -> `5.3.4` | [![age](https://badges.renovateapi.com/packages/maven/org.springframework:spring-framework-bom/5.3.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.springframework:spring-framework-bom/5.3.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.springframework:spring-framework-bom/5.3.4/compatibility-slim/5.3.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.springframework:spring-framework-bom/5.3.4/confidence-slim/5.3.3)](https://docs.renovatebot.com/merge-confidence/) |
   
   ---
   
   ### Release Notes
   
   <details>
   <summary>spring-projects/spring-framework</summary>
   
   ### [`v5.3.4`](https://togithub.com/spring-projects/spring-framework/releases/v5.3.4)
   
   #### :star: New Features
   
   -   Enforce standard Java types in YamlProcessor [#&#8203;26530](https://togithub.com/spring-projects/spring-framework/issues/26530)
   -   Fall back on awaitToBodylessEntity when awaitBody is used with Unit [#&#8203;26504](https://togithub.com/spring-projects/spring-framework/pull/26504)
   -   Expose HttpHandler Decoration as a bean [#&#8203;26502](https://togithub.com/spring-projects/spring-framework/pull/26502)
   -   Inefficient reflection operations for destroy method determination [#&#8203;26498](https://togithub.com/spring-projects/spring-framework/issues/26498)
   -   Missing CORS Headers for Static Resources in WebFlux [#&#8203;26495](https://togithub.com/spring-projects/spring-framework/issues/26495)
   -   Ignore null Locale in MockHttpServletResponse [#&#8203;26493](https://togithub.com/spring-projects/spring-framework/issues/26493)
   -   Ignore null header value in MockHttpServletResponse [#&#8203;26488](https://togithub.com/spring-projects/spring-framework/issues/26488)
   -   Add application/vnd.google.protobuf to ProtobufCodecSupport [#&#8203;26487](https://togithub.com/spring-projects/spring-framework/pull/26487)
   -   Expose ChannelId in ReactorNettyWebsocketSession [#&#8203;26485](https://togithub.com/spring-projects/spring-framework/issues/26485)
   -   Exclude User Destination Messages in Broker Message Handler [#&#8203;26474](https://togithub.com/spring-projects/spring-framework/issues/26474)
   -   UriComponentsBuilder '{' '}' may not be encoded although invalid characters [#&#8203;26466](https://togithub.com/spring-projects/spring-framework/issues/26466)
   -   Support BASE64 file name encoding in ContentDisposition [#&#8203;26463](https://togithub.com/spring-projects/spring-framework/pull/26463)
   -   Allow AbstractEnvironment subclasses to use custom ConfigurablePropertyResolver and MutablePropertySources [#&#8203;26462](https://togithub.com/spring-projects/spring-framework/issues/26462)
   -   Allow AbstractEnvironment to bypass active/default properties [#&#8203;26461](https://togithub.com/spring-projects/spring-framework/issues/26461)
   -   No way to affect response when unhandled exceptions thrown from ForwardedHeaderTransformer [#&#8203;26459](https://togithub.com/spring-projects/spring-framework/issues/26459)
   -   Support for servletPath prefix with PathPatternParser in Spring MVC  [#&#8203;26445](https://togithub.com/spring-projects/spring-framework/issues/26445)
   -   Add unique number to WebFlux log prefix for Undertow server [#&#8203;26430](https://togithub.com/spring-projects/spring-framework/issues/26430)
   -   Provide a way to modify RequestMappingInfo conditions [#&#8203;26428](https://togithub.com/spring-projects/spring-framework/issues/26428)
   -   Provide better lifecyle for WebMvcConfigurer.configurePathMatch [#&#8203;26427](https://togithub.com/spring-projects/spring-framework/issues/26427)
   -   Fail early FactoryBean instantiation for LinkageError [#&#8203;26425](https://togithub.com/spring-projects/spring-framework/pull/26425)
   -   Unwrap DataSource hidden behind InfrastructureProxy in SqlScriptsTestExecutionListener [#&#8203;26422](https://togithub.com/spring-projects/spring-framework/issues/26422)
   -   Close mapping streams after the ValidatorFactory has been built in LocalValidatorFactoryBean [#&#8203;26418](https://togithub.com/spring-projects/spring-framework/pull/26418)
   -   Introduce public defineClass variant for SmartClassLoader implementations [#&#8203;26403](https://togithub.com/spring-projects/spring-framework/issues/26403)
   -   Return 415 for form data via `@RequestBody` in WebFlux [#&#8203;26386](https://togithub.com/spring-projects/spring-framework/issues/26386)
   -   Make set operator for MapSqlParameterSource accept nullable value [#&#8203;26288](https://togithub.com/spring-projects/spring-framework/pull/26288)
   -   Provide API to Expose the Handling of PreFlight Requests in WebFlux [#&#8203;26257](https://togithub.com/spring-projects/spring-framework/issues/26257)
   -   Configure the ObjectMappers to Use for a Class by MediaType [#&#8203;26212](https://togithub.com/spring-projects/spring-framework/issues/26212)
   -   Jetty 10 Support [#&#8203;26123](https://togithub.com/spring-projects/spring-framework/issues/26123)
   -   Introduce a NativeDetector utility class [#&#8203;25795](https://togithub.com/spring-projects/spring-framework/issues/25795)
   -   Add overload for MockRestServiceServer.verify with a timeout [#&#8203;22618](https://togithub.com/spring-projects/spring-framework/issues/22618)
   
   #### :beetle: Bug Fixes
   
   -   IllegalArgumentException due to lack of a cached lookupPath [#&#8203;26546](https://togithub.com/spring-projects/spring-framework/issues/26546)
   -   BeanUtils does not copy properties with generics from a Proxy since 5.3.0 [#&#8203;26531](https://togithub.com/spring-projects/spring-framework/issues/26531)
   -   Autowiring shortcut fails with NoSuchBeanDefinitionException after removeBeanDefinition call [#&#8203;26517](https://togithub.com/spring-projects/spring-framework/issues/26517)
   -   MockPart in request is not recieved in RequestPart in controller [#&#8203;26501](https://togithub.com/spring-projects/spring-framework/issues/26501)
   -   CORS Headers Added to Pre-Flight Request on Ambiguous Match Even Without `@CrossOrigin` [#&#8203;26490](https://togithub.com/spring-projects/spring-framework/issues/26490)
   -   SimpleJdbcInsert (sporadically) does not insert all columns [#&#8203;26486](https://togithub.com/spring-projects/spring-framework/issues/26486)
   -   Avoid unnecessary wrapping for SqlParameterValue [#&#8203;26471](https://togithub.com/spring-projects/spring-framework/pull/26471)
   -   DefaultHandlerExceptionResolver handling of media type exception on Tomcat 7+ [#&#8203;26470](https://togithub.com/spring-projects/spring-framework/issues/26470)
   -   Websocket extensions not working [#&#8203;26449](https://togithub.com/spring-projects/spring-framework/issues/26449)
   -   AbstractBeanDefinition#equals handles propertyValues incorrectly [#&#8203;26433](https://togithub.com/spring-projects/spring-framework/issues/26433)
   -   WebMvcConfigurationSupport.beanNameHandlerMapping does not set PathPatternParser [#&#8203;26414](https://togithub.com/spring-projects/spring-framework/issues/26414)
   -   Simple URL Mapping not working with PathPatternParser when Servlet context path is used [#&#8203;26411](https://togithub.com/spring-projects/spring-framework/issues/26411)
   -   BodyInserters.fromMultipartData swallows content type in certain cases [#&#8203;26410](https://togithub.com/spring-projects/spring-framework/issues/26410)
   -   MockPart is not added to parameter list anymore for Content-Type application/json [#&#8203;26400](https://togithub.com/spring-projects/spring-framework/issues/26400)
   -   CronExpression skips a temporal when last day of the month and `*` expression is used [#&#8203;26390](https://togithub.com/spring-projects/spring-framework/issues/26390)
   -   Malformed Content-Type Header in Response [#&#8203;26315](https://togithub.com/spring-projects/spring-framework/issues/26315)
   
   #### :notebook_with_decorative_cover: Documentation
   
   -   Update ref docs for nested class names [#&#8203;26540](https://togithub.com/spring-projects/spring-framework/pull/26540)
   -   RSocket support not linked from user guide index [#&#8203;26534](https://togithub.com/spring-projects/spring-framework/issues/26534)
   -   Document the "SpringProperties mechanism" mentioned in the testing chapter [#&#8203;26492](https://togithub.com/spring-projects/spring-framework/issues/26492)
   -   Document UriComponentsBuilder.pathSegment doesn't allow segments "without text" [#&#8203;26457](https://togithub.com/spring-projects/spring-framework/issues/26457)
   -   UriComponentsBuilder documentation error for HTTP request encoding [#&#8203;26453](https://togithub.com/spring-projects/spring-framework/issues/26453)
   -   Improve reference documentation on Resources [#&#8203;26447](https://togithub.com/spring-projects/spring-framework/issues/26447)
   -   Update documentation with details on content negotiation and the order of converter registrations [#&#8203;26388](https://togithub.com/spring-projects/spring-framework/issues/26388)
   -   Wrong documentation for CachePut [#&#8203;26186](https://togithub.com/spring-projects/spring-framework/issues/26186)
   -   Document choices for async ResponseEntity return values [#&#8203;22614](https://togithub.com/spring-projects/spring-framework/issues/22614)
   
   #### :hammer: Dependency Upgrades
   
   -   Update Gradle Enterprise Plugin versions [#&#8203;26374](https://togithub.com/spring-projects/spring-framework/pull/26374)
   -   Upgrade to JUnit 4.13.2 [#&#8203;26543](https://togithub.com/spring-projects/spring-framework/issues/26543)
   -   Upgrade to JUnit 5.7.1 [#&#8203;26510](https://togithub.com/spring-projects/spring-framework/issues/26510)
   -   Upgrade to Kotlin 1.4.30 [#&#8203;26545](https://togithub.com/spring-projects/spring-framework/issues/26545)
   -   Upgrade to Reactor 2020.0.3 [#&#8203;26548](https://togithub.com/spring-projects/spring-framework/issues/26548)
   
   #### :heart: Contributors
   
   We'd like to thank all the contributors who worked on this release!
   
   -   [@&#8203;yusuke](https://togithub.com/yusuke)
   -   [@&#8203;cadimmek](https://togithub.com/cadimmek)
   -   [@&#8203;quaff](https://togithub.com/quaff)
   -   [@&#8203;1993heqiang](https://togithub.com/1993heqiang)
   -   [@&#8203;limo520](https://togithub.com/limo520)
   -   [@&#8203;cprayer](https://togithub.com/cprayer)
   -   [@&#8203;ascopes](https://togithub.com/ascopes)
   -   [@&#8203;grimsa](https://togithub.com/grimsa)
   -   [@&#8203;daisuzz](https://togithub.com/daisuzz)
   -   [@&#8203;sp00m](https://togithub.com/sp00m)
   -   [@&#8203;liudongmiao](https://togithub.com/liudongmiao)
   -   [@&#8203;izeye](https://togithub.com/izeye)
   -   [@&#8203;gaerfield](https://togithub.com/gaerfield)
   -   [@&#8203;runningcode](https://togithub.com/runningcode)
   -   [@&#8203;alex-krav](https://togithub.com/alex-krav)
   -   [@&#8203;making](https://togithub.com/making)
   -   [@&#8203;Jirath-Liu](https://togithub.com/Jirath-Liu)
   
   </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] ptuomola merged pull request #1621: chore(deps): update dependency org.springframework:spring-framework-bom to v5.3.4

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


   


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