Bump spring.version from 6.1.2 to 6.1.3
Type: Pull Request
State: Closed
Association: Contributor
Comments: 1
(over 2 years ago)
(9 months ago)
(9 months ago)
dependencies java
Bumps spring.version from 6.1.2 to 6.1.3.
Updates org.springframework:spring-context from 6.1.2 to 6.1.3
Release notes
Sourced from org.springframework:spring-context's releases.
v6.1.3
:star: New Features
- Perform checks for bean validation constraints in HandlerMethod only when needed #32007
- Exclude URI query from remaining WebClient checkpoints #31992
- Avoid early getMostSpecificMethod resolution in CommonAnnotationBeanPostProcessor #31967
- Introduce
processInjection()inCommonAnnotationBeanPostProcessor#31956- Make maximum length of SpEL expressions in an
ApplicationContextconfigurable #31952JdkClientHttpRequestmay block indefinitely #31911- Allow
Propagation.NOT\_SUPPORTEDwith@TransactionalEventListener#31907- Review HibernateJpaVendorAdapter to align dialect to use for recent Hibernate versions #31896
- Improve method validation support for containers with constraints on container elements #31887
- Method validation is not triggered when constraints are applied to the elements of a List #31870
- Use standard String comparison in ExtendedBeanInfo.PropertyDescriptorComparator #31866
- Detect Jetty 12 "max length exceeded" message for
MaxUploadSizeExceededException#31850- Ensure that Observation is stopped and Scope is closed in doReceiveAndExecute() #31798
- Support the use of
@Resourcein test classes in AOT mode #31733- Add support for configuring sslContext in StandardWebSocketClient #30680
- Refine allocations for improved memory profile when creating a large amount of proxy instances #30499
- Check ResponseStatusException reason as MessageSource code for ProblemDetail #30300
SpringValidatorAdapterfails ingetRejectedValueifValueExtractorused in property path to unwrap a container type #29043- Add CORS support for Private Network Access #28546
- Introduce NoOpTaskScheduler for disabling
@Scheduledtasks in test setups #28073- MvcUriComponentsBuilder should resolve property placeholders in request mapping paths #26795
- Allow SockJsUrlInfo to be overridden in SockJsClient #25888
- Extending abstract class does not expose parameter annotations #25788
- DatabasePopulatorConfigUtils should only set a populator if matching scripts are defined #23405
@annotationpointcut is not matched with complex hierarchy and generics against classes compiled by Eclipse [SPR-17310] #21843- Allow registration of application event listeners in a functional way [SPR-16872] #21411
- Allow CronTrigger to resume from specified timestamp [SPR-14909] #19475
:lady_beetle: Bug Fixes
- Using a URI variable for port in
WebClientcauses anIllegalStateException#32003- [spring-tx] Unable to override prepareSynchronization of AbstractPlatformTransactionManager from v6.1.0 #32000
RestClientResponseExceptionhandlesresponseHeaderscase-sensitive #31978- CronTrigger hard-codes default ZoneId instead of participating in scheduler-wide Clock setup #31948
- HandlerMappingIntrospector is throwing PatternSyntaxException for wildcards in the request URL #31937
- java.lang.NullPointerException with Scheduled tasks through DefaultScheduledTaskObservationConvention #31918
- HibernateJpaVendorAdapter refers to org.hibernate.dialect.Oracle12cDialect that does not exist in recent Hibernate versions #31892
- ClassNotFoundException: org.hibernate.dialect.MySQL57Dialect with Hibernate 6.4 #31889
- Inconsistent inclusion of base URL in
WebClientURI template attribute since Spring WebFlux 6.1.2 #31882@Asyncdoes not supportUnit?return type #31881- Web handlers don't support Kotlin extensions #31876
- DefaultDataBuffer fails to transform its content to a string #31873
- With XML configuration, setter selection can be random in case of overloaded setter methods (e.g. on SimpleClientHttpRequestFactory in 6.1) #31872
- Complete frame callback when opcode is not PONG #31869
@Cacheabledoes not respect cache hit when empty Mono/Flux response is returned #31868- Unable to use sync cache with reactivestreams #31861
- Spring Websocket - JettyWebsocketHandlerAdapter copyByteBuffer fills Buffer with zeros #31857
... (truncated)
Commits
b19f98bRelease v6.1.350fad9eLenient port handling in HierarchicalUriComponents#toUriString2b4ffe0Consistent inclusion of baseUrl in URI_TEMPLATE attributee7eaaadExplicit initialization of shouldValidate flagsf6e5290Polish SpEL documentation62b5e42Fix syntax for disabled selection/projection tests in ParsingTests1631be5Provide guidelines in AspectJ documentation to avoid dumps9ccc72aUpgrade to spring-javaformat-checkstyle 0.0.4101b2856Document Kotlin internal modifier impact on@Bean6dca7b2Polishing contribution- Additional commits viewable in compare view
Updates org.springframework:spring-jdbc from 6.1.2 to 6.1.3
Release notes
Sourced from org.springframework:spring-jdbc's releases.
v6.1.3
:star: New Features
- Perform checks for bean validation constraints in HandlerMethod only when needed #32007
- Exclude URI query from remaining WebClient checkpoints #31992
- Avoid early getMostSpecificMethod resolution in CommonAnnotationBeanPostProcessor #31967
- Introduce
processInjection()inCommonAnnotationBeanPostProcessor#31956- Make maximum length of SpEL expressions in an
ApplicationContextconfigurable #31952JdkClientHttpRequestmay block indefinitely #31911- Allow
Propagation.NOT\_SUPPORTEDwith@TransactionalEventListener#31907- Review HibernateJpaVendorAdapter to align dialect to use for recent Hibernate versions #31896
- Improve method validation support for containers with constraints on container elements #31887
- Method validation is not triggered when constraints are applied to the elements of a List #31870
- Use standard String comparison in ExtendedBeanInfo.PropertyDescriptorComparator #31866
- Detect Jetty 12 "max length exceeded" message for
MaxUploadSizeExceededException#31850- Ensure that Observation is stopped and Scope is closed in doReceiveAndExecute() #31798
- Support the use of
@Resourcein test classes in AOT mode #31733- Add support for configuring sslContext in StandardWebSocketClient #30680
- Refine allocations for improved memory profile when creating a large amount of proxy instances #30499
- Check ResponseStatusException reason as MessageSource code for ProblemDetail #30300
SpringValidatorAdapterfails ingetRejectedValueifValueExtractorused in property path to unwrap a container type #29043- Add CORS support for Private Network Access #28546
- Introduce NoOpTaskScheduler for disabling
@Scheduledtasks in test setups #28073- MvcUriComponentsBuilder should resolve property placeholders in request mapping paths #26795
- Allow SockJsUrlInfo to be overridden in SockJsClient #25888
- Extending abstract class does not expose parameter annotations #25788
- DatabasePopulatorConfigUtils should only set a populator if matching scripts are defined #23405
@annotationpointcut is not matched with complex hierarchy and generics against classes compiled by Eclipse [SPR-17310] #21843- Allow registration of application event listeners in a functional way [SPR-16872] #21411
- Allow CronTrigger to resume from specified timestamp [SPR-14909] #19475
:lady_beetle: Bug Fixes
- Using a URI variable for port in
WebClientcauses anIllegalStateException#32003- [spring-tx] Unable to override prepareSynchronization of AbstractPlatformTransactionManager from v6.1.0 #32000
RestClientResponseExceptionhandlesresponseHeaderscase-sensitive #31978- CronTrigger hard-codes default ZoneId instead of participating in scheduler-wide Clock setup #31948
- HandlerMappingIntrospector is throwing PatternSyntaxException for wildcards in the request URL #31937
- java.lang.NullPointerException with Scheduled tasks through DefaultScheduledTaskObservationConvention #31918
- HibernateJpaVendorAdapter refers to org.hibernate.dialect.Oracle12cDialect that does not exist in recent Hibernate versions #31892
- ClassNotFoundException: org.hibernate.dialect.MySQL57Dialect with Hibernate 6.4 #31889
- Inconsistent inclusion of base URL in
WebClientURI template attribute since Spring WebFlux 6.1.2 #31882@Asyncdoes not supportUnit?return type #31881- Web handlers don't support Kotlin extensions #31876
- DefaultDataBuffer fails to transform its content to a string #31873
- With XML configuration, setter selection can be random in case of overloaded setter methods (e.g. on SimpleClientHttpRequestFactory in 6.1) #31872
- Complete frame callback when opcode is not PONG #31869
@Cacheabledoes not respect cache hit when empty Mono/Flux response is returned #31868- Unable to use sync cache with reactivestreams #31861
- Spring Websocket - JettyWebsocketHandlerAdapter copyByteBuffer fills Buffer with zeros #31857
... (truncated)
Commits
b19f98bRelease v6.1.350fad9eLenient port handling in HierarchicalUriComponents#toUriString2b4ffe0Consistent inclusion of baseUrl in URI_TEMPLATE attributee7eaaadExplicit initialization of shouldValidate flagsf6e5290Polish SpEL documentation62b5e42Fix syntax for disabled selection/projection tests in ParsingTests1631be5Provide guidelines in AspectJ documentation to avoid dumps9ccc72aUpgrade to spring-javaformat-checkstyle 0.0.4101b2856Document Kotlin internal modifier impact on@Bean6dca7b2Polishing contribution- Additional commits viewable in compare view
Updates org.springframework:spring-web from 6.1.2 to 6.1.3
Release notes
Sourced from org.springframework:spring-web's releases.
v6.1.3
:star: New Features
- Perform checks for bean validation constraints in HandlerMethod only when needed #32007
- Exclude URI query from remaining WebClient checkpoints #31992
- Avoid early getMostSpecificMethod resolution in CommonAnnotationBeanPostProcessor #31967
- Introduce
processInjection()inCommonAnnotationBeanPostProcessor#31956- Make maximum length of SpEL expressions in an
ApplicationContextconfigurable #31952JdkClientHttpRequestmay block indefinitely #31911- Allow
Propagation.NOT\_SUPPORTEDwith@TransactionalEventListener#31907- Review HibernateJpaVendorAdapter to align dialect to use for recent Hibernate versions #31896
- Improve method validation support for containers with constraints on container elements #31887
- Method validation is not triggered when constraints are applied to the elements of a List #31870
- Use standard String comparison in ExtendedBeanInfo.PropertyDescriptorComparator #31866
- Detect Jetty 12 "max length exceeded" message for
MaxUploadSizeExceededException#31850- Ensure that Observation is stopped and Scope is closed in doReceiveAndExecute() #31798
- Support the use of
@Resourcein test classes in AOT mode #31733- Add support for configuring sslContext in StandardWebSocketClient #30680
- Refine allocations for improved memory profile when creating a large amount of proxy instances #30499
- Check ResponseStatusException reason as MessageSource code for ProblemDetail #30300
SpringValidatorAdapterfails ingetRejectedValueifValueExtractorused in property path to unwrap a container type #29043- Add CORS support for Private Network Access #28546
- Introduce NoOpTaskScheduler for disabling
@Scheduledtasks in test setups #28073- MvcUriComponentsBuilder should resolve property placeholders in request mapping paths #26795
- Allow SockJsUrlInfo to be overridden in SockJsClient #25888
- Extending abstract class does not expose parameter annotations #25788
- DatabasePopulatorConfigUtils should only set a populator if matching scripts are defined #23405
@annotationpointcut is not matched with complex hierarchy and generics against classes compiled by Eclipse [SPR-17310] #21843- Allow registration of application event listeners in a functional way [SPR-16872] #21411
- Allow CronTrigger to resume from specified timestamp [SPR-14909] #19475
:lady_beetle: Bug Fixes
- Using a URI variable for port in
WebClientcauses anIllegalStateException#32003- [spring-tx] Unable to override prepareSynchronization of AbstractPlatformTransactionManager from v6.1.0 #32000
RestClientResponseExceptionhandlesresponseHeaderscase-sensitive #31978- CronTrigger hard-codes default ZoneId instead of participating in scheduler-wide Clock setup #31948
- HandlerMappingIntrospector is throwing PatternSyntaxException for wildcards in the request URL #31937
- java.lang.NullPointerException with Scheduled tasks through DefaultScheduledTaskObservationConvention #31918
- HibernateJpaVendorAdapter refers to org.hibernate.dialect.Oracle12cDialect that does not exist in recent Hibernate versions #31892
- ClassNotFoundException: org.hibernate.dialect.MySQL57Dialect with Hibernate 6.4 #31889
- Inconsistent inclusion of base URL in
WebClientURI template attribute since Spring WebFlux 6.1.2 #31882@Asyncdoes not supportUnit?return type #31881- Web handlers don't support Kotlin extensions #31876
- DefaultDataBuffer fails to transform its content to a string #31873
- With XML configuration, setter selection can be random in case of overloaded setter methods (e.g. on SimpleClientHttpRequestFactory in 6.1) #31872
- Complete frame callback when opcode is not PONG #31869
@Cacheabledoes not respect cache hit when empty Mono/Flux response is returned #31868- Unable to use sync cache with reactivestreams #31861
- Spring Websocket - JettyWebsocketHandlerAdapter copyByteBuffer fills Buffer with zeros #31857
... (truncated)
Commits
b19f98bRelease v6.1.350fad9eLenient port handling in HierarchicalUriComponents#toUriString2b4ffe0Consistent inclusion of baseUrl in URI_TEMPLATE attributee7eaaadExplicit initialization of shouldValidate flagsf6e5290Polish SpEL documentation62b5e42Fix syntax for disabled selection/projection tests in ParsingTests1631be5Provide guidelines in AspectJ documentation to avoid dumps9ccc72aUpgrade to spring-javaformat-checkstyle 0.0.4101b2856Document Kotlin internal modifier impact on@Bean6dca7b2Polishing contribution- Additional commits viewable in compare view
You can trigger a rebase of this PR 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)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Pull Request Statistics
1
1
+1
-1
Package Dependencies
Technical Details
| ID: | 5689494 |
| UUID: | 1685851295 |
| Node ID: | PR_kwDOH2r_lc5kfAyf |
| Host: | GitHub |
| Repository: | jiangxincode/JavaWebTest |
| Merge State: | Dirty |