Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Security] Bump spring.version from 3.2.16.RELEASE to 5.3.9 #39

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps spring.version from 3.2.16.RELEASE to 5.3.9.
Updates spring-beans from 3.2.16.RELEASE to 5.3.9

Release notes

Sourced from spring-beans's releases.

v5.3.9

⭐ New Features

  • Configure CommonsMultipartResolver to support specific HTTP methods #27161
  • Allow BeanDefinitionBuilder to set an instance supplier with a ResolvableType #27160
  • Reason of @ResponseStatus on handler method is not resolved by MessageSource #27156
  • ResourceHandlerRegistry#getHandlerMapping should initialize handler once in outer loop #27153
  • Set synthetic flag using BeanDefinitionBuilder #27141
  • BeanCreationException error message should always include declaring class of constructor (or factory method) #27139
  • Improve Jetty 10 check in JettyClientHttpResponse #27136
  • Jetty10RequestUpgradeStrategy use an old jetty 9 class HandshakeRFC6455 #27121
  • ClassNotFoundException using Jetty 10 and its reactive client #27112
  • Use StringBuilder.append(char) where possible #27098
  • Consider "wss" and "https" for secure flag in Forwarded header checks #27097
  • SynchronossPartHttpMessageReader should only create temp directory when needed #27092
  • Implement equals, hashCode, & toString in BeanMethod and *Metadata types #27076
  • Remove logging dependency in BeanUtils #27070
  • Exclude sealed interfaces from auto-proxying (for JDK 17 compatibility) #27027
  • Blockhound error when running with transaction with a TransactionOperator #26955
  • Configure StandardServletMultipartResolver to only support multipart/form-data #26826
  • Add a way to set executeExistingDelayedTasksAfterShutdown from ThreadPoolTaskScheduler #26719
  • Apply dynamic changes in ThreadPoolTaskExecutor before setting local value #26700

🪲 Bug Fixes

  • JettyHttpHandlerAdapter is not aware of Server[Request|Response]Wrapper #27146
  • {*path} pattern (CaptureTheRestPathElement) includes undocumented leading slash in @PathVariable path #27132
  • NoSuchMethodError when invoke JettyWebSocketSession.getRemoteAddress in jetty 10 #27120
  • CronExpression is still broken on spring-context-5.3.8 #27117
  • SimpleMethodMetadataReadingVisitor.Source.toString() omits separator for method arguments #27095
  • DefaultPathSegment allows shared empty parameters map to be mutated #27064
  • AOP auto-proxying with proxyTargetClass=true and introduction advice does not work for JDK proxy targets #27044
  • ServletRequestDataBinder assumes Standard servlet multipart handling #26999
  • DataClassRowMapper should not override Kotlin init properties #26569

📔 Documentation

  • Add Javadoc @since to BeanDefinitionBuilder.setSynthetic() #27155
  • Fix link to Javadoc API #27151
  • Added description for HandlerInterceptor #27122
  • Fix typo in core-beans.adoc #27113
  • Fix typo in BeanDefinitionDsl.kt #27105
  • Improve docs for getContentAsByteArray method of ContentCachingRequestWrapper #27068
  • Fix explanation on default settings for content negotiation in reference doc #27067
  • Document that any @Valid* annotation triggers validation in the reference manual #27050
  • Improve RequestPartMethodArgumentResolver Javadoc #27043
  • Improve RequestResponseBodyMethodProcessor Javadoc #27042
  • Clarify that baseName in ResourceBundleMessageSource does not support multiple locations #27038
  • Link alternate documentation formats #27015

... (truncated)

Commits
  • f9b6e94 Release v5.3.9
  • bb816c1 Use MessageSource in HandlerMethod for error reason
  • 33f3aa9 Upgrade to AspectJ 1.9.7 and EclipseLink 2.7.9
  • e1f51cb Check both https and wss in forwarded header checks
  • 6ec7cff Upgrade to Kotlin 1.5.21
  • 4bc6f40 Upgrade to Reactor 2020.0.9
  • bf27904 Document ResourceBundle limitations
  • 95d7f88 Deprecate LastModified
  • 25131eb Resource handler initialized only once
  • 0267b00 Minor update to Javadoc for HandlerInterceptor#postHandle
  • Additional commits viewable in compare view

Updates spring-context from 3.2.16.RELEASE to 5.3.9

Release notes

Sourced from spring-context's releases.

v5.3.9

⭐ New Features

  • Configure CommonsMultipartResolver to support specific HTTP methods #27161
  • Allow BeanDefinitionBuilder to set an instance supplier with a ResolvableType #27160
  • Reason of @ResponseStatus on handler method is not resolved by MessageSource #27156
  • ResourceHandlerRegistry#getHandlerMapping should initialize handler once in outer loop #27153
  • Set synthetic flag using BeanDefinitionBuilder #27141
  • BeanCreationException error message should always include declaring class of constructor (or factory method) #27139
  • Improve Jetty 10 check in JettyClientHttpResponse #27136
  • Jetty10RequestUpgradeStrategy use an old jetty 9 class HandshakeRFC6455 #27121
  • ClassNotFoundException using Jetty 10 and its reactive client #27112
  • Use StringBuilder.append(char) where possible #27098
  • Consider "wss" and "https" for secure flag in Forwarded header checks #27097
  • SynchronossPartHttpMessageReader should only create temp directory when needed #27092
  • Implement equals, hashCode, & toString in BeanMethod and *Metadata types #27076
  • Remove logging dependency in BeanUtils #27070
  • Exclude sealed interfaces from auto-proxying (for JDK 17 compatibility) #27027
  • Blockhound error when running with transaction with a TransactionOperator #26955
  • Configure StandardServletMultipartResolver to only support multipart/form-data #26826
  • Add a way to set executeExistingDelayedTasksAfterShutdown from ThreadPoolTaskScheduler #26719
  • Apply dynamic changes in ThreadPoolTaskExecutor before setting local value #26700

🪲 Bug Fixes

  • JettyHttpHandlerAdapter is not aware of Server[Request|Response]Wrapper #27146
  • {*path} pattern (CaptureTheRestPathElement) includes undocumented leading slash in @PathVariable path #27132
  • NoSuchMethodError when invoke JettyWebSocketSession.getRemoteAddress in jetty 10 #27120
  • CronExpression is still broken on spring-context-5.3.8 #27117
  • SimpleMethodMetadataReadingVisitor.Source.toString() omits separator for method arguments #27095
  • DefaultPathSegment allows shared empty parameters map to be mutated #27064
  • AOP auto-proxying with proxyTargetClass=true and introduction advice does not work for JDK proxy targets #27044
  • ServletRequestDataBinder assumes Standard servlet multipart handling #26999
  • DataClassRowMapper should not override Kotlin init properties #26569

📔 Documentation

  • Add Javadoc @since to BeanDefinitionBuilder.setSynthetic() #27155
  • Fix link to Javadoc API #27151
  • Added description for HandlerInterceptor #27122
  • Fix typo in core-beans.adoc #27113
  • Fix typo in BeanDefinitionDsl.kt #27105
  • Improve docs for getContentAsByteArray method of ContentCachingRequestWrapper #27068
  • Fix explanation on default settings for content negotiation in reference doc #27067
  • Document that any @Valid* annotation triggers validation in the reference manual #27050
  • Improve RequestPartMethodArgumentResolver Javadoc #27043
  • Improve RequestResponseBodyMethodProcessor Javadoc #27042
  • Clarify that baseName in ResourceBundleMessageSource does not support multiple locations #27038
  • Link alternate documentation formats #27015

... (truncated)

Commits
  • f9b6e94 Release v5.3.9
  • bb816c1 Use MessageSource in HandlerMethod for error reason
  • 33f3aa9 Upgrade to AspectJ 1.9.7 and EclipseLink 2.7.9
  • e1f51cb Check both https and wss in forwarded header checks
  • 6ec7cff Upgrade to Kotlin 1.5.21
  • 4bc6f40 Upgrade to Reactor 2020.0.9
  • bf27904 Document ResourceBundle limitations
  • 95d7f88 Deprecate LastModified
  • 25131eb Resource handler initialized only once
  • 0267b00 Minor update to Javadoc for HandlerInterceptor#postHandle
  • Additional commits viewable in compare view

Updates spring-context-support from 3.2.16.RELEASE to 5.3.9

Release notes

Sourced from spring-context-support's releases.

v5.3.9

⭐ New Features

  • Configure CommonsMultipartResolver to support specific HTTP methods #27161
  • Allow BeanDefinitionBuilder to set an instance supplier with a ResolvableType #27160
  • Reason of @ResponseStatus on handler method is not resolved by MessageSource #27156
  • ResourceHandlerRegistry#getHandlerMapping should initialize handler once in outer loop #27153
  • Set synthetic flag using BeanDefinitionBuilder #27141
  • BeanCreationException error message should always include declaring class of constructor (or factory method) #27139
  • Improve Jetty 10 check in JettyClientHttpResponse #27136
  • Jetty10RequestUpgradeStrategy use an old jetty 9 class HandshakeRFC6455 #27121
  • ClassNotFoundException using Jetty 10 and its reactive client #27112
  • Use StringBuilder.append(char) where possible #27098
  • Consider "wss" and "https" for secure flag in Forwarded header checks #27097
  • SynchronossPartHttpMessageReader should only create temp directory when needed #27092
  • Implement equals, hashCode, & toString in BeanMethod and *Metadata types #27076
  • Remove logging dependency in BeanUtils #27070
  • Exclude sealed interfaces from auto-proxying (for JDK 17 compatibility) #27027
  • Blockhound error when running with transaction with a TransactionOperator #26955
  • Configure StandardServletMultipartResolver to only support multipart/form-data #26826
  • Add a way to set executeExistingDelayedTasksAfterShutdown from ThreadPoolTaskScheduler #26719
  • Apply dynamic changes in ThreadPoolTaskExecutor before setting local value #26700

🪲 Bug Fixes

  • JettyHttpHandlerAdapter is not aware of Server[Request|Response]Wrapper #27146
  • {*path} pattern (CaptureTheRestPathElement) includes undocumented leading slash in @PathVariable path #27132
  • NoSuchMethodError when invoke JettyWebSocketSession.getRemoteAddress in jetty 10 #27120
  • CronExpression is still broken on spring-context-5.3.8 #27117
  • SimpleMethodMetadataReadingVisitor.Source.toString() omits separator for method arguments #27095
  • DefaultPathSegment allows shared empty parameters map to be mutated #27064
  • AOP auto-proxying with proxyTargetClass=true and introduction advice does not work for JDK proxy targets #27044
  • ServletRequestDataBinder assumes Standard servlet multipart handling #26999
  • DataClassRowMapper should not override Kotlin init properties #26569

📔 Documentation

  • Add Javadoc @since to BeanDefinitionBuilder.setSynthetic() #27155
  • Fix link to Javadoc API #27151
  • Added description for HandlerInterceptor #27122
  • Fix typo in core-beans.adoc #27113
  • Fix typo in BeanDefinitionDsl.kt #27105
  • Improve docs for getContentAsByteArray method of ContentCachingRequestWrapper #27068
  • Fix explanation on default settings for content negotiation in reference doc #27067
  • Document that any @Valid* annotation triggers validation in the reference manual #27050
  • Improve RequestPartMethodArgumentResolver Javadoc #27043
  • Improve RequestResponseBodyMethodProcessor Javadoc #27042
  • Clarify that baseName in ResourceBundleMessageSource does not support multiple locations #27038
  • Link alternate documentation formats #27015

... (truncated)

Commits
  • f9b6e94 Release v5.3.9
  • bb816c1 Use MessageSource in HandlerMethod for error reason
  • 33f3aa9 Upgrade to AspectJ 1.9.7 and EclipseLink 2.7.9
  • e1f51cb Check both https and wss in forwarded header checks
  • 6ec7cff Upgrade to Kotlin 1.5.21
  • 4bc6f40 Upgrade to Reactor 2020.0.9
  • bf27904 Document ResourceBundle limitations
  • 95d7f88 Deprecate LastModified
  • 25131eb Resource handler initialized only once
  • 0267b00 Minor update to Javadoc for HandlerInterceptor#postHandle
  • Additional commits viewable in compare view

Updates spring-core from 3.2.16.RELEASE to 5.3.9 This update includes security fixes.

Vulnerabilities fixed

Sourced from The GitHub Security Advisory Database.

Moderate severity vulnerability that affects org.springframework:spring-core and org.springframework.security:spring-security-core Both Spring Security 3.2.x, 4.0.x, 4.1.0 and the Spring Framework 3.2.x, 4.0.x, 4.1.x, 4.2.x rely on URL pattern mappings for authorization and for mapping requests to controllers respectively. Differences in the strictness of the pattern matching mechanisms, for example with regards to space trimming in path segments, can lead Spring Security to not recognize certain paths as not protected that are in fact mapped to Spring MVC controllers that should be protected. The problem is compounded by the fact that the Spring Framework provides richer features with regards to pattern matching as well as by the fact that pattern matching in each Spring Security and the Spring Framework can easily be customized creating additional differences.

Affected versions: < 4.3.1

Sourced from The GitHub Security Advisory Database.

High severity vulnerability that affects org.springframework:spring-core Spring Framework, versions 5.0 prior to 5.0.5 and versions 4.3 prior to 4.3.16 and older unsupported versions, allow applications to expose STOMP over WebSocket endpoints with a simple, in-memory STOMP broker through the spring-messaging module. A malicious user (or attacker) can craft a message to the broker that can lead to a remote code execution attack. This CVE addresses the partial fix for CVE-2018-1270 in the 4.3.x branch of the Spring Framework.

Affected versions: < 4.3.16

Sourced from The GitHub Security Advisory Database.

Moderate severity vulnerability that affects org.springframework:spring-core Spring Framework, versions 5.0 prior to 5.0.5 and versions 4.3 prior to 4.3.15 and older unsupported versions, provide client-side support for multipart requests. When Spring MVC or Spring WebFlux server application (server A) receives input from a remote client, and then uses that input to make a multipart request to another server (server B), it can be exposed to an attack, where an extra multipart is inserted in the content of the request from server A, causing server B to use the wrong value for a part it expects. This could to lead privilege escalation, for example, if the part content represents a username or user roles.

Affected versions: < 4.3.15

Sourced from The GitHub Security Advisory Database.

Moderate severity vulnerability that affects org.springframework:spring-core Spring Framework, versions 5.0 prior to 5.0.5 and versions 4.3 prior to 4.3.15 and older unsupported versions, allow applications to configure Spring MVC to serve static resources (e.g. CSS, JS, images). When static resources are served from a file system on Windows (as opposed to the classpath, or the ServletContext), a malicious user can send a request using a specially crafted URL that can lead a directory traversal attack.

Affected versions: < 4.3.15

Sourced from The GitHub Security Advisory Database.

High severity vulnerability that affects org.springframework:spring-core Spring Framework, versions 5.0 prior to 5.0.5 and versions 4.3 prior to 4.3.15 and older unsupported versions, allow applications to expose STOMP over WebSocket endpoints with a simple, in-memory STOMP broker through the spring-messaging module. A malicious user (or attacker) can craft a message to the broker that can lead to a remote code execution attack.

Affected versions: < 4.3.16

Sourced from The GitHub Security Advisory Database.

Moderate severity vulnerability that affects org.springframework:spring-core Spring Framework, versions 5.0.x prior to 5.0.6, versions 4.3.x prior to 4.3.17, and older unsupported versions allows applications to expose STOMP over WebSocket endpoints with a simple, in-memory STOMP broker through the spring-messaging module. A malicious user (or attacker) can craft a message to the broker that can lead to a regular expression, denial of service attack.

Affected versions: < 4.3.17

Sourced from The GitHub Security Advisory Database.

Moderate severity vulnerability that affects org.springframework:spring-core An issue was discovered in Pivotal Spring Framework before 3.2.18, 4.2.x before 4.2.9, and 4.3.x before 4.3.5. Paths provided to the ResourceServlet were not properly sanitized and as a result exposed to directory traversal attacks.

Affected versions: < 3.2.18

Sourced from The GitHub Security Advisory Database.

Denial of Service in Spring Framework Spring Framework, version 5.1, versions 5.0.x prior to 5.0.10, versions 4.3.x prior to 4.3.20, and older unsupported versions on the 4.2.x branch provide support for range requests when serving static resources through the ResourceHttpRequestHandler, or starting in 5.0 when an annotated controller returns an org.springframework.core.io.Resource. A malicious user (or attacker) can add a range header with a high number of ranges, or with wide ranges that overlap, or both, for a denial of service attack. This vulnerability affects applications that depend on either spring-webmvc or spring-webflux. Such applications must also have a registration for serving static resources (e.g. JS, CSS, images, and others), or have an annotated controller that returns an org.springframework.core.io.Resource. Spring Boot applications that depend on spring-boot-starter-web or spring-boot-starter-webflux are ready to serve static resources out of the box and are therefore vulnerable.

Affected versions: < 4.3.2

Sourced from The GitHub Security Advisory Database.

Denial of Service in Spring Framework Spring Framework, version 5.1, versions 5.0.x prior to 5.0.10, versions 4.3.x prior to 4.3.20, and older unsupported versions on the 4.2.x branch provide support for range requests when serving static resources through the ResourceHttpRequestHandler, or starting in 5.0 when an annotated controller returns an org.springframework.core.io.Resource. A malicious user (or attacker) can add a range header with a high number of ranges, or with wide ranges that overlap, or both, for a denial of service attack. This vulnerability affects applications that depend on either spring-webmvc or spring-webflux. Such applications must also have a registration for serving static resources (e.g. JS, CSS, images, and others), or have an annotated controller that returns an org.springframework.core.io.Resource. Spring Boot applications that depend on spring-boot-starter-web or spring-boot-starter-webflux are ready to serve static resources out of the box and are therefore vulnerable.

Affected versions: < 4.3.20

Release notes

Sourced from spring-core's releases.

v5.3.9

⭐ New Features

  • Configure CommonsMultipartResolver to support specific HTTP methods #27161
  • Allow BeanDefinitionBuilder to set an instance supplier with a ResolvableType #27160
  • Reason of @ResponseStatus on handler method is not resolved by MessageSource #27156
  • ResourceHandlerRegistry#getHandlerMapping should initialize handler once in outer loop #27153
  • Set synthetic flag using BeanDefinitionBuilder #27141
  • BeanCreationException error message should always include declaring class of constructor (or factory method) #27139
  • Improve Jetty 10 check in JettyClientHttpResponse #27136
  • Jetty10RequestUpgradeStrategy use an old jetty 9 class HandshakeRFC6455 #27121
  • ClassNotFoundException using Jetty 10 and its reactive client #27112
  • Use StringBuilder.append(char) where possible #27098
  • Consider "wss" and "https" for secure flag in Forwarded header checks #27097
  • SynchronossPartHttpMessageReader should only create temp directory when needed #27092
  • Implement equals, hashCode, & toString in BeanMethod and *Metadata types #27076
  • Remove logging dependency in BeanUtils #27070
  • Exclude sealed interfaces from auto-proxying (for JDK 17 compatibility) #27027
  • Blockhound error when running with transaction with a TransactionOperator #26955
  • Configure StandardServletMultipartResolver to only support multipart/form-data #26826
  • Add a way to set executeExistingDelayedTasksAfterShutdown from ThreadPoolTaskScheduler #26719
  • Apply dynamic changes in ThreadPoolTaskExecutor before setting local value #26700

🪲 Bug Fixes

  • JettyHttpHandlerAdapter is not aware of Server[Request|Response]Wrapper #27146
  • {*path} pattern (CaptureTheRestPathElement) includes undocumented leading slash in @PathVariable path #27132
  • NoSuchMethodError when invoke JettyWebSocketSession.getRemoteAddress in jetty 10 #27120
  • CronExpression is still broken on spring-context-5.3.8 #27117
  • SimpleMethodMetadataReadingVisitor.Source.toString() omits separator for method arguments #27095
  • DefaultPathSegment allows shared empty parameters map to be mutated #27064
  • AOP auto-proxying with proxyTargetClass=true and introduction advice does not work for JDK proxy targets #27044
  • ServletRequestDataBinder assumes Standard servlet multipart handling #26999
  • DataClassRowMapper should not override Kotlin init properties #26569

📔 Documentation

  • Add Javadoc @since to BeanDefinitionBuilder.setSynthetic() #27155
  • Fix link to Javadoc API #27151
  • Added description for HandlerInterceptor #27122
  • Fix typo in core-beans.adoc #27113
  • Fix typo in BeanDefinitionDsl.kt #27105
  • Improve docs for getContentAsByteArray method of ContentCachingRequestWrapper #27068
  • Fix explanation on default settings for content negotiation in reference doc #27067
  • Document that any @Valid* annotation triggers validation in the reference manual #27050
  • Improve RequestPartMethodArgumentResolver Javadoc #27043
  • Improve RequestResponseBodyMethodProcessor Javadoc #27042
  • Clarify that baseName in ResourceBundleMessageSource does not support multiple locations #27038
  • Link alternate documentation formats #27015

... (truncated)

Commits
  • f9b6e94 Release v5.3.9
  • bb816c1 Use MessageSource in HandlerMethod for error reason
  • 33f3aa9 Upgrade to AspectJ 1.9.7 and EclipseLink 2.7.9
  • e1f51cb Check both https and wss in forwarded header checks
  • 6ec7cff Upgrade to Kotlin 1.5.21
  • 4bc6f40 Upgrade to Reactor 2020.0.9
  • bf27904 Document ResourceBundle limitations
  • 95d7f88 Deprecate LastModified
  • 25131eb Resource handler initialized only once
  • 0267b00 Minor update to Javadoc for HandlerInterceptor#postHandle
  • Additional commits viewable in compare view

Updates spring-jdbc from 3.2.16.RELEASE to 5.3.9

Release notes

Sourced from spring-jdbc's releases.

v5.3.9

⭐ New Features

  • Configure CommonsMultipartResolver to support specific HTTP methods #27161
  • Allow BeanDefinitionBuilder to set an instance supplier with a ResolvableType #27160
  • Reason of @ResponseStatus on handler method is not resolved by MessageSource #27156
  • ResourceHandlerRegistry#getHandlerMapping should initialize handler once in outer loop #27153
  • Set synthetic flag using BeanDefinitionBuilder #27141
  • BeanCreationException error message should always include declaring class of constructor (or factory method) #27139
  • Improve Jetty 10 check in JettyClientHttpResponse #27136
  • Jetty10RequestUpgradeStrategy use an old jetty 9 class HandshakeRFC6455 #27121
  • ClassNotFoundException using Jetty 10 and its reactive client #27112
  • Use StringBuilder.append(char) where possible #27098
  • Consider "wss" and "https" for secure flag in Forwarded header checks #27097
  • SynchronossPartHttpMessageReader should only create temp directory when needed #27092
  • Implement equals, hashCode, & toString in BeanMethod and *Metadata types #27076
  • Remove logging dependency in BeanUtils #27070
  • Exclude sealed interfaces from auto-proxying (for JDK 17 compatibility) #27027
  • Blockhound error when running with transaction with a TransactionOperator #26955
  • Configure StandardServletMultipartResolver to only support multipart/form-data #26826
  • Add a way to set executeExistingDelayedTasksAfterShutdown from ThreadPoolTaskScheduler #26719
  • Apply dynamic changes in ThreadPoolTaskExecutor before setting local value #26700

🪲 Bug Fixes

  • JettyHttpHandlerAdapter is not aware of Server[Request|Response]Wrapper #27146
  • {*path} pattern (CaptureTheRestPathElement) includes undocumented leading slash in @PathVariable path #27132
  • NoSuchMethodError when invoke JettyWebSocketSession.getRemoteAddress in jetty 10 #27120
  • CronExpression is still broken on spring-context-5.3.8 #27117
  • SimpleMethodMetadataReadingVisitor.Source.toString() omits separator for method arguments #27095
  • DefaultPathSegment allows shared empty parameters map to be mutated #27064
  • AOP auto-proxying with proxyTargetClass=true and introduction advice does not work for JDK proxy targets #27044
  • ServletRequestDataBinder assumes Standard servlet multipart handling #26999
  • DataClassRowMapper should not override Kotlin init properties #26569

📔 Documentation

  • Add Javadoc @since to BeanDefinitionBuilder.setSynthetic() #27155
  • Fix link to Javadoc API #27151
  • Added description for HandlerInterceptor #27122
  • Fix typo in core-beans.adoc #27113
  • Fix typo in BeanDefinitionDsl.kt #27105
  • Improve docs for getContentAsByteArray method of ContentCachingRequestWrapper #27068
  • Fix explanation on default settings for content negotiation in reference doc #27067
  • Document that any @Valid* annotation triggers validation in the reference manual #27050
  • Improve RequestPartMethodArgumentResolver Javadoc #27043
  • Improve RequestResponseBodyMethodProcessor Javadoc #27042
  • Clarify that baseName in ResourceBundleMessageSource does not support multiple locations #27038
  • Link alternate documentation formats #27015

... (truncated)

Commits
  • f9b6e94 Release v5.3.9
  • bb816c1 Use MessageSource in HandlerMethod for error reason
  • 33f3aa9 Upgrade to AspectJ 1.9.7 and EclipseLink 2.7.9
  • e1f51cb Check both https and wss in forwarded header checks
  • 6ec7cff Upgrade to Kotlin 1.5.21
  • 4bc6f40 Upgrade to Reactor 2020.0.9
  • bf27904 Document ResourceBundle limitations
  • 95d7f88 Deprecate LastModified
  • 25131eb Resource handler initialized only once
  • 0267b00 Minor update to Javadoc for HandlerInterceptor#postHandle
  • Additional commits viewable in compare view

Updates spring-jms from 3.2.16.RELEASE to 5.3.9

Release notes

Sourced from spring-jms's releases.

v5.3.9

⭐ New Features

  • Configure CommonsMultipartResolver to support specific HTTP methods #27161
  • Allow BeanDefinitionBuilder to set an instance supplier with a ResolvableType #27160
  • Reason of @ResponseStatus on handler method is not resolved by MessageSource #27156
  • ResourceHandlerRegistry#getHandlerMapping should initialize handler once in outer loop #27153
  • Set synthetic flag using BeanDefinitionBuilder #27141
  • BeanCreationException error message should always include declaring class of constructor (or factory method) #27139
  • Improve Jetty 10 check in JettyClientHttpResponse #27136
  • Jetty10RequestUpgradeStrategy use an old jetty 9 class HandshakeRFC6455 #27121
  • ClassNotFoundException using Jetty 10 and its reactive client #27112
  • Use StringBuilder.append(char) where possible #27098
  • Consider "wss" and "https" for secure flag in Forwarded header checks #27097
  • SynchronossPartHttpMessageReader should only create temp directory when needed #27092
  • Implement equals, hashCode, & toString in BeanMethod and *Metadata types #27076
  • Remove logging dependency in BeanUtils #27070
  • Exclude sealed interfaces from auto-proxying (for JDK 17 compatibility) #27027
  • Blockhound error when running with transaction with a TransactionOperator #26955
  • Configure StandardServletMultipartResolver to only support multipart/form-data #26826
  • Add a way to set executeExistingDelayedTasksAfterShutdown from ThreadPoolTaskScheduler #26719
  • Apply dynamic changes in ThreadPoolTaskExecutor before setting local value #26700

🪲 Bug Fixes

  • JettyHttpHandlerAdapter is not aware of Server[Request|Response]Wrapper #27146
  • {*path} pattern (CaptureTheRestPathElement) includes undocumented leading slash in @PathVariable path #27132
  • NoSuchMethodError when invoke JettyWebSocketSession.getRemoteAddress in jetty 10 #27120
  • CronExpression is still broken on spring-context-5.3.8 #27117
  • SimpleMethodMetadataReadingVisitor.Source.toString() omits separator for method arguments #27095
  • DefaultPathSegment allows shared empty parameters map to be mutated #27064
  • AOP auto-proxying with proxyTargetClass=true and introduction advice does not work for JDK proxy targets #27044
  • ServletRequestDataBinder assumes Standard servlet multipart handling #26999
  • DataClassRowMapper should not override Kotlin init properties #26569

📔 Documentation

  • Add Javadoc @since to BeanDefinitionBuilder.setSynthetic() #27155
  • Fix link to Javadoc API #27151
  • Added description for HandlerInterceptor #27122
  • Fix typo in core-beans.adoc #27113
  • Fix typo in BeanDefinitionDsl.kt #27105
  • Improve docs for getContentAsByteArray method of ContentCachingRequestWrapper #27068
  • Fix explanation on default settings for content negotiation in reference doc #27067
  • Document that any @Valid* annotation triggers validation in the reference manual #27050
  • Improve RequestPartMethodArgumentResolver Javadoc #27043
  • Improve RequestResponseBodyMethodProcessor Javadoc #27042
  • Clarify that baseName in ResourceBundleMessageSource does not support multiple locations #27038
  • Link alternate documentation formats #27015

... (truncated)

Commits
  • f9b6e94 Release v5.3.9
  • bb816c1 Use MessageSource in HandlerMethod for error reason
  • 33f3aa9 Upgrade to AspectJ 1.9.7 and EclipseLink 2.7.9
  • e1f51cb Check both https and wss in forwarded header checks
  • 6ec7cff Upgrade to Kotlin 1.5.21
  • 4bc6f40 Upgrade to Reactor 2020.0.9
  • bf27904 Document ResourceBundle limitations
  • 95d7f88 Deprecate LastModified
  • 25131eb Resource handler initialized only once
  • 0267b00 Minor update to Javadoc for HandlerInterceptor#postHandle
  • Additional commits viewable in compare view

Updates spring-tx from 3.2.16.RELEASE to 5.3.9

Release notes

Sourced from spring-tx's releases.

v5.3.9

⭐ New Features

  • Configure CommonsMultipartResolver to support specific HTTP methods #27161
  • Allow BeanDefinitionBuilder to set an instance supplier with a ResolvableType #27160
  • Reason of @ResponseStatus on handler method is not resolved by MessageSource #27156
  • ResourceHandlerRegistry#getHandlerMapping should initialize handler once in outer loop #27153
  • Set synthetic flag using BeanDefinitionBuilder #27141
  • BeanCreationException error message should always include declaring class of constructor (or factory method) #27139
  • Improve Jetty 10 check in JettyClientHttpResponse #27136
  • Jetty10RequestUpgradeStrategy use an old jetty 9 class HandshakeRFC6455 #27121
  • ClassNotFoundException using Jetty 10 and its reactive client #27112
  • Use StringBuilder.append(char) where possible #27098
  • Consider "wss" and "https" for secure flag in Forwarded header checks #27097
  • SynchronossPartHttpMessageReader should only create temp directory when needed #27092
  • Implement equals, hashCode, & toString in BeanMethod and *Metadata types #27076
  • Remove logging dependency in BeanUtils #27070
  • Exclude sealed interfaces from auto-proxying (for JDK 17 compatibility) #27027
  • Blockhound error when running with transaction with a TransactionOperator #26955
  • Configure StandardServletMultipartResolver to only support multipart/form-data #26826
  • Add a way to set executeExistingDelayedTasksAfterShutdown from ThreadPoolTaskScheduler #26719
  • Apply dynamic changes in ThreadPoolTaskExecutor before setting local value #26700

🪲 Bug Fixes

  • JettyHttpHandlerAdapter is not aware of Server[Request|Response]Wrapper #27146
  • {*path} pattern (CaptureTheRestPathElement) includes undocumented leading slash in @PathVariable path #27132
  • NoSuchMethodError when invoke JettyWebSocketSession.getRemoteAddress in jetty 10 #27120
  • CronExpression is still broken on spring-context-5.3.8 #27117
  • SimpleMethodMetadataReadingVisitor.Source.toString() omits separator for method arguments #27095
  • DefaultPathSegment allows shared empty parameters map to be mutated #27064
  • AOP auto-proxying with proxyTargetClass=true and introduction advice does not work for JDK proxy targets #27044
  • ServletRequestDataBinder assumes Standard servlet multipart handling #26999
  • DataClassRowMapper should not override Kotlin init properties #26569

📔 Documentation

  • Add Javadoc @since to BeanDefinitionBuilder.setSynthetic() #27155
  • Fix link to Javadoc API #27151
  • Added description for HandlerInterceptor #27122
  • Fix typo in core-beans.adoc #27113
  • Fix typo in BeanDefinitionDsl.kt #27105
  • Improve docs for getContentAsByteArray method of ContentCachingRequestWrapper #27068
  • Fix explanation on default settings for content negotiation in reference doc #27067
  • Document that any @Valid* annotation triggers validation in the reference manual #27050
  • Improve RequestPartMethodArgumentResolver Javadoc #27043
  • Improve RequestResponseBodyMethodProcessor Javadoc #27042
  • Clarify that baseName in ResourceBundleMessageSource does not support multiple locations #27038
  • Link alternate documentation formats #27015

... (truncated)

Commits
  • f9b6e94 Release v5.3.9
  • bb816c1 Use MessageSource in HandlerMethod for error reason
  • 33f3aa9 Upgrade to AspectJ 1.9.7 and EclipseLink 2.7.9
  • e1f51cb Check both https and wss in forwarded header checks
  • 6ec7cff Upgrade to Kotlin 1.5.21
  • 4bc6f40 Upgrade to Reactor 2020.0.9
  • bf27904 Document ResourceBundle limitations
  • 95d7f88 Deprecate LastModified
  • 25131eb Resource handler initialized only once
  • 0267b00 Minor update to Javadoc for HandlerInterceptor#postHandle
  • 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

jjansenvr and others added 3 commits February 7, 2017 13:57
Bumps `spring.version` from 3.2.16.RELEASE to 5.3.9.

Updates `spring-beans` from 3.2.16.RELEASE to 5.3.9
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v3.2.16.RELEASE...v5.3.9)

Updates `spring-context` from 3.2.16.RELEASE to 5.3.9
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v3.2.16.RELEASE...v5.3.9)

Updates `spring-context-support` from 3.2.16.RELEASE to 5.3.9
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v3.2.16.RELEASE...v5.3.9)

Updates `spring-core` from 3.2.16.RELEASE to 5.3.9
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v3.2.16.RELEASE...v5.3.9)

Updates `spring-jdbc` from 3.2.16.RELEASE to 5.3.9
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v3.2.16.RELEASE...v5.3.9)

Updates `spring-jms` from 3.2.16.RELEASE to 5.3.9
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v3.2.16.RELEASE...v5.3.9)

Updates `spring-tx` from 3.2.16.RELEASE to 5.3.9
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v3.2.16.RELEASE...v5.3.9)

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file security Pull requests that address a security vulnerability labels Jul 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file security Pull requests that address a security vulnerability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant