Bump spring.version from 6.1.20 to 6.2.10
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(9 months ago)
(9 months ago)
(9 months ago)
by jiangxincode
dependencies java
Bumps spring.version from 6.1.20 to 6.2.10.
Updates org.springframework:spring-context from 6.1.20 to 6.2.10
Release notes
Sourced from org.springframework:spring-context's releases.
v6.2.10
:star: New Features
- Optimize NIO path resolution in
PathEditor#35304- Make
typeinProblemDetailnullable #35294- Refine UriUtils#decode and StringUtils#uriDecode implementation and documentation #35253
- Provide configurable
useCachesoption forURLConnectionusage inUrlResource(avoiding jar file leak) #35218:lady_beetle: Bug Fixes
@Scheduledtasks running inSimpleAsyncTaskSchedulerare interrupted immediately on context close #35254ScriptUtils.executeSqlScript()does not support multiple results per statement #35248- Successful Autowiring Dependent on Configuration ordering and Primary Bean flag #35239
- Locale parameter in MessageSource#getMessage methods should be nullable #35230
- Allow any
@Transactionalpropagation for@TransactionalEventListenerwith BEFORE_COMMIT phase #35150- Catalog name should be handled with the provided case #35064
- Accept support for generated keys column name array on HSQLDB and Derby as well #34790
- Handle direct CanncelationException on timeout in JdkClientHttpRequest #34721
:notebook_with_decorative_cover: Documentation
- Add documentation of RequestMapping about SpEL #35232
- Document SqlBinaryValue behaviour with PostgreSQL #34786
:hammer: Dependency Upgrades
:heart: Contributors
Thank you to all the contributors who worked on this release:
@Allan-QLB,@carsago,@cw-dimedis, and@giampa91v6.2.9
:star: New Features
OncePerRequestFiltercannot be CGLib-proxied #35198- Consistently catch
InaccessibleObjectExceptionnext toIllegalAccessException#35190- Introduce
Date-to-InstantandInstant-to-Dateconverters #35175- Consistent nullability and exception declarations in
AbstractMessagingTemplatehierarchy #35159- Register runtime hints for
Instant-to-Timestampconversion #35156- Improve handling of
ResponseEntity<?>in Spring MVC #35153- Support
@CacheConfig("myCacheName")declarations for simplified configuration #35152- Declare
messageSelectorparameters inJmsOperationsas@Nullable#35151- Add getter for
OverflowStrategyinConcurrentWebSocketSessionDecorator#35132- Use preset Content-Type for streaming and reactive responses in Spring MVC #35130
- Leniently tolerate null
@Aspectbean #35074DataAccessResourceFailureExceptionthrown when transaction times out on PostgreSQL #35073
... (truncated)
Commits
8f64480Release v6.2.10edda473Build against Java 249fa2d7dUpgrade to Jackson 2.18.4.1c30427fUpgrade to Netty 4.1.124.Final1d908f1Upgrade to Reactor 2024.0.9 and Micrometer 1.14.1037b076bSupport multiple result sets in ScriptUtils.executeSqlScript()a9453a5Polishing3781ba2Optimize NIO path resolution in PathEditorf11a1e6Polish testsffc7854Fix checkstyle error- Additional commits viewable in compare view
Updates org.springframework:spring-jdbc from 6.1.20 to 6.2.10
Release notes
Sourced from org.springframework:spring-jdbc's releases.
v6.2.10
:star: New Features
- Optimize NIO path resolution in
PathEditor#35304- Make
typeinProblemDetailnullable #35294- Refine UriUtils#decode and StringUtils#uriDecode implementation and documentation #35253
- Provide configurable
useCachesoption forURLConnectionusage inUrlResource(avoiding jar file leak) #35218:lady_beetle: Bug Fixes
@Scheduledtasks running inSimpleAsyncTaskSchedulerare interrupted immediately on context close #35254ScriptUtils.executeSqlScript()does not support multiple results per statement #35248- Successful Autowiring Dependent on Configuration ordering and Primary Bean flag #35239
- Locale parameter in MessageSource#getMessage methods should be nullable #35230
- Allow any
@Transactionalpropagation for@TransactionalEventListenerwith BEFORE_COMMIT phase #35150- Catalog name should be handled with the provided case #35064
- Accept support for generated keys column name array on HSQLDB and Derby as well #34790
- Handle direct CanncelationException on timeout in JdkClientHttpRequest #34721
:notebook_with_decorative_cover: Documentation
- Add documentation of RequestMapping about SpEL #35232
- Document SqlBinaryValue behaviour with PostgreSQL #34786
:hammer: Dependency Upgrades
:heart: Contributors
Thank you to all the contributors who worked on this release:
@Allan-QLB,@carsago,@cw-dimedis, and@giampa91v6.2.9
:star: New Features
OncePerRequestFiltercannot be CGLib-proxied #35198- Consistently catch
InaccessibleObjectExceptionnext toIllegalAccessException#35190- Introduce
Date-to-InstantandInstant-to-Dateconverters #35175- Consistent nullability and exception declarations in
AbstractMessagingTemplatehierarchy #35159- Register runtime hints for
Instant-to-Timestampconversion #35156- Improve handling of
ResponseEntity<?>in Spring MVC #35153- Support
@CacheConfig("myCacheName")declarations for simplified configuration #35152- Declare
messageSelectorparameters inJmsOperationsas@Nullable#35151- Add getter for
OverflowStrategyinConcurrentWebSocketSessionDecorator#35132- Use preset Content-Type for streaming and reactive responses in Spring MVC #35130
- Leniently tolerate null
@Aspectbean #35074DataAccessResourceFailureExceptionthrown when transaction times out on PostgreSQL #35073
... (truncated)
Commits
8f64480Release v6.2.10edda473Build against Java 249fa2d7dUpgrade to Jackson 2.18.4.1c30427fUpgrade to Netty 4.1.124.Final1d908f1Upgrade to Reactor 2024.0.9 and Micrometer 1.14.1037b076bSupport multiple result sets in ScriptUtils.executeSqlScript()a9453a5Polishing3781ba2Optimize NIO path resolution in PathEditorf11a1e6Polish testsffc7854Fix checkstyle error- Additional commits viewable in compare view
Updates org.springframework:spring-web from 6.1.20 to 6.2.10
Release notes
Sourced from org.springframework:spring-web's releases.
v6.2.10
:star: New Features
- Optimize NIO path resolution in
PathEditor#35304- Make
typeinProblemDetailnullable #35294- Refine UriUtils#decode and StringUtils#uriDecode implementation and documentation #35253
- Provide configurable
useCachesoption forURLConnectionusage inUrlResource(avoiding jar file leak) #35218:lady_beetle: Bug Fixes
@Scheduledtasks running inSimpleAsyncTaskSchedulerare interrupted immediately on context close #35254ScriptUtils.executeSqlScript()does not support multiple results per statement #35248- Successful Autowiring Dependent on Configuration ordering and Primary Bean flag #35239
- Locale parameter in MessageSource#getMessage methods should be nullable #35230
- Allow any
@Transactionalpropagation for@TransactionalEventListenerwith BEFORE_COMMIT phase #35150- Catalog name should be handled with the provided case #35064
- Accept support for generated keys column name array on HSQLDB and Derby as well #34790
- Handle direct CanncelationException on timeout in JdkClientHttpRequest #34721
:notebook_with_decorative_cover: Documentation
- Add documentation of RequestMapping about SpEL #35232
- Document SqlBinaryValue behaviour with PostgreSQL #34786
:hammer: Dependency Upgrades
:heart: Contributors
Thank you to all the contributors who worked on this release:
@Allan-QLB,@carsago,@cw-dimedis, and@giampa91v6.2.9
:star: New Features
OncePerRequestFiltercannot be CGLib-proxied #35198- Consistently catch
InaccessibleObjectExceptionnext toIllegalAccessException#35190- Introduce
Date-to-InstantandInstant-to-Dateconverters #35175- Consistent nullability and exception declarations in
AbstractMessagingTemplatehierarchy #35159- Register runtime hints for
Instant-to-Timestampconversion #35156- Improve handling of
ResponseEntity<?>in Spring MVC #35153- Support
@CacheConfig("myCacheName")declarations for simplified configuration #35152- Declare
messageSelectorparameters inJmsOperationsas@Nullable#35151- Add getter for
OverflowStrategyinConcurrentWebSocketSessionDecorator#35132- Use preset Content-Type for streaming and reactive responses in Spring MVC #35130
- Leniently tolerate null
@Aspectbean #35074DataAccessResourceFailureExceptionthrown when transaction times out on PostgreSQL #35073
... (truncated)
Commits
8f64480Release v6.2.10edda473Build against Java 249fa2d7dUpgrade to Jackson 2.18.4.1c30427fUpgrade to Netty 4.1.124.Final1d908f1Upgrade to Reactor 2024.0.9 and Micrometer 1.14.1037b076bSupport multiple result sets in ScriptUtils.executeSqlScript()a9453a5Polishing3781ba2Optimize NIO path resolution in PathEditorf11a1e6Polish testsffc7854Fix checkstyle error- 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)
Pull Request Statistics
1
1
+1
-1
Package Dependencies
Technical Details
| ID: | 8071366 |
| UUID: | 2770326782 |
| Node ID: | PR_kwDOH2r_lc6lH9T- |
| Host: | GitHub |
| Repository: | jiangxincode/JavaWebTest |
| Merge State: | Unknown |