Skip to content
This repository has been archived by the owner on Jul 20, 2021. It is now read-only.

Bump spring.version from 5.1.8.RELEASE to 5.1.9.RELEASE #60

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

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

Updates spring-web from 5.1.8.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-test from 5.1.8.RELEASE to 5.1.9.RELEASE

Release notes

Sourced from spring-test'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 5.1.8.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

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). To ignore the version in this PR you can just close it
  • @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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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)

Finally, you can contact us by mentioning @dependabot.

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

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

Updates `spring-test` from 5.1.8.RELEASE to 5.1.9.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.1.8.RELEASE...v5.1.9.RELEASE)

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 5, 2019
@whiskeysierra
Copy link
Contributor

👍

@whiskeysierra whiskeysierra merged commit 15e6853 into master Aug 5, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/maven/spring.version-5.1.9.RELEASE branch August 5, 2019 06:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant