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

build(deps): bump spring.version from 3.0.5.RELEASE to 5.1.9.RELEASE #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 27, 2019

Bumps spring.version from 3.0.5.RELEASE to 5.1.9.RELEASE.

Updates spring-core from 3.0.5.RELEASE to 5.1.9.RELEASE

Release notes

Sourced from spring-core's releases.

v5.1.9.RELEASE

⭐ New Features

  • WebClient's retrieve doesn't support custom HTTP status code #23367
  • Can't wrap a ClientResponse with a custom status code in a builder #23366
  • Javadoc missing on some public BeanDefinitionParserDelegate methods #23349
  • In contrast to the Javadoc, ServerHttpRequest.Builder implementation does not override headers #23333
  • Hibernate Query.list() is not included in SharedEntityManagerCreator.queryTerminatingMethods set, causing database connection not to be unreleased when query is proxied #23248
  • Exception while WebClient onStatus handler is applied leads to ByteBuf leak #23230
  • Error signal not propagated if writeFunction in ChannelSendOperator fails immediately #23175
  • PathPatternParser does not allow any non-Java characters in variables like "-" #23101

🪲 Bug Fixes

  • MethodParameter.equals is too coarse-grained for its use in HandlerMethodArgumentResolverComposite #23352
  • Session.close() accidentally triggers creation of TransactionAwareDataSourceProxy Connection #23346
  • Inconsistent use of getInterfaceMethodIfPossible for init method invocation #23323
  • ResolvableType.forRawClass fails isAssignable against TypeVariable #23321
  • ForwardedHeaderTransformer preserves escape sequences when applying X-Forwarded-Prefix #23305
  • Accept header with trailing comma produces HTTP "406 Not Acceptable" #23241
  • FlashMapManager throws StringIndexOutOfBoundsException for empty target URL path #23240
  • SpEL ReflectivePropertyAccessor: ConversionService missing annotations on concrete implementations #23210
  • Defensively register ReactiveReturnValueHandler for messaging methods #23207
  • Raise log level when bean destruction fails #23200
  • New OncePerRequestFilter behavior breaks RequestContextFilter on Jetty after sendError #23196
  • SpringValidatorAdapter's ObjectError subclass is not Serializable #23181
  • WebSocketHttpRequestHandler not writing headers after interceptor returns false #23179
  • Reliable detection of user change from interceptor in StompSubProtocolHandler #23160
  • Fixes issue with optional @RequestPart Mono argument being resolved to null instead of Mono.empty #23070

📔 Documentation

  • Add Javadoc since for Jaxb2XmlDecoder(MimeType...) #23353
  • Fix typo in webflux.adoc #23329
  • Clarify use of MultipartBodyBuilder with RestTemplate #23295
  • Improve documentation for @Autowired constructors #23263
  • AbstractCacheManager.getCache() breaks contract of CacheManager.getCache() #23193
  • PriorityOrdered Javadoc is misleading #23187
  • Document that Ordered is not supported for @ControllerAdvice beans #23172
  • Fix Jackson documentation broken links #23153
  • Document how to specify Jackson JSON view serialization hints #23150
  • HtmlUtils Javadoc refers to deprecated Apache Commons Lang #23122
  • Docs for Spring MVC Test should cover async requests [SPR-15099] #19666

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

... (truncated)
Commits
  • b1171d8 Release version 5.1.9.RELEASE
  • 7c2e2d4 Polishing
  • d8e624e Consistent suppression of get/clearWarnings without target connection
  • 762ea3e Document all remaining public methods on BeanDefinitionParserDelegate
  • 871bb57 TransactionAwareDataSourceProxy locally handles get/clearWarnings call
  • aebc485 MethodParameter.equals properly checks overridden containing class
  • ea4f7d3 Deprecate logger field in HandlerMethodArgumentResolverComposite
  • 438b40f Consistent ordering of WebClient.Builder methods
  • 59064f0 Upgrade to Undertow 2.0.23 and Apache Johnzon 1.1.12
  • 960079e Retain non-null HttpStatus return value in Client(Http)Response
  • Additional commits viewable in compare view

Updates spring-context from 3.0.5.RELEASE to 5.1.9.RELEASE

Release notes

Sourced from spring-context's releases.

v5.1.9.RELEASE

⭐ New Features

  • WebClient's retrieve doesn't support custom HTTP status code #23367
  • Can't wrap a ClientResponse with a custom status code in a builder #23366
  • Javadoc missing on some public BeanDefinitionParserDelegate methods #23349
  • In contrast to the Javadoc, ServerHttpRequest.Builder implementation does not override headers #23333
  • Hibernate Query.list() is not included in SharedEntityManagerCreator.queryTerminatingMethods set, causing database connection not to be unreleased when query is proxied #23248
  • Exception while WebClient onStatus handler is applied leads to ByteBuf leak #23230
  • Error signal not propagated if writeFunction in ChannelSendOperator fails immediately #23175
  • PathPatternParser does not allow any non-Java characters in variables like "-" #23101

🪲 Bug Fixes

  • MethodParameter.equals is too coarse-grained for its use in HandlerMethodArgumentResolverComposite #23352
  • Session.close() accidentally triggers creation of TransactionAwareDataSourceProxy Connection #23346
  • Inconsistent use of getInterfaceMethodIfPossible for init method invocation #23323
  • ResolvableType.forRawClass fails isAssignable against TypeVariable #23321
  • ForwardedHeaderTransformer preserves escape sequences when applying X-Forwarded-Prefix #23305
  • Accept header with trailing comma produces HTTP "406 Not Acceptable" #23241
  • FlashMapManager throws StringIndexOutOfBoundsException for empty target URL path #23240
  • SpEL ReflectivePropertyAccessor: ConversionService missing annotations on concrete implementations #23210
  • Defensively register ReactiveReturnValueHandler for messaging methods #23207
  • Raise log level when bean destruction fails #23200
  • New OncePerRequestFilter behavior breaks RequestContextFilter on Jetty after sendError #23196
  • SpringValidatorAdapter's ObjectError subclass is not Serializable #23181
  • WebSocketHttpRequestHandler not writing headers after interceptor returns false #23179
  • Reliable detection of user change from interceptor in StompSubProtocolHandler #23160
  • Fixes issue with optional @RequestPart Mono argument being resolved to null instead of Mono.empty #23070

📔 Documentation

  • Add Javadoc since for Jaxb2XmlDecoder(MimeType...) #23353
  • Fix typo in webflux.adoc #23329
  • Clarify use of MultipartBodyBuilder with RestTemplate #23295
  • Improve documentation for @Autowired constructors #23263
  • AbstractCacheManager.getCache() breaks contract of CacheManager.getCache() #23193
  • PriorityOrdered Javadoc is misleading #23187
  • Document that Ordered is not supported for @ControllerAdvice beans #23172
  • Fix Jackson documentation broken links #23153
  • Document how to specify Jackson JSON view serialization hints #23150
  • HtmlUtils Javadoc refers to deprecated Apache Commons Lang #23122
  • Docs for Spring MVC Test should cover async requests [SPR-15099] #19666

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

... (truncated)
Commits
  • b1171d8 Release version 5.1.9.RELEASE
  • 7c2e2d4 Polishing
  • d8e624e Consistent suppression of get/clearWarnings without target connection
  • 762ea3e Document all remaining public methods on BeanDefinitionParserDelegate
  • 871bb57 TransactionAwareDataSourceProxy locally handles get/clearWarnings call
  • aebc485 MethodParameter.equals properly checks overridden containing class
  • ea4f7d3 Deprecate logger field in HandlerMethodArgumentResolverComposite
  • 438b40f Consistent ordering of WebClient.Builder methods
  • 59064f0 Upgrade to Undertow 2.0.23 and Apache Johnzon 1.1.12
  • 960079e Retain non-null HttpStatus return value in Client(Http)Response
  • Additional commits viewable in compare view

Updates spring-context-support from 3.0.5.RELEASE to 5.1.9.RELEASE

Release notes

Sourced from spring-context-support's releases.

v5.1.9.RELEASE

⭐ New Features

  • WebClient's retrieve doesn't support custom HTTP status code #23367
  • Can't wrap a ClientResponse with a custom status code in a builder #23366
  • Javadoc missing on some public BeanDefinitionParserDelegate methods #23349
  • In contrast to the Javadoc, ServerHttpRequest.Builder implementation does not override headers #23333
  • Hibernate Query.list() is not included in SharedEntityManagerCreator.queryTerminatingMethods set, causing database connection not to be unreleased when query is proxied #23248
  • Exception while WebClient onStatus handler is applied leads to ByteBuf leak #23230
  • Error signal not propagated if writeFunction in ChannelSendOperator fails immediately #23175
  • PathPatternParser does not allow any non-Java characters in variables like "-" #23101

🪲 Bug Fixes

  • MethodParameter.equals is too coarse-grained for its use in HandlerMethodArgumentResolverComposite #23352
  • Session.close() accidentally triggers creation of TransactionAwareDataSourceProxy Connection #23346
  • Inconsistent use of getInterfaceMethodIfPossible for init method invocation #23323
  • ResolvableType.forRawClass fails isAssignable against TypeVariable #23321
  • ForwardedHeaderTransformer preserves escape sequences when applying X-Forwarded-Prefix #23305
  • Accept header with trailing comma produces HTTP "406 Not Acceptable" #23241
  • FlashMapManager throws StringIndexOutOfBoundsException for empty target URL path #23240
  • SpEL ReflectivePropertyAccessor: ConversionService missing annotations on concrete implementations #23210
  • Defensively register ReactiveReturnValueHandler for messaging methods #23207
  • Raise log level when bean destruction fails #23200
  • New OncePerRequestFilter behavior breaks RequestContextFilter on Jetty after sendError #23196
  • SpringValidatorAdapter's ObjectError subclass is not Serializable #23181
  • WebSocketHttpRequestHandler not writing headers after interceptor returns false #23179
  • Reliable detection of user change from interceptor in StompSubProtocolHandler #23160
  • Fixes issue with optional @RequestPart Mono argument being resolved to null instead of Mono.empty #23070

📔 Documentation

  • Add Javadoc since for Jaxb2XmlDecoder(MimeType...) #23353
  • Fix typo in webflux.adoc #23329
  • Clarify use of MultipartBodyBuilder with RestTemplate #23295
  • Improve documentation for @Autowired constructors #23263
  • AbstractCacheManager.getCache() breaks contract of CacheManager.getCache() #23193
  • PriorityOrdered Javadoc is misleading #23187
  • Document that Ordered is not supported for @ControllerAdvice beans #23172
  • Fix Jackson documentation broken links #23153
  • Document how to specify Jackson JSON view serialization hints #23150
  • HtmlUtils Javadoc refers to deprecated Apache Commons Lang #23122
  • Docs for Spring MVC Test should cover async requests [SPR-15099] #19666

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

... (truncated)
Commits
  • b1171d8 Release version 5.1.9.RELEASE
  • 7c2e2d4 Polishing
  • d8e624e Consistent suppression of get/clearWarnings without target connection
  • 762ea3e Document all remaining public methods on BeanDefinitionParserDelegate
  • 871bb57 TransactionAwareDataSourceProxy locally handles get/clearWarnings call
  • aebc485 MethodParameter.equals properly checks overridden containing class
  • ea4f7d3 Deprecate logger field in HandlerMethodArgumentResolverComposite
  • 438b40f Consistent ordering of WebClient.Builder methods
  • 59064f0 Upgrade to Undertow 2.0.23 and Apache Johnzon 1.1.12
  • 960079e Retain non-null HttpStatus return value in Client(Http)Response
  • Additional commits viewable in compare view

Updates spring-web from 3.0.5.RELEASE to 5.1.9.RELEASE

Release notes

Sourced from spring-web's releases.

v5.1.9.RELEASE

⭐ New Features

  • WebClient's retrieve doesn't support custom HTTP status code #23367
  • Can't wrap a ClientResponse with a custom status code in a builder #23366
  • Javadoc missing on some public BeanDefinitionParserDelegate methods #23349
  • In contrast to the Javadoc, ServerHttpRequest.Builder implementation does not override headers #23333
  • Hibernate Query.list() is not included in SharedEntityManagerCreator.queryTerminatingMethods set, causing database connection not to be unreleased when query is proxied #23248
  • Exception while WebClient onStatus handler is applied leads to ByteBuf leak #23230
  • Error signal not propagated if writeFunction in ChannelSendOperator fails immediately #23175
  • PathPatternParser does not allow any non-Java characters in variables like "-" #23101

🪲 Bug Fixes

  • MethodParameter.equals is too coarse-grained for its use in HandlerMethodArgumentResolverComposite #23352
  • Session.close() accidentally triggers creation of TransactionAwareDataSourceProxy Connection #23346
  • Inconsistent use of getInterfaceMethodIfPossible for init method invocation #23323
  • ResolvableType.forRawClass fails isAssignable against TypeVariable #23321
  • ForwardedHeaderTransformer preserves escape sequences when applying X-Forwarded-Prefix #23305
  • Accept header with trailing comma produces HTTP "406 Not Acceptable" #23241
  • FlashMapManager throws StringIndexOutOfBoundsException for empty target URL path #23240
  • SpEL ReflectivePropertyAccessor: ConversionService missing annotations on concrete implementations #23210
  • Defensively register ReactiveReturnValueHandler for messaging methods #23207
  • Raise log level when bean destruction fails #23200
  • New OncePerRequestFilter behavior breaks RequestContextFilter on Jetty after sendError #23196
  • SpringValidatorAdapter's ObjectError subclass is not Serializable #23181
  • WebSocketHttpRequestHandler not writing headers after interceptor returns false #23179
  • Reliable detection of user change from interceptor in StompSubProtocolHandler #23160
  • Fixes issue with optional @RequestPart Mono argument being resolved to null instead of Mono.empty #23070

📔 Documentation

  • Add Javadoc since for Jaxb2XmlDecoder(MimeType...) #23353
  • Fix typo in webflux.adoc #23329
  • Clarify use of MultipartBodyBuilder with RestTemplate #23295
  • Improve documentation for @Autowired constructors #23263
  • AbstractCacheManager.getCache() breaks contract of CacheManager.getCache() #23193
  • PriorityOrdered Javadoc is misleading #23187
  • Document that Ordered is not supported for @ControllerAdvice beans #23172
  • Fix Jackson documentation broken links #23153
  • Document how to specify Jackson JSON view serialization hints #23150
  • HtmlUtils Javadoc refers to deprecated Apache Commons Lang #23122
  • Docs for Spring MVC Test should cover async requests [SPR-15099] #19666

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

... (truncated)
Commits
  • b1171d8 Release version 5.1.9.RELEASE
  • 7c2e2d4 Polishing
  • d8e624e Consistent suppression of get/clearWarnings without target connection
  • 762ea3e Document all remaining public methods on BeanDefinitionParserDelegate
  • 871bb57 TransactionAwareDataSourceProxy locally handles get/clearWarnings call
  • aebc485 MethodParameter.equals properly checks overridden containing class
  • ea4f7d3 Deprecate logger field in HandlerMethodArgumentResolverComposite
  • 438b40f Consistent ordering of WebClient.Builder methods
  • 59064f0 Upgrade to Undertow 2.0.23 and Apache Johnzon 1.1.12
  • 960079e Retain non-null HttpStatus return value in Client(Http)Response
  • Additional commits viewable in compare view

Updates spring-webmvc from 3.0.5.RELEASE to 5.1.9.RELEASE

Release notes

Sourced from spring-webmvc's releases.

v5.1.9.RELEASE

⭐ New Features

  • WebClient's retrieve doesn't support custom HTTP status code #23367
  • Can't wrap a ClientResponse with a custom status code in a builder #23366
  • Javadoc missing on some public BeanDefinitionParserDelegate methods #23349
  • In contrast to the Javadoc, ServerHttpRequest.Builder implementation does not override headers #23333
  • Hibernate Query.list() is not included in SharedEntityManagerCreator.queryTerminatingMethods set, causing database connection not to be unreleased when query is proxied #23248
  • Exception while WebClient onStatus handler is applied leads to ByteBuf leak #23230
  • Error signal not propagated if writeFunction in ChannelSendOperator fails immediately #23175
  • PathPatternParser does not allow any non-Java characters in variables like "-" #23101

🪲 Bug Fixes

  • MethodParameter.equals is too coarse-grained for its use in HandlerMethodArgumentResolverComposite #23352
  • Session.close() accidentally triggers creation of TransactionAwareDataSourceProxy Connection #23346
  • Inconsistent use of getInterfaceMethodIfPossible for init method invocation #23323
  • ResolvableType.forRawClass fails isAssignable against TypeVariable #23321
  • ForwardedHeaderTransformer preserves escape sequences when applying X-Forwarded-Prefix #23305
  • Accept header with trailing comma produces HTTP "406 Not Acceptable" #23241
  • FlashMapManager throws StringIndexOutOfBoundsException for empty target URL path #23240
  • SpEL ReflectivePropertyAccessor: ConversionService missing annotations on concrete implementations #23210
  • Defensively register ReactiveReturnValueHandler for messaging methods #23207
  • Raise log level when bean destruction fails #23200
  • New OncePerRequestFilter behavior breaks RequestContextFilter on Jetty after sendError #23196
  • SpringValidatorAdapter's ObjectError subclass is not Serializable #23181
  • WebSocketHttpRequestHandler not writing headers after interceptor returns false #23179
  • Reliable detection of user change from interceptor in StompSubProtocolHandler #23160
  • Fixes issue with optional @RequestPart Mono argument being resolved to null instead of Mono.empty #23070

📔 Documentation

  • Add Javadoc since for Jaxb2XmlDecoder(MimeType...) #23353
  • Fix typo in webflux.adoc #23329
  • Clarify use of MultipartBodyBuilder with RestTemplate #23295
  • Improve documentation for @Autowired constructors #23263
  • AbstractCacheManager.getCache() breaks contract of CacheManager.getCache() #23193
  • PriorityOrdered Javadoc is misleading #23187
  • Document that Ordered is not supported for @ControllerAdvice beans #23172
  • Fix Jackson documentation broken links #23153
  • Document how to specify Jackson JSON view serialization hints #23150
  • HtmlUtils Javadoc refers to deprecated Apache Commons Lang #23122
  • Docs for Spring MVC Test should cover async requests [SPR-15099] #19666

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

... (truncated)
Commits
  • b1171d8 Release version 5.1.9.RELEASE
  • 7c2e2d4 Polishing
  • d8e624e Consistent suppression of get/clearWarnings without target connection
  • 762ea3e Document all remaining public methods on BeanDefinitionParserDelegate
  • 871bb57 TransactionAwareDataSourceProxy locally handles get/clearWarnings call
  • aebc485 MethodParameter.equals properly checks overridden containing class
  • ea4f7d3 Deprecate logger field in HandlerMethodArgumentResolverComposite
  • 438b40f Consistent ordering of WebClient.Builder methods
  • 59064f0 Upgrade to Undertow 2.0.23 and Apache Johnzon 1.1.12
  • 960079e Retain non-null HttpStatus return value in Client(Http)Response
  • Additional commits viewable in compare view

Updates spring-expression from 3.0.5.RELEASE to 5.1.9.RELEASE

Release notes

Sourced from spring-expression's releases.

v5.1.9.RELEASE

⭐ New Features

  • WebClient's retrieve doesn't support custom HTTP status code #23367
  • Can't wrap a ClientResponse with a custom status code in a builder #23366
  • Javadoc missing on some public BeanDefinitionParserDelegate methods #23349
  • In contrast to the Javadoc, ServerHttpRequest.Builder implementation does not override headers #23333
  • Hibernate Query.list() is not included in SharedEntityManagerCreator.queryTerminatingMethods set, causing database connection not to be unreleased when query is proxied #23248
  • Exception while WebClient onStatus handler is applied leads to ByteBuf leak #23230
  • Error signal not propagated if writeFunction in ChannelSendOperator fails immediately #23175
  • PathPatternParser does not allow any non-Java characters in variables like "-" #23101

🪲 Bug Fixes

  • MethodParameter.equals is too coarse-grained for its use in HandlerMethodArgumentResolverComposite #23352
  • Session.close() accidentally triggers creation of TransactionAwareDataSourceProxy Connection #23346
  • Inconsistent use of getInterfaceMethodIfPossible for init method invocation #23323
  • ResolvableType.forRawClass fails isAssignable against TypeVariable #23321
  • ForwardedHeaderTransformer preserves escape sequences when applying X-Forwarded-Prefix #23305
  • Accept header with trailing comma produces HTTP "406 Not Acceptable" #23241
  • FlashMapManager throws StringIndexOutOfBoundsException for empty target URL path #23240
  • SpEL ReflectivePropertyAccessor: ConversionService missing annotations on concrete implementations #23210
  • Defensively register ReactiveReturnValueHandler for messaging methods #23207
  • Raise log level when bean destruction fails #23200
  • New OncePerRequestFilter behavior breaks RequestContextFilter on Jetty after sendError #23196
  • SpringValidatorAdapter's ObjectError subclass is not Serializable #23181
  • WebSocketHttpRequestHandler not writing headers after interceptor returns false #23179
  • Reliable detection of user change from interceptor in StompSubProtocolHandler #23160
  • Fixes issue with optional @RequestPart Mono argument being resolved to null instead of Mono.empty #23070

📔 Documentation

  • Add Javadoc since for Jaxb2XmlDecoder(MimeType...) #23353
  • Fix typo in webflux.adoc #23329
  • Clarify use of MultipartBodyBuilder with RestTemplate #23295
  • Improve documentation for @Autowired constructors #23263
  • AbstractCacheManager.getCache() breaks contract of CacheManager.getCache() #23193
  • PriorityOrdered Javadoc is misleading #23187
  • Document that Ordered is not supported for @ControllerAdvice beans #23172
  • Fix Jackson documentation broken links #23153
  • Document how to specify Jackson JSON view serialization hints #23150
  • HtmlUtils Javadoc refers to deprecated Apache Commons Lang #23122
  • Docs for Spring MVC Test should cover async requests [SPR-15099] #19666

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

... (truncated)
Commits
  • b1171d8 Release version 5.1.9.RELEASE
  • 7c2e2d4 Polishing
  • d8e624e Consistent suppression of get/clearWarnings without target connection
  • 762ea3e Document all remaining public methods on BeanDefinitionParserDelegate
  • 871bb57 TransactionAwareDataSourceProxy locally handles get/clearWarnings call
  • aebc485 MethodParameter.equals properly checks overridden containing class
  • ea4f7d3 Deprecate logger field in HandlerMethodArgumentResolverComposite
  • 438b40f Consistent ordering of WebClient.Builder methods
  • 59064f0 Upgrade to Undertow 2.0.23 and Apache Johnzon 1.1.12
  • 960079e Retain non-null HttpStatus return value in Client(Http)Response
  • Additional commits viewable in compare view

Updates spring-jdbc from 3.0.5.RELEASE to 5.1.9.RELEASE

Release notes

Sourced from spring-jdbc's releases.

v5.1.9.RELEASE

⭐ New Features

  • WebClient's retrieve doesn't support custom HTTP status code #23367
  • Can't wrap a ClientResponse with a custom status code in a builder #23366
  • Javadoc missing on some public BeanDefinitionParserDelegate methods #23349
  • In contrast to the Javadoc, ServerHttpRequest.Builder implementation does not override headers #23333
  • Hibernate Query.list() is not included in SharedEntityManagerCreator.queryTerminatingMethods set, causing database connection not to be unreleased when query is proxied #23248
  • Exception while WebClient onStatus handler is applied leads to ByteBuf leak #23230
  • Error signal not propagated if writeFunction in ChannelSendOperator fails immediately #23175
  • PathPatternParser does not allow any non-Java characters in variables like "-" #23101

🪲 Bug Fixes

  • MethodParameter.equals is too coarse-grained for its use in HandlerMethodArgumentResolverComposite #23352
  • Session.close() accidentally triggers creation of TransactionAwareDataSourceProxy Connection #23346
  • Inconsistent use of getInterfaceMethodIfPossible for init method invocation #23323
  • ResolvableType.forRawClass fails isAssignable against TypeVariable #23321
  • ForwardedHeaderTransformer preserves escape sequences when applying X-Forwarded-Prefix #23305
  • Accept header with trailing comma produces HTTP "406 Not Acceptable" #23241
  • FlashMapManager throws StringIndexOutOfBoundsException for empty target URL path #23240
  • SpEL ReflectivePropertyAccessor: ConversionService missing annotations on concrete implementations #23210
  • Defensively register ReactiveReturnValueHandler for messaging methods #23207
  • Raise log level when bean destruction fails #23200
  • New OncePerRequestFilter behavior breaks RequestContextFilter on Jetty after sendError #23196
  • SpringValidatorAdapter's ObjectError subclass is not Serializable #23181
  • WebSocketHttpRequestHandler not writing headers after interceptor returns false #23179
  • Reliable detection of user change from interceptor in StompSubProtocolHandler #23160
  • Fixes issue with optional @RequestPart Mono argument being resolved to null instead of Mono.empty #23070

📔 Documentation

  • Add Javadoc since for Jaxb2XmlDecoder(MimeType...) #23353
  • Fix typo in webflux.adoc #23329
  • Clarify use of MultipartBodyBuilder with RestTemplate #23295
  • Improve documentation for @Autowired constructors #23263
  • AbstractCacheManager.getCache() breaks contract of CacheManager.getCache() #23193
  • PriorityOrdered Javadoc is misleading #23187
  • Document that Ordered is not supported for @ControllerAdvice beans #23172
  • Fix Jackson documentation broken links #23153
  • Document how to specify Jackson JSON view serialization hints #23150
  • HtmlUtils Javadoc refers to deprecated Apache Commons Lang #23122
  • Docs for Spring MVC Test should cover async requests [SPR-15099] #19666

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

... (truncated)
Commits
  • b1171d8 Release version 5.1.9.RELEASE
  • 7c2e2d4 Polishing
  • d8e624e Consistent suppression of get/clearWarnings without target connection
  • 762ea3e Document all remaining public methods on BeanDefinitionParserDelegate
  • 871bb57 TransactionAwareDataSourceProxy locally handles get/clearWarnings call
  • aebc485 MethodParameter.equals properly checks overridden containing class
  • ea4f7d3 Deprecate logger field in HandlerMethodArgumentResolverComposite
  • 438b40f Consistent ordering of WebClient.Builder methods
  • 59064f0 Upgrade to Undertow 2.0.23 and Apache Johnzon 1.1.12
  • 960079e Retain non-null HttpStatus return value in Client(Http)Response
  • Additional commits viewable in compare view

Updates spring-oxm from 3.0.5.RELEASE to 5.1.9.RELEASE

Release notes

Sourced from spring-oxm's releases.

v5.1.9.RELEASE

⭐ New Features

  • WebClient's retrieve doesn't support custom HTTP status code #23367
  • Can't wrap a ClientResponse with a custom status code in a builder #23366
  • Javadoc missing on some public BeanDefinitionParserDelegate methods #23349
  • In contrast to the Javadoc, ServerHttpRequest.Builder implementation does not override headers #23333
  • Hibernate Query.list() is not included in SharedEntityManagerCreator.queryTerminatingMethods set, causing database connection not to be unreleased when query is proxied #23248
  • Exception while WebClient onStatus handler is applied leads to ByteBuf leak #23230
  • Error signal not propagated if writeFunction in ChannelSendOperator fails immediately #23175
  • PathPatternParser does not allow any non-Java characters in variables like "-" #23101

🪲 Bug Fixes

  • MethodParameter.equals is too coarse-grained for its use in HandlerMethodArgumentResolverComposite #23352
  • Session.close() accidentally triggers creation of TransactionAwareDataSourceProxy Connection #23346
  • Inconsistent use of getInterfaceMethodIfPossible for init method invocation #23323
  • ResolvableType.forRawClass fails isAssignable against TypeVariable #23321
  • ForwardedHeaderTransformer preserves escape sequences when applying X-Forwarded-Prefix #23305
  • Accept header with trailing comma produces HTTP "406 Not Acceptable" #23241
  • FlashMapManager throws StringIndexOutOfBoundsException for empty target URL path #23240
  • SpEL ReflectivePropertyAccessor: ConversionService missing annotations on concrete implementations #23210
  • Defensively register ReactiveReturnValueHandler for messaging methods #23207
  • Raise log level when bean destruction fails #23200
  • New OncePerRequestFilter behavior breaks RequestContextFilter on Jetty after sendError #23196
  • SpringValidatorAdapter's ObjectError subclass is not Serializable #23181
  • WebSocketHttpRequestHandler not writing headers after interceptor returns false #23179
  • Reliable detection of user change from interceptor in StompSubProtocolHandler #23160
  • Fixes issue with optional @RequestPart Mono argument being resolved to null instead of Mono.empty #23070

📔 Documentation

  • Add Javadoc since for Jaxb2XmlDecoder(MimeType...) #23353
  • Fix typo in webflux.adoc #23329
  • Clarify use of MultipartBodyBuilder with RestTemplate #23295
  • Improve documentation for @Autowired constructors #23263
  • AbstractCacheManager.getCache() breaks contract of CacheManager.getCache() #23193
  • PriorityOrdered Javadoc is misleading #23187
  • Document that Ordered is not supported for @ControllerAdvice beans #23172
  • Fix Jackson documentation broken links #23153
  • Document how to specify Jackson JSON view serialization hints #23150
  • HtmlUtils Javadoc refers to deprecated Apache Commons Lang #23122
  • Docs for Spring MVC Test should cover async requests [SPR-15099] #19666

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

... (truncated)
Commits
  • b1171d8 Release version 5.1.9.RELEASE
  • 7c2e2d4 Polishing
  • d8e624e Consistent suppression of get/clearWarnings without target connection
  • 762ea3e Document all remaining public methods on BeanDefinitionParserDelegate
  • 871bb57 TransactionAwareDataSourceProxy locally handles get/clearWarnings call
  • aebc485 MethodParameter.equals properly checks overridden containing class
  • ea4f7d3 Deprecate logger field in HandlerMethodArgumentResolverComposite
  • 438b40f Consistent ordering of WebClient.Builder methods
  • 59064f0 Upgrade to Undertow 2.0.23 and Apache Johnzon 1.1.12
  • 960079e Retain non-null HttpStatus return value in Client(Http)Response
  • Additional commits viewable in compare view

Updates spring-orm from 3.0.5.RELEASE to 5.1.9.RELEASE

Release notes

Sourced from spring-orm's releases.

v5.1.9.RELEASE

⭐ New Features

  • WebClient's retrieve doesn't support custom HTTP status code #23367
  • Can't wrap a ClientResponse with a custom status code in a builder #23366
  • Javadoc missing on some public BeanDefinitionParserDelegate methods #23349
  • In contrast to the Javadoc, ServerHttpRequest.Builder implementation does not override headers #23333
  • Hibernate Query.list() is not included in SharedEntityManagerCreator.queryTerminatingMethods set, causing database connection not to be unreleased when query is proxied #23248
  • Exception while WebClient onStatus handler is applied leads to ByteBuf leak #23230
  • Error signal not propagated if writeFunction in ChannelSendOperator fails immediately #23175
  • PathPatternParser does not allow any non-Java characters in variables like "-" #23101

🪲 Bug Fixes

  • MethodParameter.equals is too coarse-grained for its use in HandlerMethodArgumentResolverComposite #23352
  • Session.close() accidentally triggers creation of TransactionAwareDataSourceProxy Connection #23346
  • Inconsistent use of getInterfaceMethodIfPossible for init method invocation #23323
  • ResolvableType.forRawClass fails isAssignable against TypeVariable #23321
  • ForwardedHeaderTransformer preserves escape sequences when applying X-Forwarded-Prefix #23305
  • Accept header with trailing comma produces HTTP "406 Not Acceptable" #23241
  • FlashMapManager throws StringIndexOutOfBoundsException for empty target URL path #23240
  • SpEL ReflectivePropertyAccessor: ConversionService missing annotations on concrete implementations #23210
  • Defensively register ReactiveReturnValueHandler for messaging methods #23207
  • Raise log level when bean destruction fails #23200
  • New OncePerRequestFilter behavior breaks RequestContextFilter on Jetty after sendError #23196
  • SpringValidatorAdapter's ObjectError subclass is not Serializable #23181
  • WebSocketHttpRequestHandler not writing headers after interceptor returns false #23179
  • Reliable detection of user change from interceptor in StompSubProtocolHandler #23160
  • Fixes issue with optional @RequestPart Mono argument being resolved to null instead of Mono.empty #23070

📔 Documentation

  • Add Javadoc since for Jaxb2XmlDecoder(MimeType...) #23353
  • Fix typo in webflux.adoc #23329
  • Clarify use of MultipartBodyBuilder with RestTemplate #23295
  • Improve documentation for @Autowired constructors #23263
  • AbstractCacheManager.getCache() breaks contract of CacheManager.getCache() #23193
  • PriorityOrdered Javadoc is misleading #23187
  • Document that Ordered is not supported for @ControllerAdvice beans #23172
  • Fix Jackson documentation broken links #23153
  • Document how to specify Jackson JSON view serialization hints #23150
  • HtmlUtils Javadoc refers to deprecated Apache Commons Lang #23122
  • Docs for Spring MVC Test should cover async requests [SPR-15099] #19666

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

... (truncated)
Commits
  • b1171d8 Release version 5.1.9.RELEASE
  • 7c2e2d4 Polishing
  • d8e624e Consistent suppression of get/clearWarnings without target connection
  • 762ea3e Document all remaining public methods on BeanDefinitionParserDelegate
  • 871bb57 TransactionAwareDataSourceProxy locally handles get/clearWarnings call
  • aebc485 MethodParameter.equals properly checks overridden containing class
  • ea4f7d3 Deprecate logger field in HandlerMethodArgumentResolverComposite
  • 438b40f Consistent ordering of WebClient.Builder methods
  • 59064f0 Upgrade to Undertow 2.0.23 and Apache Johnzon 1.1.12
  • 960079e Retain non-null HttpStatus return value in Client(Http)Response
  • 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps `spring.version` from 3.0.5.RELEASE to 5.1.9.RELEASE.

Updates `spring-core` from 3.0.5.RELEASE to 5.1.9.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v3.0.5.RELEASE...v5.1.9.RELEASE)

Updates `spring-context` from 3.0.5.RELEASE to 5.1.9.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v3.0.5.RELEASE...v5.1.9.RELEASE)

Updates `spring-context-support` from 3.0.5.RELEASE to 5.1.9.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v3.0.5.RELEASE...v5.1.9.RELEASE)

Updates `spring-web` from 3.0.5.RELEASE to 5.1.9.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v3.0.5.RELEASE...v5.1.9.RELEASE)

Updates `spring-webmvc` from 3.0.5.RELEASE to 5.1.9.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v3.0.5.RELEASE...v5.1.9.RELEASE)

Updates `spring-expression` from 3.0.5.RELEASE to 5.1.9.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v3.0.5.RELEASE...v5.1.9.RELEASE)

Updates `spring-jdbc` from 3.0.5.RELEASE to 5.1.9.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v3.0.5.RELEASE...v5.1.9.RELEASE)

Updates `spring-oxm` from 3.0.5.RELEASE to 5.1.9.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v3.0.5.RELEASE...v5.1.9.RELEASE)

Updates `spring-orm` from 3.0.5.RELEASE to 5.1.9.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v3.0.5.RELEASE...v5.1.9.RELEASE)

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 27, 2019
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants