GoogleCloudPlatform / point-of-sale

Anthos Edge Use Cases for bringing apps and computation closer to the location where the action is, to improve response times and save bandwidth.
Apache License 2.0
35 stars 18 forks source link

fix(deps): update dependency org.springframework:spring-beans to v6 #196

Closed renovate-bot closed 1 year ago

renovate-bot commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.springframework:spring-beans 5.3.25 -> 6.0.4 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

spring-projects/spring-framework ### [`v6.0.4`](https://togithub.com/spring-projects/spring-framework/releases/tag/v6.0.4) [Compare Source](https://togithub.com/spring-projects/spring-framework/compare/v6.0.3...v6.0.4) #### :star: New Features - Add native support for `@Convert` on JPA entities [#​29771](https://togithub.com/spring-projects/spring-framework/issues/29771) - `@RequestPart` dto not configured for reflection in aot [#​29749](https://togithub.com/spring-projects/spring-framework/issues/29749) - Avoid wasted memory on empty maps and sets [#​29742](https://togithub.com/spring-projects/spring-framework/pull/29742) - Compatibility with Hibernate ORM 6.2 [#​29736](https://togithub.com/spring-projects/spring-framework/issues/29736) - Add Kotlin DSL support for MockMVC andExpectAll [#​29727](https://togithub.com/spring-projects/spring-framework/pull/29727) - Add ExecutingResponseCreator to delegate request and response [#​29721](https://togithub.com/spring-projects/spring-framework/pull/29721) - JmsTemplate.convertAndSend throws NullPointerException during shutdown [#​29706](https://togithub.com/spring-projects/spring-framework/issues/29706) - Extract ResourceEntityResolver HTTPS schema resolution fallback [#​29697](https://togithub.com/spring-projects/spring-framework/pull/29697) - `@Configuration` classes with Kotlin in native-image are broken [#​29663](https://togithub.com/spring-projects/spring-framework/issues/29663) - Introduce Kotlin DSL for `ResultActions.andExpectAll()` [#​27317](https://togithub.com/spring-projects/spring-framework/issues/27317) #### :lady_beetle: Bug Fixes - ResourceHandlers cannot resolve static resources with certain wildcard patterns [#​29712](https://togithub.com/spring-projects/spring-framework/issues/29712) - Conflict on insert gets translated to DataIntegrityViolationException instead of DuplicateKeyException in Spring 6 [#​29699](https://togithub.com/spring-projects/spring-framework/issues/29699) #### :notebook_with_decorative_cover: Documentation - fix typo in core-aot.adoc [#​29788](https://togithub.com/spring-projects/spring-framework/pull/29788) - Polish [#​29727](https://togithub.com/spring-projects/spring-framework/issues/29727): Mention Kotlin andExpectAll in reference manual [#​29766](https://togithub.com/spring-projects/spring-framework/pull/29766) - Update Jakarta Mail info in ref docs [#​29707](https://togithub.com/spring-projects/spring-framework/issues/29707) - Trigger/TriggerContext reference documentation outdated [#​29702](https://togithub.com/spring-projects/spring-framework/issues/29702) - Improve documentation for literals in SpEL expressions [#​29700](https://togithub.com/spring-projects/spring-framework/issues/29700) - Small fixes and improvements to the reference documentation [#​29694](https://togithub.com/spring-projects/spring-framework/pull/29694) - Fix manipulating property sources example in Javadoc for `ConfigurableEnvironment` [#​29693](https://togithub.com/spring-projects/spring-framework/pull/29693) #### :hammer: Dependency Upgrades - Upgrade to Micrometer 1.10.3 [#​29802](https://togithub.com/spring-projects/spring-framework/issues/29802) - Upgrade to Reactor 2022.0.2 [#​29797](https://togithub.com/spring-projects/spring-framework/issues/29797) #### :heart: Contributors Thank you to all the contributors who worked on this release: [@​Dunemaster](https://togithub.com/Dunemaster), [@​IDJack](https://togithub.com/IDJack), [@​diguage](https://togithub.com/diguage), [@​izeye](https://togithub.com/izeye), and [@​quim3ra](https://togithub.com/quim3ra) ### [`v6.0.3`](https://togithub.com/spring-projects/spring-framework/releases/tag/v6.0.3) [Compare Source](https://togithub.com/spring-projects/spring-framework/compare/v6.0.2...v6.0.3) #### :star: New Features - Throw PessimisticLockingFailureException/CannotAcquireLockException instead of plain ConcurrencyFailureException [#​29675](https://togithub.com/spring-projects/spring-framework/issues/29675) - Introduce additional constructors in `MockClientHttpRequest` and `MockClientHttpResponse` [#​29670](https://togithub.com/spring-projects/spring-framework/issues/29670) - Fall back to JdkClientHttpConnector as ClientHttpConnector [#​29645](https://togithub.com/spring-projects/spring-framework/pull/29645) - Optimize object creation in `RequestMappingHandlerMapping#handleNoMatch` [#​29634](https://togithub.com/spring-projects/spring-framework/pull/29634) - Align multipart codecs on client and server [#​29630](https://togithub.com/spring-projects/spring-framework/issues/29630) - Deprecate "application/graphql+json" media type after spec changes [#​29617](https://togithub.com/spring-projects/spring-framework/issues/29617) - HTTP interface client does not call FormHttpMessageWriter when writing form data [#​29615](https://togithub.com/spring-projects/spring-framework/issues/29615) - ProblemDetail doesn't override the equals method [#​29606](https://togithub.com/spring-projects/spring-framework/issues/29606) - Add title to SockJS iFrames for accessibility compliance [#​29594](https://togithub.com/spring-projects/spring-framework/pull/29594) - Forbid loading of a test's `ApplicationContext` in AOT mode if AOT processing failed [#​29579](https://togithub.com/spring-projects/spring-framework/issues/29579) - Deprecate JettyWebSocketClient in favor of StandardWebSocketClient [#​29576](https://togithub.com/spring-projects/spring-framework/issues/29576) - Improve options to expose MessageSource formatted errors for a ProblemDetail response [#​29574](https://togithub.com/spring-projects/spring-framework/issues/29574) - Make `@ModelAttribute` and `@InitBinder` annotations `@Reflective` [#​29572](https://togithub.com/spring-projects/spring-framework/issues/29572) - Update `BindingReflectionHintsRegistrar` to support properties on records [#​29571](https://togithub.com/spring-projects/spring-framework/issues/29571) #### :lady_beetle: Bug Fixes - Cannot use WebDAV methods in Spring MVC 6.0 anymore [#​29689](https://togithub.com/spring-projects/spring-framework/issues/29689) - AnnotatedElementUtils.findMergedRepeatableAnnotations does not fetch results when other attributes exist in container annotation [#​29685](https://togithub.com/spring-projects/spring-framework/issues/29685) - BeanWrapperImpl NPE in setWrappedInstance after invoking getPropertyValue [#​29681](https://togithub.com/spring-projects/spring-framework/issues/29681) - SpEL `ConstructorReference` does not generate AST representation of arrays [#​29665](https://togithub.com/spring-projects/spring-framework/issues/29665) - NullPointerException in BindingReflectionHintsRegistrar for anonymous classes [#​29657](https://togithub.com/spring-projects/spring-framework/issues/29657) - DataBufferInputStream violates InputStream contract [#​29642](https://togithub.com/spring-projects/spring-framework/issues/29642) - Component scanning no longer uses component index for `@Named`, `@ManagedBean`, and other Jakarta annotations [#​29641](https://togithub.com/spring-projects/spring-framework/issues/29641) - Fix canWrite in PartHttpMessageWriter [#​29631](https://togithub.com/spring-projects/spring-framework/pull/29631) - `NoHandlerFoundException` mistakenly returns request headers from `ErrorResponse#getHeaders` [#​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 [#​29624](https://togithub.com/spring-projects/spring-framework/issues/29624) - Unnecessary parameter name introspection for constructor-arg resolution (leading to LocalVariableTableParameterNameDiscoverer warnings) [#​29612](https://togithub.com/spring-projects/spring-framework/issues/29612) - Set detail from reason in both constructors of ResponseStatusException [#​29608](https://togithub.com/spring-projects/spring-framework/pull/29608) - SpEL string literal misses single quotation marks in toStringAST() [#​29604](https://togithub.com/spring-projects/spring-framework/issues/29604) - AOT code generation fails for bean of type `boolean` [#​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) [#​29584](https://togithub.com/spring-projects/spring-framework/issues/29584) - 500 error from WebFlux when parsing Content-Type leads to InvalidMediaTypeException [#​29565](https://togithub.com/spring-projects/spring-framework/issues/29565) - ConcurrentLruCache implementation is using too much heap memory [#​29520](https://togithub.com/spring-projects/spring-framework/issues/29520) - Duplicate key violation gets translated to DataIntegrityViolationException instead of DuplicateKeyException in Spring 6 [#​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) [#​28356](https://togithub.com/spring-projects/spring-framework/issues/28356) #### :notebook_with_decorative_cover: Documentation - Fix ErrorResponse#type documentation [#​29632](https://togithub.com/spring-projects/spring-framework/pull/29632) - Fix typo in observability documentation [#​29590](https://togithub.com/spring-projects/spring-framework/pull/29590) - Consistent documentation references to Jakarta WebSocket (2.1) [#​29581](https://togithub.com/spring-projects/spring-framework/issues/29581) - Unrendered asciidoc headings in reference documentation [#​29569](https://togithub.com/spring-projects/spring-framework/issues/29569) - Document observability support [#​29524](https://togithub.com/spring-projects/spring-framework/issues/29524) #### :hammer: Dependency Upgrades - Upgrade to Apache HttpClient 5.2 [#​29627](https://togithub.com/spring-projects/spring-framework/issues/29627) - Upgrade to Gradle 7.6 [#​29583](https://togithub.com/spring-projects/spring-framework/issues/29583) - Upgrade to Micrometer 1.10.2 [#​29678](https://togithub.com/spring-projects/spring-framework/issues/29678) - Upgrade to Reactor 2022.0.1 [#​29679](https://togithub.com/spring-projects/spring-framework/issues/29679) #### :heart: Contributors Thank you to all the contributors who worked on this release: [@​Aashay-Chapatwala](https://togithub.com/Aashay-Chapatwala), [@​CoderYellow](https://togithub.com/CoderYellow), [@​ShenFeng312](https://togithub.com/ShenFeng312), [@​Spark61](https://togithub.com/Spark61), [@​divcon](https://togithub.com/divcon), [@​izeye](https://togithub.com/izeye), [@​koo-taejin](https://togithub.com/koo-taejin), [@​mdeinum](https://togithub.com/mdeinum), [@​mhalbritter](https://togithub.com/mhalbritter), [@​quaff](https://togithub.com/quaff), and [@​singhbaljit](https://togithub.com/singhbaljit) ### [`v6.0.2`](https://togithub.com/spring-projects/spring-framework/releases/tag/v6.0.2) [Compare Source](https://togithub.com/spring-projects/spring-framework/compare/v6.0.1...v6.0.2) #### :star: New Features - Rely on standard parameter name resolution in Bean Validation 3.0 [#​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 [#​29567](https://togithub.com/spring-projects/spring-framework/issues/29567) - LocalVariableTableParameterNameDiscoverer logs many warnings with Hibernate validation [#​29563](https://togithub.com/spring-projects/spring-framework/issues/29563) #### :notebook_with_decorative_cover: Documentation - org.springframework.web.multipart.commons not found [#​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) [Compare Source](https://togithub.com/spring-projects/spring-framework/compare/v6.0.0...v6.0.1) #### :star: New Features - Make `SourceHttpMessageConverter` optional [#​29535](https://togithub.com/spring-projects/spring-framework/issues/29535) - Deprecate `LocalVariableTableParameterNameDiscoverer` completely (avoiding its exposure in native images) [#​29531](https://togithub.com/spring-projects/spring-framework/pull/29531) - Make GeneratorStrategy.generate unreachable on native [#​29521](https://togithub.com/spring-projects/spring-framework/pull/29521) - Update `LogAdapter` to allow build-time code removal [#​29506](https://togithub.com/spring-projects/spring-framework/pull/29506) #### :lady_beetle: Bug Fixes - Unhandled exceptions should mark Servlet observation outcome as error [#​29512](https://togithub.com/spring-projects/spring-framework/issues/29512) #### :notebook_with_decorative_cover: Documentation - Broken link in documentation section 6.10 [#​29554](https://togithub.com/spring-projects/spring-framework/issues/29554) - Fix Javadoc link text in BindingResult [#​29551](https://togithub.com/spring-projects/spring-framework/pull/29551) - Fix some typos in Kotlin WebClient example code [#​29538](https://togithub.com/spring-projects/spring-framework/pull/29538) - Fix link to Bean Utils Light Library in BeanUtils Javadoc [#​29534](https://togithub.com/spring-projects/spring-framework/pull/29534) - Fix link to WebFlux section in reference manual [#​29525](https://togithub.com/spring-projects/spring-framework/pull/29525) - Document RuntimeHints testing strategies [#​29523](https://togithub.com/spring-projects/spring-framework/issues/29523) - Reorganize and modularize the Testing chapter in the reference manual [#​29522](https://togithub.com/spring-projects/spring-framework/issues/29522) - Document switch to `SQLExceptionSubclassTranslator` in the upgrade guide [#​29518](https://togithub.com/spring-projects/spring-framework/issues/29518) - Update documentation to mention Java 17+ baseline [#​29514](https://togithub.com/spring-projects/spring-framework/issues/29514) - Link to Spring WebFlux section is broken [#​29513](https://togithub.com/spring-projects/spring-framework/issues/29513) - Update javadoc of Jackson-based decoders to reflect 2.14 baseline [#​29508](https://togithub.com/spring-projects/spring-framework/pull/29508) - Code example has callout from a different code example [#​29505](https://togithub.com/spring-projects/spring-framework/issues/29505) - Code listing callouts are displayed incorrectly in core-beans.adoc [#​29457](https://togithub.com/spring-projects/spring-framework/issues/29457) - Fix a syntax error in an XML listing in core-validation.adoc [#​29456](https://togithub.com/spring-projects/spring-framework/pull/29456) #### :hammer: Dependency Upgrades - Upgrade to Jackson 2.14.1 [#​29539](https://togithub.com/spring-projects/spring-framework/issues/29539) - Upgrade to Kotlin 1.7.21 [#​29543](https://togithub.com/spring-projects/spring-framework/issues/29543) #### :heart: Contributors Thank you to all the contributors who worked on this release: [@​Encyclopedias](https://togithub.com/Encyclopedias), [@​andregasser](https://togithub.com/andregasser), [@​davidcostanzo](https://togithub.com/davidcostanzo), [@​divcon](https://togithub.com/divcon), [@​jiangying000](https://togithub.com/jiangying000), [@​mdeinum](https://togithub.com/mdeinum), and [@​wilkinsona](https://togithub.com/wilkinsona) ### [`v6.0.0`](https://togithub.com/spring-projects/spring-framework/releases/tag/v6.0.0) [Compare Source](https://togithub.com/spring-projects/spring-framework/compare/v5.3.25...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 [#​29486](https://togithub.com/spring-projects/spring-framework/issues/29486) - Simplify creating RFC 7807 responses from functional endpoints [#​29462](https://togithub.com/spring-projects/spring-framework/issues/29462) - Allow test classes to provide runtime hints via declarative mechanisms [#​29455](https://togithub.com/spring-projects/spring-framework/issues/29455) #### :notebook_with_decorative_cover: Documentation - Align javadoc of DefaultParameterNameDiscoverer with its behavior [#​29494](https://togithub.com/spring-projects/spring-framework/pull/29494) - Document AOT support in the TestContext framework [#​29482](https://togithub.com/spring-projects/spring-framework/issues/29482) - Document Ahead of Time processing in the reference guide [#​29350](https://togithub.com/spring-projects/spring-framework/issues/29350) #### :hammer: Dependency Upgrades - Upgrade to Reactor 2022.0.0 [#​29465](https://togithub.com/spring-projects/spring-framework/issues/29465) #### :heart: Contributors Thank you to all the contributors who worked on this release: [@​ophiuhus](https://togithub.com/ophiuhus) and [@​wilkinsona](https://togithub.com/wilkinsona)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.



This PR has been generated by Mend Renovate. View repository job log here.

forking-renovate[bot] commented 1 year ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

Shabirmean commented 1 year ago

/gcbrun

forking-renovate[bot] commented 1 year ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 6.x releases. But if you manually upgrade to 6.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.