Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency org.springframework:spring-context to v6…
Browse files Browse the repository at this point in the history
….1.3 (#152)

[![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-context](https://togithub.com/spring-projects/spring-framework)
| `6.1.2` -> `6.1.3` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.springframework:spring-context/6.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.springframework:spring-context/6.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.springframework:spring-context/6.1.2/6.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.springframework:spring-context/6.1.2/6.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>spring-projects/spring-framework
(org.springframework:spring-context)</summary>

###
[`v6.1.3`](https://togithub.com/spring-projects/spring-framework/releases/tag/v6.1.3)

[Compare
Source](https://togithub.com/spring-projects/spring-framework/compare/v6.1.2...v6.1.3)

#### ⭐ New Features

- Perform checks for bean validation constraints in HandlerMethod only
when needed
[#&#8203;32007](https://togithub.com/spring-projects/spring-framework/issues/32007)
- Exclude URI query from remaining WebClient checkpoints
[#&#8203;31992](https://togithub.com/spring-projects/spring-framework/pull/31992)
- Avoid early getMostSpecificMethod resolution in
CommonAnnotationBeanPostProcessor
[#&#8203;31967](https://togithub.com/spring-projects/spring-framework/issues/31967)
- Introduce `processInjection()` in `CommonAnnotationBeanPostProcessor`
[#&#8203;31956](https://togithub.com/spring-projects/spring-framework/issues/31956)
- Make maximum length of SpEL expressions in an `ApplicationContext`
configurable
[#&#8203;31952](https://togithub.com/spring-projects/spring-framework/issues/31952)
- `JdkClientHttpRequest` may block indefinitely
[#&#8203;31911](https://togithub.com/spring-projects/spring-framework/issues/31911)
- Allow `Propagation.NOT\_SUPPORTED` with `@TransactionalEventListener`
[#&#8203;31907](https://togithub.com/spring-projects/spring-framework/issues/31907)
- Review HibernateJpaVendorAdapter to align dialect to use for recent
Hibernate versions
[#&#8203;31896](https://togithub.com/spring-projects/spring-framework/issues/31896)
- Improve method validation support for containers with constraints on
container elements
[#&#8203;31887](https://togithub.com/spring-projects/spring-framework/issues/31887)
- Method validation is not triggered when constraints are applied to the
elements of a List
[#&#8203;31870](https://togithub.com/spring-projects/spring-framework/issues/31870)
- Use standard String comparison in
ExtendedBeanInfo.PropertyDescriptorComparator
[#&#8203;31866](https://togithub.com/spring-projects/spring-framework/issues/31866)
- Detect Jetty 12 "max length exceeded" message for
`MaxUploadSizeExceededException`
[#&#8203;31850](https://togithub.com/spring-projects/spring-framework/issues/31850)
- Ensure that Observation is stopped and Scope is closed in
doReceiveAndExecute()
[#&#8203;31798](https://togithub.com/spring-projects/spring-framework/pull/31798)
- Support the use of `@Resource` in test classes in AOT mode
[#&#8203;31733](https://togithub.com/spring-projects/spring-framework/issues/31733)
- Add support for configuring sslContext in StandardWebSocketClient
[#&#8203;30680](https://togithub.com/spring-projects/spring-framework/issues/30680)
- Refine allocations for improved memory profile when creating a large
amount of proxy instances
[#&#8203;30499](https://togithub.com/spring-projects/spring-framework/issues/30499)
- Check ResponseStatusException reason as MessageSource code for
ProblemDetail
[#&#8203;30300](https://togithub.com/spring-projects/spring-framework/pull/30300)
- `SpringValidatorAdapter` fails in `getRejectedValue` if
`ValueExtractor` used in property path to unwrap a container type
[#&#8203;29043](https://togithub.com/spring-projects/spring-framework/issues/29043)
- Add CORS support for Private Network Access
[#&#8203;28546](https://togithub.com/spring-projects/spring-framework/issues/28546)
- Introduce NoOpTaskScheduler for disabling `@Scheduled` tasks in test
setups
[#&#8203;28073](https://togithub.com/spring-projects/spring-framework/issues/28073)
- MvcUriComponentsBuilder should resolve property placeholders in
request mapping paths
[#&#8203;26795](https://togithub.com/spring-projects/spring-framework/issues/26795)
- Allow SockJsUrlInfo to be overridden in SockJsClient
[#&#8203;25888](https://togithub.com/spring-projects/spring-framework/issues/25888)
- Extending abstract class does not expose parameter annotations
[#&#8203;25788](https://togithub.com/spring-projects/spring-framework/issues/25788)
- DatabasePopulatorConfigUtils should only set a populator if matching
scripts are defined
[#&#8203;23405](https://togithub.com/spring-projects/spring-framework/issues/23405)
- `@annotation` pointcut is not matched with complex hierarchy and
generics against classes compiled by Eclipse \[SPR-17310]
[#&#8203;21843](https://togithub.com/spring-projects/spring-framework/issues/21843)
- Allow registration of application event listeners in a functional way
\[SPR-16872]
[#&#8203;21411](https://togithub.com/spring-projects/spring-framework/issues/21411)
- Allow CronTrigger to resume from specified timestamp \[SPR-14909]
[#&#8203;19475](https://togithub.com/spring-projects/spring-framework/issues/19475)

#### 🐞 Bug Fixes

- Using a URI variable for port in `WebClient` causes an
`IllegalStateException`
[#&#8203;32003](https://togithub.com/spring-projects/spring-framework/issues/32003)
- \[spring-tx] Unable to override prepareSynchronization of
AbstractPlatformTransactionManager from v6.1.0
[#&#8203;32000](https://togithub.com/spring-projects/spring-framework/issues/32000)
- `RestClientResponseException` handles `responseHeaders` case-sensitive
[#&#8203;31978](https://togithub.com/spring-projects/spring-framework/issues/31978)
- CronTrigger hard-codes default ZoneId instead of participating in
scheduler-wide Clock setup
[#&#8203;31948](https://togithub.com/spring-projects/spring-framework/issues/31948)
- HandlerMappingIntrospector is throwing PatternSyntaxException for
wildcards in the request URL
[#&#8203;31937](https://togithub.com/spring-projects/spring-framework/issues/31937)
- java.lang.NullPointerException with Scheduled tasks through
DefaultScheduledTaskObservationConvention
[#&#8203;31918](https://togithub.com/spring-projects/spring-framework/issues/31918)
- HibernateJpaVendorAdapter refers to
org.hibernate.dialect.Oracle12cDialect that does not exist in recent
Hibernate versions
[#&#8203;31892](https://togithub.com/spring-projects/spring-framework/issues/31892)
- ClassNotFoundException: org.hibernate.dialect.MySQL57Dialect with
Hibernate 6.4
[#&#8203;31889](https://togithub.com/spring-projects/spring-framework/issues/31889)
- Inconsistent inclusion of base URL in `WebClient` URI template
attribute since Spring WebFlux 6.1.2
[#&#8203;31882](https://togithub.com/spring-projects/spring-framework/issues/31882)
- `@Async` does not support `Unit?` return type
[#&#8203;31881](https://togithub.com/spring-projects/spring-framework/issues/31881)
- Web handlers don't support Kotlin extensions
[#&#8203;31876](https://togithub.com/spring-projects/spring-framework/issues/31876)
- DefaultDataBuffer fails to transform its content to a string
[#&#8203;31873](https://togithub.com/spring-projects/spring-framework/issues/31873)
- With XML configuration, setter selection can be random in case of
overloaded setter methods (e.g. on SimpleClientHttpRequestFactory in
6.1)
[#&#8203;31872](https://togithub.com/spring-projects/spring-framework/issues/31872)
- Complete frame callback when opcode is not PONG
[#&#8203;31869](https://togithub.com/spring-projects/spring-framework/pull/31869)
- `@Cacheable` does not respect cache hit when empty Mono/Flux response
is returned
[#&#8203;31868](https://togithub.com/spring-projects/spring-framework/issues/31868)
- Unable to use sync cache with reactivestreams
[#&#8203;31861](https://togithub.com/spring-projects/spring-framework/issues/31861)
- Spring Websocket - JettyWebsocketHandlerAdapter copyByteBuffer fills
Buffer with zeros
[#&#8203;31857](https://togithub.com/spring-projects/spring-framework/issues/31857)
- `NullPointerException` with `@RequestMapping` on Kotlin property
accessors
[#&#8203;31856](https://togithub.com/spring-projects/spring-framework/issues/31856)
- Non-deterministic native image JSON hints invalidate Gradle build
cache
[#&#8203;31852](https://togithub.com/spring-projects/spring-framework/issues/31852)
- DefaultServerRequestObservationConvention is silently used when
multiple convention beans are defined
[#&#8203;31864](https://togithub.com/spring-projects/spring-framework/issues/31864)
- Significant increase in memory consumption `StringDecoder` when
splitting input by delimiters.
[#&#8203;31848](https://togithub.com/spring-projects/spring-framework/issues/31848)
- Convert args to Kotlin value class in CoroutinesUtils
[#&#8203;31846](https://togithub.com/spring-projects/spring-framework/pull/31846)
- ForwardedHeaderFilter should reject invalid requests
[#&#8203;31842](https://togithub.com/spring-projects/spring-framework/issues/31842)
- NotReadablePropertyException due to mismatch between
`ConstraintViolation` property path and `BindingResult` target in
`MethodValidationAdapter`
[#&#8203;31746](https://togithub.com/spring-projects/spring-framework/issues/31746)
- Built-in method validation validates `@RequestBody` parameter twice
[#&#8203;31711](https://togithub.com/spring-projects/spring-framework/issues/31711)
- Double error response handling on suspended methods
[#&#8203;31541](https://togithub.com/spring-projects/spring-framework/issues/31541)
- Spring AOP does not propagate arguments for dynamic prototype-scoped
advice
[#&#8203;28407](https://togithub.com/spring-projects/spring-framework/issues/28407)
- Only log status in ServletRequestHandledEvent
[#&#8203;27595](https://togithub.com/spring-projects/spring-framework/issues/27595)
- MergedAnnotation swallows IllegalAccessException for attribute method
[#&#8203;27182](https://togithub.com/spring-projects/spring-framework/issues/27182)
- AOP pointcut erroneously matching `ProceedingJoinPoint.proceed` when
called from within another advised bean
[#&#8203;26068](https://togithub.com/spring-projects/spring-framework/issues/26068)

#### 📔 Documentation

- Document exception handling for HTTP Interface client with
`RestClient` and `RestTemplate`
[#&#8203;31991](https://togithub.com/spring-projects/spring-framework/pull/31991)
- Update `ContentRequestMatchers#multipartData` Javadoc
[#&#8203;31988](https://togithub.com/spring-projects/spring-framework/issues/31988)
- Update Spring Properties section of reference manual
[#&#8203;31987](https://togithub.com/spring-projects/spring-framework/issues/31987)
- Document Kotlin `internal` modifier impact on `@Bean`
[#&#8203;31985](https://togithub.com/spring-projects/spring-framework/issues/31985)
- Add missing preposition in reference guide
[#&#8203;31977](https://togithub.com/spring-projects/spring-framework/pull/31977)
- Adapt `Jackson2ObjectMapperBuilder` documentation to mention
`ParameterNamesModule` registration
[#&#8203;31959](https://togithub.com/spring-projects/spring-framework/issues/31959)
- Fix typo in kotlin.adoc
[#&#8203;31958](https://togithub.com/spring-projects/spring-framework/pull/31958)
- Fix references to "application/\*+xml" in Javadoc
[#&#8203;31951](https://togithub.com/spring-projects/spring-framework/pull/31951)
- Update outdated elements in Kotlin reference documentation
[#&#8203;31943](https://togithub.com/spring-projects/spring-framework/issues/31943)
- Update `autowired-qualifiers.adoc` to refer the `-parameters` Java
compiler flag
[#&#8203;31939](https://togithub.com/spring-projects/spring-framework/pull/31939)
- Fix Kotlin example for simpler SELECT variant using IN
[#&#8203;31932](https://togithub.com/spring-projects/spring-framework/pull/31932)
- Fix usage of WebClientAdapter in reference documentation
[#&#8203;31917](https://togithub.com/spring-projects/spring-framework/pull/31917)
- With virtual threads enabled, separate fixed-delay tasks cannot run
concurrently
[#&#8203;31900](https://togithub.com/spring-projects/spring-framework/issues/31900)
- Fix formatting in scheduling.adoc
[#&#8203;31899](https://togithub.com/spring-projects/spring-framework/pull/31899)
- Specify use of regexp Path Pattern in javadoc
[#&#8203;31886](https://togithub.com/spring-projects/spring-framework/pull/31886)
- Improve the documentation and discoverability of `CoWebFilter`
[#&#8203;31877](https://togithub.com/spring-projects/spring-framework/issues/31877)
- Add Javadoc for MockHttpServletResponse getContentLength method
[#&#8203;31833](https://togithub.com/spring-projects/spring-framework/issues/31833)
- Revisit JdbcClient/JdbcTemplate javadoc for operations that take a
KeyHolder
[#&#8203;31486](https://togithub.com/spring-projects/spring-framework/issues/31486)
- Document that CGLIB cannot proxy package private methods declared in a
superclass is in a different package
[#&#8203;28973](https://togithub.com/spring-projects/spring-framework/issues/28973)
- Doc: ConfigurationClassParser's property source composition requires
distinct (Resource)PropertySources names
[#&#8203;28886](https://togithub.com/spring-projects/spring-framework/issues/28886)
- Provide guidelines in AspectJ documentation to avoid dumps
[#&#8203;27650](https://togithub.com/spring-projects/spring-framework/issues/27650)
- Document autowiring of ServletRequest and other scoped proxy beans
provided by WebApplicationContext
[#&#8203;26201](https://togithub.com/spring-projects/spring-framework/issues/26201)
- Clarify assisted constructor injection through getBean call with
provided arguments
[#&#8203;24955](https://togithub.com/spring-projects/spring-framework/issues/24955)
- Document behaviour of `@Transactional` in reactive environments with
non-reactive signatures
[#&#8203;23277](https://togithub.com/spring-projects/spring-framework/issues/23277)
- Thread-safety and visibility issues not documented \[SPR-4307]
[#&#8203;8986](https://togithub.com/spring-projects/spring-framework/issues/8986)

#### 🔨 Dependency Upgrades

- Early support for Java 23
[#&#8203;31929](https://togithub.com/spring-projects/spring-framework/issues/31929)
- Upgrade to Kotlin 1.9.22
[#&#8203;31971](https://togithub.com/spring-projects/spring-framework/pull/31971)
- Upgrade to Micrometer 1.12.2
[#&#8203;31996](https://togithub.com/spring-projects/spring-framework/issues/31996)
- Upgrade to Reactor 2023.0.2
[#&#8203;31995](https://togithub.com/spring-projects/spring-framework/issues/31995)

#### ❤️ Contributors

Thank you to all the contributors who worked on this release:

[@&#8203;0x1306e6d](https://togithub.com/0x1306e6d),
[@&#8203;Drezir](https://togithub.com/Drezir),
[@&#8203;FBibonne](https://togithub.com/FBibonne),
[@&#8203;JuHyun419](https://togithub.com/JuHyun419),
[@&#8203;OlgaMaciaszek](https://togithub.com/OlgaMaciaszek),
[@&#8203;SuhasBk](https://togithub.com/SuhasBk),
[@&#8203;T45K](https://togithub.com/T45K),
[@&#8203;Yaklede](https://togithub.com/Yaklede),
[@&#8203;aaronrosser](https://togithub.com/aaronrosser),
[@&#8203;achhibi](https://togithub.com/achhibi),
[@&#8203;bohub12](https://togithub.com/bohub12),
[@&#8203;dodie](https://togithub.com/dodie),
[@&#8203;dogglezz](https://togithub.com/dogglezz),
[@&#8203;izeye](https://togithub.com/izeye),
[@&#8203;janjouketjalsma](https://togithub.com/janjouketjalsma),
[@&#8203;kzander91](https://togithub.com/kzander91),
[@&#8203;leonchen83](https://togithub.com/leonchen83),
[@&#8203;pri88yank](https://togithub.com/pri88yank),
[@&#8203;quaff](https://togithub.com/quaff),
[@&#8203;scordio](https://togithub.com/scordio),
[@&#8203;slovenlyimp](https://togithub.com/slovenlyimp), and
[@&#8203;wfouche](https://togithub.com/wfouche)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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://developer.mend.io/github/Hapag-Lloyd/dist-comm-vis-api).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 11, 2024
1 parent 3e63d9f commit d130c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -188,7 +188,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>6.1.2</version>
<version>6.1.3</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit d130c0a

Please sign in to comment.