Bump org.springframework.version from 5.3.26 to 7.0.3
Type: Pull Request
State: Open
Association: Unknown
Comments: 3
(4 months ago)
(4 months ago)
component:build dependencies java
Bumps org.springframework.version from 5.3.26 to 7.0.3.
Updates org.springframework:spring-aop from 5.3.26 to 7.0.3
Release notes
Sourced from org.springframework:spring-aop's releases.
v7.0.3
:star: New Features
- DisconnectedClientHelper should detect presence of RestClientException and WebClientException separately #36141
- Deprecate
PagedListHolderandPropertyComparatorfor removal #36139- Add DataAccessException and MessagingException to the excluded outermost exceptions in DisconnectedClientHelper #36134
- Support property placeholders in HTTP service registry #36126
- Introduce Spring property to disable context pausing for tests #36117
- Retain original requested bean class for SpringContainedBean #36116
- Add task rejection support to SyncTaskExecutor's concurrency throttle #36114
- Precompute
PropertyDescriptorarray inSimpleBeanInfoFactory#36112- Add option for
@ConcurrencyLimitto throw rejection exception #36109- Support HttpComponents 5.6 #36100
- Fix double encoding in
DefaultApiVersionInserter#36097- Optimize single-char wildcard path matching performance #36095
- Allow WebFlux ApiVersionResolver to return a Mono #36084
- Configure HttpMessageConverters as a list #36083
- HTTP Interface with an
@RequestBody Objectmethod parameter should use class of actual value #36078- Consistently declare
@Nullableon parameter inequals()implementations #36075- Support listener registration for
@Transactionaltriggered method rollbacks #36073- Introduce generalized
MethodFailureEventfor use inEventPublicationInterceptor#36072- Avoid duplicate flushes in StringHttpMessageConverter #36065
- When no API version is provided, static resources fail to load #36059
- When no API version is provided,
/errorrequests also fail. #36058- Declare
TaskCallbackreturn value as potentially nullable #36057- Fix case-insensitive semantics for LinkedCaseInsensitiveMap entrySet #36056
- Update to NullAway 0.12.15 and fix new warnings #36054
- Provide alternative to
execute(Retryable)which avoidsRetryExceptionin favor of rethrowing the last originalRuntimeException#36052- Avoid unnecessary pausing of application contexts in the TestContext framework #36044
- Simplify TransactionalOperator.executeAndAwait by removing Optional #36039
- Deprecated MockMvcClientHttpRequestFactory is required for tests with HTTP service interface proxy #35989
- Introduce Jackson XML codecs #35752
- Support listener registration for
@Retryabletriggered retry executions #35382:lady_beetle: Bug Fixes
- Fix
SmartFactoryBeantype matching forResolvableType.NONE#36123AbstractMessageSendingTemplateignores headers inconvertAndSend()variant #36120JmsClient.sendAndReceive()fails if headers are included #36118PropertyDescriptorUtilsdoes not reliably resolve overloaded write methods #36113- Fix context class resolution for nested types in
AbstractJacksonHttpMessageConverter#36111DefaultApiVersionInserterencodes already encoded URI #36080- ConverterFactory nullness mismatch with Converter #36063
- WiretapConnector leaks data buffers when response body not consumed #36050
- CompilationException should not use -1 for line or column numbers when they are unknown #36041
- org.springframework.core.test.tools.TestCompiler.Errors should handle case where warnings are turned into errors #36037
- UriComponentsBuilder loses the fragment when it consists of only a single character #36029
- Parameter names of the handler method are null in HandlerInterceptor::preHandle during first invocation of an endpoint #36024
PropertyDescriptorUtilsdoes not reliably resolve read/write methods in type hierarchies with generics #36019- Illegal reflection use against Hibernate Validator 9 on module path #36012
... (truncated)
Commits
02cdd36Release v7.0.362fd09dPolishing9df19deRevise wording for PauseMode documentation01a57a7Simplify DefaultContextCache implementation by using entrySet().removeIf()b5c2003Fix variable name5f5da06Upgrade to JUnit 6.0.29f19b40Exclude DataAccessException and MessagingException in DisconnectedClientHelpera784eb0Improve DisconnectedClientHelper to better guard ClassNotFoundExceptionfa40406Avoid unnecessary pausing of application contexts for tests948af8bFix typo in Javadoc- Additional commits viewable in compare view
Updates org.springframework:spring-beans from 5.3.26 to 7.0.3
Release notes
Sourced from org.springframework:spring-beans's releases.
v7.0.3
:star: New Features
- DisconnectedClientHelper should detect presence of RestClientException and WebClientException separately #36141
- Deprecate
PagedListHolderandPropertyComparatorfor removal #36139- Add DataAccessException and MessagingException to the excluded outermost exceptions in DisconnectedClientHelper #36134
- Support property placeholders in HTTP service registry #36126
- Introduce Spring property to disable context pausing for tests #36117
- Retain original requested bean class for SpringContainedBean #36116
- Add task rejection support to SyncTaskExecutor's concurrency throttle #36114
- Precompute
PropertyDescriptorarray inSimpleBeanInfoFactory#36112- Add option for
@ConcurrencyLimitto throw rejection exception #36109- Support HttpComponents 5.6 #36100
- Fix double encoding in
DefaultApiVersionInserter#36097- Optimize single-char wildcard path matching performance #36095
- Allow WebFlux ApiVersionResolver to return a Mono #36084
- Configure HttpMessageConverters as a list #36083
- HTTP Interface with an
@RequestBody Objectmethod parameter should use class of actual value #36078- Consistently declare
@Nullableon parameter inequals()implementations #36075- Support listener registration for
@Transactionaltriggered method rollbacks #36073- Introduce generalized
MethodFailureEventfor use inEventPublicationInterceptor#36072- Avoid duplicate flushes in StringHttpMessageConverter #36065
- When no API version is provided, static resources fail to load #36059
- When no API version is provided,
/errorrequests also fail. #36058- Declare
TaskCallbackreturn value as potentially nullable #36057- Fix case-insensitive semantics for LinkedCaseInsensitiveMap entrySet #36056
- Update to NullAway 0.12.15 and fix new warnings #36054
- Provide alternative to
execute(Retryable)which avoidsRetryExceptionin favor of rethrowing the last originalRuntimeException#36052- Avoid unnecessary pausing of application contexts in the TestContext framework #36044
- Simplify TransactionalOperator.executeAndAwait by removing Optional #36039
- Deprecated MockMvcClientHttpRequestFactory is required for tests with HTTP service interface proxy #35989
- Introduce Jackson XML codecs #35752
- Support listener registration for
@Retryabletriggered retry executions #35382:lady_beetle: Bug Fixes
- Fix
SmartFactoryBeantype matching forResolvableType.NONE#36123AbstractMessageSendingTemplateignores headers inconvertAndSend()variant #36120JmsClient.sendAndReceive()fails if headers are included #36118PropertyDescriptorUtilsdoes not reliably resolve overloaded write methods #36113- Fix context class resolution for nested types in
AbstractJacksonHttpMessageConverter#36111DefaultApiVersionInserterencodes already encoded URI #36080- ConverterFactory nullness mismatch with Converter #36063
- WiretapConnector leaks data buffers when response body not consumed #36050
- CompilationException should not use -1 for line or column numbers when they are unknown #36041
- org.springframework.core.test.tools.TestCompiler.Errors should handle case where warnings are turned into errors #36037
- UriComponentsBuilder loses the fragment when it consists of only a single character #36029
- Parameter names of the handler method are null in HandlerInterceptor::preHandle during first invocation of an endpoint #36024
PropertyDescriptorUtilsdoes not reliably resolve read/write methods in type hierarchies with generics #36019- Illegal reflection use against Hibernate Validator 9 on module path #36012
... (truncated)
Commits
02cdd36Release v7.0.362fd09dPolishing9df19deRevise wording for PauseMode documentation01a57a7Simplify DefaultContextCache implementation by using entrySet().removeIf()b5c2003Fix variable name5f5da06Upgrade to JUnit 6.0.29f19b40Exclude DataAccessException and MessagingException in DisconnectedClientHelpera784eb0Improve DisconnectedClientHelper to better guard ClassNotFoundExceptionfa40406Avoid unnecessary pausing of application contexts for tests948af8bFix typo in Javadoc- Additional commits viewable in compare view
Updates org.springframework:spring-context from 5.3.26 to 7.0.3
Release notes
Sourced from org.springframework:spring-context's releases.
v7.0.3
:star: New Features
- DisconnectedClientHelper should detect presence of RestClientException and WebClientException separately #36141
- Deprecate
PagedListHolderandPropertyComparatorfor removal #36139- Add DataAccessException and MessagingException to the excluded outermost exceptions in DisconnectedClientHelper #36134
- Support property placeholders in HTTP service registry #36126
- Introduce Spring property to disable context pausing for tests #36117
- Retain original requested bean class for SpringContainedBean #36116
- Add task rejection support to SyncTaskExecutor's concurrency throttle #36114
- Precompute
PropertyDescriptorarray inSimpleBeanInfoFactory#36112- Add option for
@ConcurrencyLimitto throw rejection exception #36109- Support HttpComponents 5.6 #36100
- Fix double encoding in
DefaultApiVersionInserter#36097- Optimize single-char wildcard path matching performance #36095
- Allow WebFlux ApiVersionResolver to return a Mono #36084
- Configure HttpMessageConverters as a list #36083
- HTTP Interface with an
@RequestBody Objectmethod parameter should use class of actual value #36078- Consistently declare
@Nullableon parameter inequals()implementations #36075- Support listener registration for
@Transactionaltriggered method rollbacks #36073- Introduce generalized
MethodFailureEventfor use inEventPublicationInterceptor#36072- Avoid duplicate flushes in StringHttpMessageConverter #36065
- When no API version is provided, static resources fail to load #36059
- When no API version is provided,
/errorrequests also fail. #36058- Declare
TaskCallbackreturn value as potentially nullable #36057- Fix case-insensitive semantics for LinkedCaseInsensitiveMap entrySet #36056
- Update to NullAway 0.12.15 and fix new warnings #36054
- Provide alternative to
execute(Retryable)which avoidsRetryExceptionin favor of rethrowing the last originalRuntimeException#36052- Avoid unnecessary pausing of application contexts in the TestContext framework #36044
- Simplify TransactionalOperator.executeAndAwait by removing Optional #36039
- Deprecated MockMvcClientHttpRequestFactory is required for tests with HTTP service interface proxy #35989
- Introduce Jackson XML codecs #35752
- Support listener registration for
@Retryabletriggered retry executions #35382:lady_beetle: Bug Fixes
- Fix
SmartFactoryBeantype matching forResolvableType.NONE#36123AbstractMessageSendingTemplateignores headers inconvertAndSend()variant #36120JmsClient.sendAndReceive()fails if headers are included #36118PropertyDescriptorUtilsdoes not reliably resolve overloaded write methods #36113- Fix context class resolution for nested types in
AbstractJacksonHttpMessageConverter#36111DefaultApiVersionInserterencodes already encoded URI #36080- ConverterFactory nullness mismatch with Converter #36063
- WiretapConnector leaks data buffers when response body not consumed #36050
- CompilationException should not use -1 for line or column numbers when they are unknown #36041
- org.springframework.core.test.tools.TestCompiler.Errors should handle case where warnings are turned into errors #36037
- UriComponentsBuilder loses the fragment when it consists of only a single character #36029
- Parameter names of the handler method are null in HandlerInterceptor::preHandle during first invocation of an endpoint #36024
PropertyDescriptorUtilsdoes not reliably resolve read/write methods in type hierarchies with generics #36019- Illegal reflection use against Hibernate Validator 9 on module path #36012
... (truncated)
Commits
02cdd36Release v7.0.362fd09dPolishing9df19deRevise wording for PauseMode documentation01a57a7Simplify DefaultContextCache implementation by using entrySet().removeIf()b5c2003Fix variable name5f5da06Upgrade to JUnit 6.0.29f19b40Exclude DataAccessException and MessagingException in DisconnectedClientHelpera784eb0Improve DisconnectedClientHelper to better guard ClassNotFoundExceptionfa40406Avoid unnecessary pausing of application contexts for tests948af8bFix typo in Javadoc- Additional commits viewable in compare view
Updates org.springframework:spring-web from 5.3.26 to 7.0.3
Release notes
Sourced from org.springframework:spring-web's releases.
v7.0.3
:star: New Features
- DisconnectedClientHelper should detect presence of RestClientException and WebClientException separately #36141
- Deprecate
PagedListHolderandPropertyComparatorfor removal #36139- Add DataAccessException and MessagingException to the excluded outermost exceptions in DisconnectedClientHelper #36134
- Support property placeholders in HTTP service registry #36126
- Introduce Spring property to disable context pausing for tests #36117
- Retain original requested bean class for SpringContainedBean #36116
- Add task rejection support to SyncTaskExecutor's concurrency throttle #36114
- Precompute
PropertyDescriptorarray inSimpleBeanInfoFactory#36112- Add option for
@ConcurrencyLimitto throw rejection exception #36109- Support HttpComponents 5.6 #36100
- Fix double encoding in
DefaultApiVersionInserter#36097- Optimize single-char wildcard path matching performance #36095
- Allow WebFlux ApiVersionResolver to return a Mono #36084
- Configure HttpMessageConverters as a list #36083
- HTTP Interface with an
@RequestBody Objectmethod parameter should use class of actual value #36078- Consistently declare
@Nullableon parameter inequals()implementations #36075- Support listener registration for
@Transactionaltriggered method rollbacks #36073- Introduce generalized
MethodFailureEventfor use inEventPublicationInterceptor#36072- Avoid duplicate flushes in StringHttpMessageConverter #36065
- When no API version is provided, static resources fail to load #36059
- When no API version is provided,
/errorrequests also fail. #36058- Declare
TaskCallbackreturn value as potentially nullable #36057- Fix case-insensitive semantics for LinkedCaseInsensitiveMap entrySet #36056
- Update to NullAway 0.12.15 and fix new warnings #36054
- Provide alternative to
execute(Retryable)which avoidsRetryExceptionin favor of rethrowing the last originalRuntimeException#36052- Avoid unnecessary pausing of application contexts in the TestContext framework #36044
- Simplify TransactionalOperator.executeAndAwait by removing Optional #36039
- Deprecated MockMvcClientHttpRequestFactory is required for tests with HTTP service interface proxy #35989
- Introduce Jackson XML codecs #35752
- Support listener registration for
@Retryabletriggered retry executions #35382:lady_beetle: Bug Fixes
- Fix
SmartFactoryBeantype matching forResolvableType.NONE#36123AbstractMessageSendingTemplateignores headers inconvertAndSend()variant #36120JmsClient.sendAndReceive()fails if headers are included #36118PropertyDescriptorUtilsdoes not reliably resolve overloaded write methods #36113- Fix context class resolution for nested types in
AbstractJacksonHttpMessageConverter#36111DefaultApiVersionInserterencodes already encoded URI #36080- ConverterFactory nullness mismatch with Converter #36063
- WiretapConnector leaks data buffers when response body not consumed #36050
- CompilationException should not use -1 for line or column numbers when they are unknown #36041
- org.springframework.core.test.tools.TestCompiler.Errors should handle case where warnings are turned into errors #36037
- UriComponentsBuilder loses the fragment when it consists of only a single character #36029
- Parameter names of the handler method are null in HandlerInterceptor::preHandle during first invocation of an endpoint #36024
PropertyDescriptorUtilsdoes not reliably resolve read/write methods in type hierarchies with generics #36019- Illegal reflection use against Hibernate Validator 9 on module path #36012
... (truncated)
Commits
02cdd36Release v7.0.362fd09dPolishing9df19deRevise wording for PauseMode documentation01a57a7Simplify DefaultContextCache implementation by using entrySet().removeIf()b5c2003Fix variable name5f5da06Upgrade to JUnit 6.0.29f19b40Exclude DataAccessException and MessagingException in DisconnectedClientHelpera784eb0Improve DisconnectedClientHelper to better guard ClassNotFoundExceptionfa40406Avoid unnecessary pausing of application contexts for tests948af8bFix typo in Javadoc- Additional commits viewable in compare view
Updates org.springframework:spring-test from 5.3.26 to 7.0.3
Release notes
Sourced from org.springframework:spring-test's releases.
v7.0.3
:star: New Features
- DisconnectedClientHelper should detect presence of RestClientException and WebClientException separately #36141
- Deprecate
PagedListHolderandPropertyComparatorfor removal #36139- Add DataAccessException and MessagingException to the excluded outermost exceptions in DisconnectedClientHelper #36134
- Support property placeholders in HTTP service registry #36126
- Introduce Spring property to disable context pausing for tests #36117
- Retain original requested bean class for SpringContainedBean #36116
- Add task rejection support to SyncTaskExecutor's concurrency throttle #36114
- Precompute
PropertyDescriptorarray inSimpleBeanInfoFactory#36112- Add option for
@ConcurrencyLimitto throw rejection exception #36109- Support HttpComponents 5.6 #36100
- Fix double encoding in
DefaultApiVersionInserter#36097- Optimize single-char wildcard path matching performance #36095
- Allow WebFlux ApiVersionResolver to return a Mono #36084
- Configure HttpMessageConverters as a list #36083
- HTTP Interface with an
@RequestBody Objectmethod parameter should use class of actual value #36078- Consistently declare
@Nullableon parameter inequals()implementations #36075- Support listener registration for
@Transactionaltriggered method rollbacks #36073- Introduce generalized
MethodFailureEventfor use inEventPublicationInterceptor#36072- Avoid duplicate flushes in StringHttpMessageConverter #36065
- When no API version is provided, static resources fail to load #36059
- When no API version is provided,
/errorrequests also fail. #36058- Declare
TaskCallbackreturn value as potentially nullable #36057- Fix case-insensitive semantics for LinkedCaseInsensitiveMap entrySet #36056
- Update to NullAway 0.12.15 and fix new warnings #36054
- Provide alternative to
execute(Retryable)which avoidsRetryExceptionin favor of rethrowing the last originalRuntimeException#36052- Avoid unnecessary pausing of application contexts in the TestContext framework #36044
- Simplify TransactionalOperator.executeAndAwait by removing Optional #36039
- Deprecated MockMvcClientHttpRequestFactory is required for tests with HTTP service interface proxy #35989
- Introduce Jackson XML codecs #35752
- Support listener registration for
@Retryabletriggered retry executions #35382:lady_beetle: Bug Fixes
- Fix
SmartFactoryBeantype matching forResolvableType.NONE#36123AbstractMessageSendingTemplateignores headers inconvertAndSend()variant #36120JmsClient.sendAndReceive()fails if headers are included #36118PropertyDescriptorUtilsdoes not reliably resolve overloaded write methods #36113- Fix context class resolution for nested types in
AbstractJacksonHttpMessageConverter#36111DefaultApiVersionInserterencodes already encoded URI #36080- ConverterFactory nullness mismatch with Converter #36063
- WiretapConnector leaks data buffers when response body not consumed #36050
- CompilationException should not use -1 for line or column numbers when they are unknown #36041
- org.springframework.core.test.tools.TestCompiler.Errors should handle case where warnings are turned into errors #36037
- UriComponentsBuilder loses the fragment when it consists of only a single character #36029
- Parameter names of the handler method are null in HandlerInterceptor::preHandle during first invocation of an endpoint #36024
PropertyDescriptorUtilsdoes not reliably resolve read/write methods in type hierarchies with generics #36019- Illegal reflection use against Hibernate Validator 9 on module path #36012
... (truncated)
Commits
02cdd36Release v7.0.362fd09dPolishing9df19deRevise wording for PauseMode documentation01a57a7Simplify DefaultContextCache implementation by using entrySet().removeIf()b5c2003Fix variable name5f5da06Upgrade to JUnit 6.0.29f19b40Exclude DataAccessException and MessagingException in DisconnectedClientHelpera784eb0Improve DisconnectedClientHelper to better guard ClassNotFoundExceptionfa40406Avoid unnecessary pausing of application contexts for tests948af8bFix typo in Javadoc- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
org.springframework.version
maven
5.3.26 → 7.0.3
Major
Technical Details
| ID: | 13051889 |
| UUID: | 3846044285 |
| Node ID: | PR_kwDOAJTq2M6-276P |
| Host: | GitHub |
| Repository: | apache/cloudstack |