iipolovinkin / JupiterBank

Test Spring Web Application
1 stars 0 forks source link

Bump springframework.version from 5.1.3.RELEASE to 5.3.15 #119

Open dependabot[bot] opened 2 years ago

dependabot[bot] commented 2 years ago

Bumps springframework.version from 5.1.3.RELEASE to 5.3.15. Updates spring-context from 5.1.3.RELEASE to 5.3.15

Release notes

Sourced from spring-context's releases.

v5.3.15

:star: New Features

  • PrintingResultHandler in MockMvc should infer UTF-8 encoding for JSON response #27926
  • WebFlux request id should not contain internal IPs #27885
  • Deprecate inappropriate getBeanFactory() method in AbstractBeanDefinitionReader #27875
  • Make H2SequenceMaxValueIncrementer compatible with H2 database 2.0.x #27870
  • Improve error message in ResolvableType.forClassWithGenerics() #27847
  • Use of RequestPart with String leads to a file descriptor leak #27773
  • Expose headers from native client request after request is committed #27768

:lady_beetle: Bug Fixes

  • Cannot read server-sent events without data (a.k.a. heartbeats) #27923
  • ArrayIndexOutOfBoundsException with STOMP and Jetty 10 #27899
  • ServerHttpResponseDecorator does not delegate methods for raw status code #27889
  • Clear cache when clearing argument resolvers #27888
  • Duplicated content-type response header on error response #27887

:notebook_with_decorative_cover: Documentation

  • Fix syntax in WebFlux Validation example #27907
  • Add Section on Authorization to STOMP WebSocket documentation #27906
  • Correct not compiling example code in Data Access docs #27886

:hammer: Dependency Upgrades

  • Upgrade to Reactor 2020.0.15 #27897

:heart: Contributors

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

v5.3.14

:star: New Features

  • Add default methods to CachingConfigurer #27811
  • Provide a variant of ListableBeanFactory.findAnnotationOnBean(String, Class) that does not initialize factory beans #27796
  • Convert single null argument to Optional.empty() in SpEL varargs expression #27795

... (truncated)

Commits
  • 4343423 Release v5.3.15
  • cfefcee Polishing
  • 5fb58e5 Infer UTF-8 encoding for JSON response with MockMvc's andDo(print(...))
  • 67c4b41 Upgrade to Hibernate ORM 5.4.33, Hibernate Validator 6.2.1, Mockito 4.2, Asse...
  • 6b30522 Skip "data:" lines without content
  • cf5b863 Explicitly close InputStream after resolution in RequestPartMethodArgumentRes...
  • 7067461 Fix exception in Jetty10RequestUpgradeStrategy
  • 34cb5df Consistent id for ReactorServerHttpRequest
  • 01231fe Minor refactoring in STOMP documentation
  • 7665424 Polishing contribution
  • Additional commits viewable in compare view


Updates spring-webmvc from 5.1.3.RELEASE to 5.3.15

Release notes

Sourced from spring-webmvc's releases.

v5.3.15

:star: New Features

  • PrintingResultHandler in MockMvc should infer UTF-8 encoding for JSON response #27926
  • WebFlux request id should not contain internal IPs #27885
  • Deprecate inappropriate getBeanFactory() method in AbstractBeanDefinitionReader #27875
  • Make H2SequenceMaxValueIncrementer compatible with H2 database 2.0.x #27870
  • Improve error message in ResolvableType.forClassWithGenerics() #27847
  • Use of RequestPart with String leads to a file descriptor leak #27773
  • Expose headers from native client request after request is committed #27768

:lady_beetle: Bug Fixes

  • Cannot read server-sent events without data (a.k.a. heartbeats) #27923
  • ArrayIndexOutOfBoundsException with STOMP and Jetty 10 #27899
  • ServerHttpResponseDecorator does not delegate methods for raw status code #27889
  • Clear cache when clearing argument resolvers #27888
  • Duplicated content-type response header on error response #27887

:notebook_with_decorative_cover: Documentation

  • Fix syntax in WebFlux Validation example #27907
  • Add Section on Authorization to STOMP WebSocket documentation #27906
  • Correct not compiling example code in Data Access docs #27886

:hammer: Dependency Upgrades

  • Upgrade to Reactor 2020.0.15 #27897

:heart: Contributors

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

v5.3.14

:star: New Features

  • Add default methods to CachingConfigurer #27811
  • Provide a variant of ListableBeanFactory.findAnnotationOnBean(String, Class) that does not initialize factory beans #27796
  • Convert single null argument to Optional.empty() in SpEL varargs expression #27795

... (truncated)

Commits
  • 4343423 Release v5.3.15
  • cfefcee Polishing
  • 5fb58e5 Infer UTF-8 encoding for JSON response with MockMvc's andDo(print(...))
  • 67c4b41 Upgrade to Hibernate ORM 5.4.33, Hibernate Validator 6.2.1, Mockito 4.2, Asse...
  • 6b30522 Skip "data:" lines without content
  • cf5b863 Explicitly close InputStream after resolution in RequestPartMethodArgumentRes...
  • 7067461 Fix exception in Jetty10RequestUpgradeStrategy
  • 34cb5df Consistent id for ReactorServerHttpRequest
  • 01231fe Minor refactoring in STOMP documentation
  • 7665424 Polishing contribution
  • Additional commits viewable in compare view


Updates spring-orm from 5.1.3.RELEASE to 5.3.15

Release notes

Sourced from spring-orm's releases.

v5.3.15

:star: New Features

  • PrintingResultHandler in MockMvc should infer UTF-8 encoding for JSON response #27926
  • WebFlux request id should not contain internal IPs #27885
  • Deprecate inappropriate getBeanFactory() method in AbstractBeanDefinitionReader #27875
  • Make H2SequenceMaxValueIncrementer compatible with H2 database 2.0.x #27870
  • Improve error message in ResolvableType.forClassWithGenerics() #27847
  • Use of RequestPart with String leads to a file descriptor leak #27773
  • Expose headers from native client request after request is committed #27768

:lady_beetle: Bug Fixes

  • Cannot read server-sent events without data (a.k.a. heartbeats) #27923
  • ArrayIndexOutOfBoundsException with STOMP and Jetty 10 #27899
  • ServerHttpResponseDecorator does not delegate methods for raw status code #27889
  • Clear cache when clearing argument resolvers #27888
  • Duplicated content-type response header on error response #27887

:notebook_with_decorative_cover: Documentation

  • Fix syntax in WebFlux Validation example #27907
  • Add Section on Authorization to STOMP WebSocket documentation #27906
  • Correct not compiling example code in Data Access docs #27886

:hammer: Dependency Upgrades

  • Upgrade to Reactor 2020.0.15 #27897

:heart: Contributors

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

v5.3.14

:star: New Features

  • Add default methods to CachingConfigurer #27811
  • Provide a variant of ListableBeanFactory.findAnnotationOnBean(String, Class) that does not initialize factory beans #27796
  • Convert single null argument to Optional.empty() in SpEL varargs expression #27795

... (truncated)

Commits
  • 4343423 Release v5.3.15
  • cfefcee Polishing
  • 5fb58e5 Infer UTF-8 encoding for JSON response with MockMvc's andDo(print(...))
  • 67c4b41 Upgrade to Hibernate ORM 5.4.33, Hibernate Validator 6.2.1, Mockito 4.2, Asse...
  • 6b30522 Skip "data:" lines without content
  • cf5b863 Explicitly close InputStream after resolution in RequestPartMethodArgumentRes...
  • 7067461 Fix exception in Jetty10RequestUpgradeStrategy
  • 34cb5df Consistent id for ReactorServerHttpRequest
  • 01231fe Minor refactoring in STOMP documentation
  • 7665424 Polishing contribution
  • Additional commits viewable in compare view


Updates spring-test from 5.1.3.RELEASE to 5.3.15

Release notes

Sourced from spring-test's releases.

v5.3.15

:star: New Features

  • PrintingResultHandler in MockMvc should infer UTF-8 encoding for JSON response #27926
  • WebFlux request id should not contain internal IPs #27885
  • Deprecate inappropriate getBeanFactory() method in AbstractBeanDefinitionReader #27875
  • Make H2SequenceMaxValueIncrementer compatible with H2 database 2.0.x #27870
  • Improve error message in ResolvableType.forClassWithGenerics() #27847
  • Use of RequestPart with String leads to a file descriptor leak #27773
  • Expose headers from native client request after request is committed #27768

:lady_beetle: Bug Fixes

  • Cannot read server-sent events without data (a.k.a. heartbeats) #27923
  • ArrayIndexOutOfBoundsException with STOMP and Jetty 10 #27899
  • ServerHttpResponseDecorator does not delegate methods for raw status code #27889
  • Clear cache when clearing argument resolvers #27888
  • Duplicated content-type response header on error response #27887

:notebook_with_decorative_cover: Documentation

  • Fix syntax in WebFlux Validation example #27907
  • Add Section on Authorization to STOMP WebSocket documentation #27906
  • Correct not compiling example code in Data Access docs #27886

:hammer: Dependency Upgrades

  • Upgrade to Reactor 2020.0.15 #27897

:heart: Contributors

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

v5.3.14

:star: New Features

  • Add default methods to CachingConfigurer #27811
  • Provide a variant of ListableBeanFactory.findAnnotationOnBean(String, Class) that does not initialize factory beans #27796
  • Convert single null argument to Optional.empty() in SpEL varargs expression #27795

... (truncated)

Commits
  • 4343423 Release v5.3.15
  • cfefcee Polishing
  • 5fb58e5 Infer UTF-8 encoding for JSON response with MockMvc's andDo(print(...))
  • 67c4b41 Upgrade to Hibernate ORM 5.4.33, Hibernate Validator 6.2.1, Mockito 4.2, Asse...
  • 6b30522 Skip "data:" lines without content
  • cf5b863 Explicitly close InputStream after resolution in RequestPartMethodArgumentRes...
  • 7067461 Fix exception in Jetty10RequestUpgradeStrategy
  • 34cb5df Consistent id for ReactorServerHttpRequest
  • 01231fe Minor refactoring in STOMP documentation
  • 7665424 Polishing contribution
  • 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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/iipolovinkin/JupiterBank/network/alerts).