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

Bump org.springframework.version from 4.3.10.RELEASE to 5.2.6.RELEASE #87

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 May 30, 2020

Bumps org.springframework.version from 4.3.10.RELEASE to 5.2.6.RELEASE.
Updates spring-tx from 4.3.10.RELEASE to 5.2.6.RELEASE

Release notes

Sourced from spring-tx's releases.

v5.2.6.RELEASE

⭐ New Features

  • Cache meta-annotations for stereotype check in AnnotationBeanNameGenerator #24980
  • Use WebsocketServerSpec in ReactorNettyRequestUpgradeStrategy #24959
  • Warn about unsupported "/path/**/other" patterns with WebFlux PathPatternParser #24958
  • Allow override of data binding in ModelAttributeMethodArgumentResolver #24947
  • Rid pointless wrapping with BufferedInputStream from class reading #24946
  • ResponseStatusExceptionResolver ignores ResponseStatusException headers #24944
  • Caching of autowire candidate metadata for lazy beans #24904
  • Put a limit on the size of DefaultSingletonBeanRegistry#suppressedExceptions #24902
  • Prevent setting parent bean factory to self #24900
  • Honor overridden AcceptHeaderLocaleContextResolver.getDefaultLocale() #24871
  • Improve performance of StringUtils.deleteAny() #24870
  • 'args' argument of 'JdbcTemplate#query(String, Object[], RowCallbackHandler)' method should be marked @Nullable #24839
  • Improve usage of ByteArrayOutputStream/ByteArrayInputStream #24805
  • Simplify conversion of ByteArrayOutputStream to String #24785
  • Optimize sortPostProcessors() in PostProcessorRegistrationDelegate #24776
  • Reduce byte array allocations in StompEncoder #24694

πŸͺ² Bug Fixes

  • ConflictingBeanDefinitionException on repeated index evaluation #24978
  • Reintroduce synthesized annotation attribute value caching #24970
  • MockHttpServletRequest should not strip brackets from IPV6 address supplied via Host header #24916
  • Memory leak in MimeTypeUtils LRUCache #24886
  • Annotation searches potentially synthesize annotations unnecessarily #24861
  • Connection created by SingleConnectionDataSource with suppressClose=true always returns isClosed=false even if the target connection is closed #24853
  • DefaultListableBeanFactory.getBean(Class) throws NoSuchBeanDefinitionException on existing bean if getBean(Class) previously tried before registration #24852
  • Cannot dispatch without an AsyncContext when an expected error is thrown #24835
  • Duplicate Vary headers after enabling CORS filter #24829
  • Make it possible to run Spring MVC without kotlin-reflect #24828
  • Recursively copy directory with symbolic link #24823
  • Connection leak with WebClient retrieve().toBodilessEntity() #24788
  • Using UriComponentsBuilder.cloneBuilder does not copy uriVariables #24782
  • Fix empty domain handling in ResponseCookie #24758
  • Illegal reflective access warning for interface-based lookup method injection #24657
  • Annotation retrieval performance degradation after 5.2 #23905

πŸ“” Documentation

  • HttpHeaders#getETagValuesAsList(String) does not document IAE #24950
  • Describe that bean disposal is unsupported for the beans created by FactoryBean #24948
  • Deprecate AnnotationFilter.NONE (since MergedAnnotations always filters java.lang.* annotations) #24932
  • Improve Javadoc #24908
  • Fix Javadoc in PathPattern #24841
  • Document default constructor as fallback for multiple non-@Autowired constructors #24838
  • Document precedence for @DynamicPropertySource #24837
  • Documentation: AbstractBeanDefinition.getBeanClass() vs BeanFactory.getType #24816
  • Fix typos and improve readability in Webflux documentation #24781
... (truncated)
Commits
  • b6d6106 Release version 5.2.6.RELEASE
  • d2bcf1e Upgrade to RSocket 1.0.0-RC7
  • afc8a5d Upgrade to Reactor Dysprosium-SR7
  • f425a99 Ignore missing STOMP decoder if session closed
  • 57f1e86 AnnotationBeanNameGenerator caches meta-annotations for stereotype check
  • 73fadd8 Polishing
  • 127e879 Store source in index-derived ScannedGenericBeanDefinition as well
  • 59ecd49 Optimize toString() for synthesized annotations
  • db45b80 Suppress warnings for deprecated AnnotationFilter.NONE enum constant
  • f6df21e Upgrade to Mockito 3.3.3, MockK 1.10, HtmlUnit 2.39, Checkstyle 8.31
  • Additional commits viewable in compare view

Updates spring-webmvc from 4.3.10.RELEASE to 5.2.6.RELEASE

Release notes

Sourced from spring-webmvc's releases.

v5.2.6.RELEASE

⭐ New Features

  • Cache meta-annotations for stereotype check in AnnotationBeanNameGenerator #24980
  • Use WebsocketServerSpec in ReactorNettyRequestUpgradeStrategy #24959
  • Warn about unsupported "/path/**/other" patterns with WebFlux PathPatternParser #24958
  • Allow override of data binding in ModelAttributeMethodArgumentResolver #24947
  • Rid pointless wrapping with BufferedInputStream from class reading #24946
  • ResponseStatusExceptionResolver ignores ResponseStatusException headers #24944
  • Caching of autowire candidate metadata for lazy beans #24904
  • Put a limit on the size of DefaultSingletonBeanRegistry#suppressedExceptions #24902
  • Prevent setting parent bean factory to self #24900
  • Honor overridden AcceptHeaderLocaleContextResolver.getDefaultLocale() #24871
  • Improve performance of StringUtils.deleteAny() #24870
  • 'args' argument of 'JdbcTemplate#query(String, Object[], RowCallbackHandler)' method should be marked @Nullable #24839
  • Improve usage of ByteArrayOutputStream/ByteArrayInputStream #24805
  • Simplify conversion of ByteArrayOutputStream to String #24785
  • Optimize sortPostProcessors() in PostProcessorRegistrationDelegate #24776
  • Reduce byte array allocations in StompEncoder #24694

πŸͺ² Bug Fixes

  • ConflictingBeanDefinitionException on repeated index evaluation #24978
  • Reintroduce synthesized annotation attribute value caching #24970
  • MockHttpServletRequest should not strip brackets from IPV6 address supplied via Host header #24916
  • Memory leak in MimeTypeUtils LRUCache #24886
  • Annotation searches potentially synthesize annotations unnecessarily #24861
  • Connection created by SingleConnectionDataSource with suppressClose=true always returns isClosed=false even if the target connection is closed #24853
  • DefaultListableBeanFactory.getBean(Class) throws NoSuchBeanDefinitionException on existing bean if getBean(Class) previously tried before registration #24852
  • Cannot dispatch without an AsyncContext when an expected error is thrown #24835
  • Duplicate Vary headers after enabling CORS filter #24829
  • Make it possible to run Spring MVC without kotlin-reflect #24828
  • Recursively copy directory with symbolic link #24823
  • Connection leak with WebClient retrieve().toBodilessEntity() #24788
  • Using UriComponentsBuilder.cloneBuilder does not copy uriVariables #24782
  • Fix empty domain handling in ResponseCookie #24758
  • Illegal reflective access warning for interface-based lookup method injection #24657
  • Annotation retrieval performance degradation after 5.2 #23905

πŸ“” Documentation

  • HttpHeaders#getETagValuesAsList(String) does not document IAE #24950
  • Describe that bean disposal is unsupported for the beans created by FactoryBean #24948
  • Deprecate AnnotationFilter.NONE (since MergedAnnotations always filters java.lang.* annotations) #24932
  • Improve Javadoc #24908
  • Fix Javadoc in PathPattern #24841
  • Document default constructor as fallback for multiple non-@Autowired constructors #24838
  • Document precedence for @DynamicPropertySource #24837
  • Documentation: AbstractBeanDefinition.getBeanClass() vs BeanFactory.getType #24816
  • Fix typos and improve readability in Webflux documentation #24781
... (truncated)
Commits
  • b6d6106 Release version 5.2.6.RELEASE
  • d2bcf1e Upgrade to RSocket 1.0.0-RC7
  • afc8a5d Upgrade to Reactor Dysprosium-SR7
  • f425a99 Ignore missing STOMP decoder if session closed
  • 57f1e86 AnnotationBeanNameGenerator caches meta-annotations for stereotype check
  • 73fadd8 Polishing
  • 127e879 Store source in index-derived ScannedGenericBeanDefinition as well
  • 59ecd49 Optimize toString() for synthesized annotations
  • db45b80 Suppress warnings for deprecated AnnotationFilter.NONE enum constant
  • f6df21e Upgrade to Mockito 3.3.3, MockK 1.10, HtmlUnit 2.39, Checkstyle 8.31
  • Additional commits viewable in compare view

Updates spring-core from 4.3.10.RELEASE to 5.2.6.RELEASE

Release notes

Sourced from spring-core's releases.

v5.2.6.RELEASE

⭐ New Features

  • Cache meta-annotations for stereotype check in AnnotationBeanNameGenerator #24980
  • Use WebsocketServerSpec in ReactorNettyRequestUpgradeStrategy #24959
  • Warn about unsupported "/path/**/other" patterns with WebFlux PathPatternParser #24958
  • Allow override of data binding in ModelAttributeMethodArgumentResolver #24947
  • Rid pointless wrapping with BufferedInputStream from class reading #24946
  • ResponseStatusExceptionResolver ignores ResponseStatusException headers #24944
  • Caching of autowire candidate metadata for lazy beans #24904
  • Put a limit on the size of DefaultSingletonBeanRegistry#suppressedExceptions #24902
  • Prevent setting parent bean factory to self #24900
  • Honor overridden AcceptHeaderLocaleContextResolver.getDefaultLocale() #24871
  • Improve performance of StringUtils.deleteAny() #24870
  • 'args' argument of 'JdbcTemplate#query(String, Object[], RowCallbackHandler)' method should be marked @Nullable #24839
  • Improve usage of ByteArrayOutputStream/ByteArrayInputStream #24805
  • Simplify conversion of ByteArrayOutputStream to String #24785
  • Optimize sortPostProcessors() in PostProcessorRegistrationDelegate #24776
  • Reduce byte array allocations in StompEncoder #24694

πŸͺ² Bug Fixes

  • ConflictingBeanDefinitionException on repeated index evaluation #24978
  • Reintroduce synthesized annotation attribute value caching #24970
  • MockHttpServletRequest should not strip brackets from IPV6 address supplied via Host header #24916
  • Memory leak in MimeTypeUtils LRUCache #24886
  • Annotation searches potentially synthesize annotations unnecessarily #24861
  • Connection created by SingleConnectionDataSource with suppressClose=true always returns isClosed=false even if the target connection is closed #24853
  • DefaultListableBeanFactory.getBean(Class) throws NoSuchBeanDefinitionException on existing bean if getBean(Class) previously tried before registration #24852
  • Cannot dispatch without an AsyncContext when an expected error is thrown #24835
  • Duplicate Vary headers after enabling CORS filter #24829
  • Make it possible to run Spring MVC without kotlin-reflect #24828
  • Recursively copy directory with symbolic link #24823
  • Connection leak with WebClient retrieve().toBodilessEntity() #24788
  • Using UriComponentsBuilder.cloneBuilder does not copy uriVariables #24782
  • Fix empty domain handling in ResponseCookie #24758
  • Illegal reflective access warning for interface-based lookup method injection #24657
  • Annotation retrieval performance degradation after 5.2 #23905

πŸ“” Documentation

  • HttpHeaders#getETagValuesAsList(String) does not document IAE #24950
  • Describe that bean disposal is unsupported for the beans created by FactoryBean #24948
  • Deprecate AnnotationFilter.NONE (since MergedAnnotations always filters java.lang.* annotations) #24932
  • Improve Javadoc #24908
  • Fix Javadoc in PathPattern #24841
  • Document default constructor as fallback for multiple non-@Autowired constructors #24838
  • Document precedence for @DynamicPropertySource #24837
  • Documentation: AbstractBeanDefinition.getBeanClass() vs BeanFactory.getType #24816
  • Fix typos and improve readability in Webflux documentation #24781
... (truncated)
Commits
  • b6d6106 Release version 5.2.6.RELEASE
  • d2bcf1e Upgrade to RSocket 1.0.0-RC7
  • afc8a5d Upgrade to Reactor Dysprosium-SR7
  • f425a99 Ignore missing STOMP decoder if session closed
  • 57f1e86 AnnotationBeanNameGenerator caches meta-annotations for stereotype check
  • 73fadd8 Polishing
  • 127e879 Store source in index-derived ScannedGenericBeanDefinition as well
  • 59ecd49 Optimize toString() for synthesized annotations
  • db45b80 Suppress warnings for deprecated AnnotationFilter.NONE enum constant
  • f6df21e Upgrade to Mockito 3.3.3, MockK 1.10, HtmlUnit 2.39, Checkstyle 8.31
  • Additional commits viewable in compare view

Updates spring-context from 4.3.10.RELEASE to 5.2.6.RELEASE

Release notes

Sourced from spring-context's releases.

v5.2.6.RELEASE

⭐ New Features

  • Cache meta-annotations for stereotype check in AnnotationBeanNameGenerator #24980
  • Use WebsocketServerSpec in ReactorNettyRequestUpgradeStrategy #24959
  • Warn about unsupported "/path/**/other" patterns with WebFlux PathPatternParser #24958
  • Allow override of data binding in ModelAttributeMethodArgumentResolver #24947
  • Rid pointless wrapping with BufferedInputStream from class reading #24946
  • ResponseStatusExceptionResolver ignores ResponseStatusException headers #24944
  • Caching of autowire candidate metadata for lazy beans #24904
  • Put a limit on the size of DefaultSingletonBeanRegistry#suppressedExceptions #24902
  • Prevent setting parent bean factory to self #24900
  • Honor overridden AcceptHeaderLocaleContextResolver.getDefaultLocale() #24871
  • Improve performance of StringUtils.deleteAny() #24870
  • 'args' argument of 'JdbcTemplate#query(String, Object[], RowCallbackHandler)' method should be marked @Nullable #24839
  • Improve usage of ByteArrayOutputStream/ByteArrayInputStream #24805
  • Simplify conversion of ByteArrayOutputStream to String #24785
  • Optimize sortPostProcessors() in PostProcessorRegistrationDelegate #24776
  • Reduce byte array allocations in StompEncoder #24694

πŸͺ² Bug Fixes

  • ConflictingBeanDefinitionException on repeated index evaluation #24978
  • Reintroduce synthesized annotation attribute value caching #24970
  • MockHttpServletRequest should not strip brackets from IPV6 address supplied via Host header #24916
  • Memory leak in MimeTypeUtils LRUCache #24886
  • Annotation searches potentially synthesize annotations unnecessarily #24861
  • Connection created by SingleConnectionDataSource with suppressClose=true always returns isClosed=false even if the target connection is closed #24853
  • DefaultListableBeanFactory.getBean(Class) throws NoSuchBeanDefinitionException on existing bean if getBean(Class) previously tried before registration #24852
  • Cannot dispatch without an AsyncContext when an expected error is thrown #24835
  • Duplicate Vary headers after enabling CORS filter #24829
  • Make it possible to run Spring MVC without kotlin-reflect #24828
  • Recursively copy directory with symbolic link #24823
  • Connection leak with WebClient retrieve().toBodilessEntity() #24788
  • Using UriComponentsBuilder.cloneBuilder does not copy uriVariables #24782
  • Fix empty domain handling in ResponseCookie #24758
  • Illegal reflective access warning for interface-based lookup method injection #24657
  • Annotation retrieval performance degradation after 5.2 #23905

πŸ“” Documentation

  • HttpHeaders#getETagValuesAsList(String) does not document IAE #24950
  • Describe that bean disposal is unsupported for the beans created by FactoryBean #24948
  • Deprecate AnnotationFilter.NONE (since MergedAnnotations always filters java.lang.* annotations) #24932
  • Improve Javadoc #24908
  • Fix Javadoc in PathPattern #24841
  • Document default constructor as fallback for multiple non-@Autowired constructors #24838
  • Document precedence for @DynamicPropertySource #24837
  • Documentation: AbstractBeanDefinition.getBeanClass() vs BeanFactory.getType #24816
  • Fix typos and improve readability in Webflux documentation #24781
... (truncated)
Commits
  • b6d6106 Release version 5.2.6.RELEASE
  • d2bcf1e Upgrade to RSocket 1.0.0-RC7
  • afc8a5d Upgrade to Reactor Dysprosium-SR7
  • f425a99 Ignore missing STOMP decoder if session closed
  • 57f1e86 AnnotationBeanNameGenerator caches meta-annotations for stereotype check
  • 73fadd8 Polishing
  • 127e879 Store source in index-derived ScannedGenericBeanDefinition as well
  • 59ecd49 Optimize toString() for synthesized annotations
  • db45b80 Suppress warnings for deprecated AnnotationFilter.NONE enum constant
  • f6df21e Upgrade to Mockito 3.3.3, MockK 1.10, HtmlUnit 2.39, Checkstyle 8.31
  • Additional commits viewable in compare view

Updates spring-jdbc from 4.3.10.RELEASE to 5.2.6.RELEASE

Release notes

Sourced from spring-jdbc's releases.

v5.2.6.RELEASE

⭐ New Features

  • Cache meta-annotations for stereotype check in AnnotationBeanNameGenerator #24980
  • Use WebsocketServerSpec in ReactorNettyRequestUpgradeStrategy #24959
  • Warn about unsupported "/path/**/other" patterns with WebFlux PathPatternParser #24958
  • Allow override of data binding in ModelAttributeMethodArgumentResolver #24947
  • Rid pointless wrapping with BufferedInputStream from class reading #24946
  • ResponseStatusExceptionResolver ignores ResponseStatusException headers #24944
  • Caching of autowire candidate metadata for lazy beans #24904
  • Put a limit on the size of DefaultSingletonBeanRegistry#suppressedExceptions #24902
  • Prevent setting parent bean factory to self #24900
  • Honor overridden AcceptHeaderLocaleContextResolver.getDefaultLocale() #24871
  • Improve performance of StringUtils.deleteAny() #24870
  • 'args' argument of 'JdbcTemplate#query(String, Object[], RowCallbackHandler)' method should be marked @Nullable #24839
  • Improve usage of ByteArrayOutputStream/ByteArrayInputStream #24805
  • Simplify conversion of ByteArrayOutputStream to String #24785
  • Optimize sortPostProcessors() in PostProcessorRegistrationDelegate #24776
  • Reduce byte array allocations in StompEncoder #24694

πŸͺ² Bug Fixes

  • ConflictingBeanDefinitionException on repeated index evaluation #24978
  • Reintroduce synthesized annotation attribute value caching #24970
  • MockHttpServletRequest should not strip brackets from IPV6 address supplied via Host header #24916
  • Memory leak in MimeTypeUtils LRUCache #24886
  • Annotation searches potentially synthesize annotations unnecessarily #24861
  • Connection created by SingleConnectionDataSource with suppressClose=true always returns isClosed=false even if the target connection is closed #24853
  • DefaultListableBeanFactory.getBean(Class) throws NoSuchBeanDefinitionException on existing bean if getBean(Class) previously tried before registration #24852
  • Cannot dispatch without an AsyncContext when an expected error is thrown #24835
  • Duplicate Vary headers after enabling CORS filter #24829
  • Make it possible to run Spring MVC without kotlin-reflect #24828
  • Recursively copy directory with symbolic link #24823
  • Connection leak with WebClient retrieve().toBodilessEntity() #24788
  • Using UriComponentsBuilder.cloneBuilder does not copy uriVariables #24782
  • Fix empty domain handling in ResponseCookie #24758
  • Illegal reflective access warning for interface-based lookup method injection #24657
  • Annotation retrieval performance degradation after 5.2 #23905

πŸ“” Documentation

  • HttpHeaders#getETagValuesAsList(String) does not document IAE #24950
  • Describe that bean disposal is unsupported for the beans created by FactoryBean #24948
  • Deprecate AnnotationFilter.NONE (since MergedAnnotations always filters java.lang.* annotations) #24932
  • Improve Javadoc #24908
  • Fix Javadoc in PathPattern #24841
  • Document default constructor as fallback for multiple non-@Autowired constructors #24838
  • Document precedence for @DynamicPropertySource #24837
  • Documentation: AbstractBeanDefinition.getBeanClass() vs BeanFactory.getType #24816
  • Fix typos and improve readability in Webflux documentation #24781
... (truncated)
Commits
  • b6d6106 Release version 5.2.6.RELEASE
  • d2bcf1e Upgrade to RSocket 1.0.0-RC7
  • afc8a5d Upgrade to Reactor Dysprosium-SR7
  • f425a99 Ignore missing STOMP decoder if session closed
  • 57f1e86 AnnotationBeanNameGenerator caches meta-annotations for stereotype check
  • 73fadd8 Polishing
  • 127e879 Store source in index-derived ScannedGenericBeanDefinition as well
  • 59ecd49 Optimize toString() for synthesized annotations
  • db45b80 Suppress warnings for deprecated AnnotationFilter.NONE enum constant
  • f6df21e Upgrade to Mockito 3.3.3, MockK 1.10, HtmlUnit 2.39, Checkstyle 8.31
  • Additional commits viewable in compare view

Updates spring-test from 4.3.10.RELEASE to 5.2.6.RELEASE

Release notes

Sourced from spring-test's releases.

v5.2.6.RELEASE

⭐ New Features

  • Cache meta-annotations for stereotype check in AnnotationBeanNameGenerator #24980
  • Use WebsocketServerSpec in ReactorNettyRequestUpgradeStrategy #24959
  • Warn about unsupported "/path/**/other" patterns with WebFlux PathPatternParser #24958
  • Allow override of data binding in ModelAttributeMethodArgumentResolver #24947
  • Rid pointless wrapping with BufferedInputStream from class reading #24946
  • ResponseStatusExceptionResolver ignores ResponseStatusException headers #24944
  • Caching of autowire candidate metadata for lazy beans #24904
  • Put a limit on the size of DefaultSingletonBeanRegistry#suppressedExceptions #24902
  • Prevent setting parent bean factory to self #24900
  • Honor overridden AcceptHeaderLocaleContextResolver.getDefaultLocale() #24871
  • Improve performance of StringUtils.deleteAny() #24870
  • 'args' argument of 'JdbcTemplate#query(String, Object[], RowCallbackHandler)' method should be marked @Nullable #24839
  • Improve usage of ByteArrayOutputStream/ByteArrayInputStream #24805
  • Simplify conversion of ByteArrayOutputStream to String #24785
  • Optimize sortPostProcessors() in PostProcessorRegistrationDelegate #24776
  • Reduce byte array allocations in StompEncoder #24694

πŸͺ² Bug Fixes

  • ConflictingBeanDefinitionException on repeated index evaluation #24978
  • Reintroduce synthesized annotation attribute value caching #24970
  • MockHttpServletRequest should not strip brackets from IPV6 address supplied via Host header #24916
  • Memory leak in MimeTypeUtils LRUCache #24886
  • Annotation searches potentially synthesize annotations unnecessarily #24861
  • Connection created by SingleConnectionDataSource with suppressClose=true always returns isClosed=false even if the target connection is closed #24853
  • DefaultListableBeanFactory.getBean(Class) throws NoSuchBeanDefinitionException on existing bean if getBean(Class) previously tried before registration #24852
  • Cannot dispatch without an AsyncContext when an expected error is thrown #24835
  • Duplicate Vary headers after enabling CORS filter #24829
  • Make it possible to run Spring MVC without kotlin-reflect #24828
  • Recursively copy directory with symbolic link #24823
  • Connection leak with WebClient retrieve().toBodilessEntity() #24788
  • Using UriComponentsBuilder.cloneBuilder does not copy uriVariables #24782
  • Fix empty domain handling in ResponseCookie #24758
  • Illegal reflective access warning for interface-based lookup method injection #24657
  • Annotation retrieval performance degradation after 5.2 #23905

πŸ“” Documentation

  • HttpHeaders#getETagValuesAsList(String) does not document IAE #24950
  • Describe that bean disposal is unsupported for the beans created by FactoryBean #24948
  • Deprecate AnnotationFilter.NONE (since MergedAnnotations always filters java.lang.* annotations) #24932
  • Improve Javadoc #24908
  • Fix Javadoc in PathPattern #24841
  • Document default constructor as fallback for multiple non-@Autowired constructors #24838
  • Document precedence for @DynamicPropertySource #24837
  • Documentation: AbstractBeanDefinition.getBeanClass() vs BeanFactory.getType #24816
  • Fix typos and improve readability in Webflux documentation #24781
... (truncated)
Commits
  • b6d6106 Release version 5.2.6.RELEASE
  • d2bcf1e Upgrade to RSocket 1.0.0-RC7
  • afc8a5d Upgrade to Reactor Dysprosium-SR7
  • f425a99 Ignore missing STOMP decoder if session closed
  • 57f1e86 AnnotationBeanNameGenerator caches meta-annotations for stereotype check
  • 73fadd8 Polishing
  • 127e879 Store source in index-derived ScannedGenericBeanDefinition as well
  • 59ecd49 Optimize toString() for synthesized annotations
  • db45b80 Suppress warnings for deprecated AnnotationFilter.NONE enum constant
  • f6df21e Upgrade to Mockito 3.3.3, MockK 1.10, HtmlUnit 2.39, Checkstyle 8.31
  • 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.

Bumps `org.springframework.version` from 4.3.10.RELEASE to 5.2.6.RELEASE.

Updates `spring-tx` from 4.3.10.RELEASE to 5.2.6.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.3.10.RELEASE...v5.2.6.RELEASE)

Updates `spring-webmvc` from 4.3.10.RELEASE to 5.2.6.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.3.10.RELEASE...v5.2.6.RELEASE)

Updates `spring-core` from 4.3.10.RELEASE to 5.2.6.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.3.10.RELEASE...v5.2.6.RELEASE)

Updates `spring-context` from 4.3.10.RELEASE to 5.2.6.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.3.10.RELEASE...v5.2.6.RELEASE)

Updates `spring-jdbc` from 4.3.10.RELEASE to 5.2.6.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.3.10.RELEASE...v5.2.6.RELEASE)

Updates `spring-test` from 4.3.10.RELEASE to 5.2.6.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.3.10.RELEASE...v5.2.6.RELEASE)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 30, 2020
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.

None yet

0 participants