Skip to content

Bump spring.version from 4.0.3.RELEASE to 5.2.1.RELEASE #2

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

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 7, 2019

Bumps spring.version from 4.0.3.RELEASE to 5.2.1.RELEASE.

Updates spring-test from 4.0.3.RELEASE to 5.2.1.RELEASE

Release notes

Sourced from spring-test's releases.

v5.2.1.RELEASE

⭐ New Features

  • Support for limits on input stream processing in WebFlux codecs #23884
  • Race condition affecting performance in AbstractJaxb2HttpMessageConverter - JAXBContext creation #23879
  • Add RSocketRequester retrieveAndAwaitOrNull extension #23874
  • Support unidirectional @AliasFor attribute mapping within an annotation #23834
  • Allow setting primary flag on BeanDefinitionBuilder #23794
  • Introduce sessionAttributeDoesNotExist in RequestResultMatchers #23756
  • EventPublishingTestExecutionListener is not included in JUnit 4 and TestNG base classes #23748
  • Optimize Connection.setReadOnly(false) in DataSourceUtils.resetConnectionAfterTransaction(…) #23747
  • Handling of ResponseStatusException to also include setting of response headers #23741
  • Fix OkHttp3ClientHttpRequestFactory shutdown flow #23628

🪲 Bug Fixes

  • Reorder date formatting converter in registrar #23893
  • Revisit @Configuration(proxyBeanMethods = false) with qualified injection points #23887
  • Fixing NPE in AbstractNamedValueMethodArgumentResolver #23882
  • WebClient onStatus order changed #23880
  • TransactionalOperator::transactional does not close the transaction when cancelled #23864
  • Remove unused type parameter declarations in XpathRequestMatchers #23860
  • Remove unused type parameter declarations in MockMvc #23858
  • Repeatable annotation container no longer found on custom composed annotation #23856
  • Missing CORS headers defined in SockJS CORS configuration #23843
  • Consider target transaction manager for traditional vs reactive transaction decision #23832
  • InaccessibleObjectException after upgrading to Framework 5.2 #23829
  • Incorrect value of the MediaType.APPLICATION_PROBLEM_JSON_UTF8 #23825
  • Autowiring performance degradation due to 5.2's MethodParameter.getParameterType() implementation #23792
  • Preserve expires attribute in MockCookie #23769
  • Regression: attribute override configured via @AliasFor no longer honored in annotation hierarchy #23767
  • spring 5.2 dist.zip naming issue #23745
  • MockServletContext should treat InvalidPathException like an IOException #23717

📔 Documentation

  • Update Spring Boot references in testing documentation #23848
  • Fix typo in rsocket doc #23762
  • Fixes broken links to dev.java.net #23746
  • Fix typo in web-uris doc #23739
  • Update documentation for importing projects into Eclipse #23706

🔨 Dependency Upgrades

  • Upgrade to Reactor Dysprosium-SR1 #23871

❤️ Contributors

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

... (truncated)
Commits
  • 21d751d Release version 5.2.1.RELEASE
  • 89fc0f2 Fix typo in docs
  • 2d208de Clear connection pool for OkHttpClient
  • 3858a69 Path RequestPredicate should honor servlet path
  • 95af079 Document unidirectional @​AliasFor attribute mapping support
  • 005d201 Refine changes for PR
  • 64f2beb Fixing NPE in AbstractNamedValueMethodArgumentResolver
  • fd96788 Use int for maxParts instead of long
  • 3691c18 Preserve order of onStatus handlers
  • 74b7b55 Make MBeanServer tests more robust
  • Additional commits viewable in compare view

Updates spring-core from 4.0.3.RELEASE to 5.2.1.RELEASE

Release notes

Sourced from spring-core's releases.

v5.2.1.RELEASE

⭐ New Features

  • Support for limits on input stream processing in WebFlux codecs #23884
  • Race condition affecting performance in AbstractJaxb2HttpMessageConverter - JAXBContext creation #23879
  • Add RSocketRequester retrieveAndAwaitOrNull extension #23874
  • Support unidirectional @AliasFor attribute mapping within an annotation #23834
  • Allow setting primary flag on BeanDefinitionBuilder #23794
  • Introduce sessionAttributeDoesNotExist in RequestResultMatchers #23756
  • EventPublishingTestExecutionListener is not included in JUnit 4 and TestNG base classes #23748
  • Optimize Connection.setReadOnly(false) in DataSourceUtils.resetConnectionAfterTransaction(…) #23747
  • Handling of ResponseStatusException to also include setting of response headers #23741
  • Fix OkHttp3ClientHttpRequestFactory shutdown flow #23628

🪲 Bug Fixes

  • Reorder date formatting converter in registrar #23893
  • Revisit @Configuration(proxyBeanMethods = false) with qualified injection points #23887
  • Fixing NPE in AbstractNamedValueMethodArgumentResolver #23882
  • WebClient onStatus order changed #23880
  • TransactionalOperator::transactional does not close the transaction when cancelled #23864
  • Remove unused type parameter declarations in XpathRequestMatchers #23860
  • Remove unused type parameter declarations in MockMvc #23858
  • Repeatable annotation container no longer found on custom composed annotation #23856
  • Missing CORS headers defined in SockJS CORS configuration #23843
  • Consider target transaction manager for traditional vs reactive transaction decision #23832
  • InaccessibleObjectException after upgrading to Framework 5.2 #23829
  • Incorrect value of the MediaType.APPLICATION_PROBLEM_JSON_UTF8 #23825
  • Autowiring performance degradation due to 5.2's MethodParameter.getParameterType() implementation #23792
  • Preserve expires attribute in MockCookie #23769
  • Regression: attribute override configured via @AliasFor no longer honored in annotation hierarchy #23767
  • spring 5.2 dist.zip naming issue #23745
  • MockServletContext should treat InvalidPathException like an IOException #23717

📔 Documentation

  • Update Spring Boot references in testing documentation #23848
  • Fix typo in rsocket doc #23762
  • Fixes broken links to dev.java.net #23746
  • Fix typo in web-uris doc #23739
  • Update documentation for importing projects into Eclipse #23706

🔨 Dependency Upgrades

  • Upgrade to Reactor Dysprosium-SR1 #23871

❤️ Contributors

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

... (truncated)
Commits
  • 21d751d Release version 5.2.1.RELEASE
  • 89fc0f2 Fix typo in docs
  • 2d208de Clear connection pool for OkHttpClient
  • 3858a69 Path RequestPredicate should honor servlet path
  • 95af079 Document unidirectional @​AliasFor attribute mapping support
  • 005d201 Refine changes for PR
  • 64f2beb Fixing NPE in AbstractNamedValueMethodArgumentResolver
  • fd96788 Use int for maxParts instead of long
  • 3691c18 Preserve order of onStatus handlers
  • 74b7b55 Make MBeanServer tests more robust
  • Additional commits viewable in compare view

Updates spring-webmvc from 4.0.3.RELEASE to 5.2.1.RELEASE

Release notes

Sourced from spring-webmvc's releases.

v5.2.1.RELEASE

⭐ New Features

  • Support for limits on input stream processing in WebFlux codecs #23884
  • Race condition affecting performance in AbstractJaxb2HttpMessageConverter - JAXBContext creation #23879
  • Add RSocketRequester retrieveAndAwaitOrNull extension #23874
  • Support unidirectional @AliasFor attribute mapping within an annotation #23834
  • Allow setting primary flag on BeanDefinitionBuilder #23794
  • Introduce sessionAttributeDoesNotExist in RequestResultMatchers #23756
  • EventPublishingTestExecutionListener is not included in JUnit 4 and TestNG base classes #23748
  • Optimize Connection.setReadOnly(false) in DataSourceUtils.resetConnectionAfterTransaction(…) #23747
  • Handling of ResponseStatusException to also include setting of response headers #23741
  • Fix OkHttp3ClientHttpRequestFactory shutdown flow #23628

🪲 Bug Fixes

  • Reorder date formatting converter in registrar #23893
  • Revisit @Configuration(proxyBeanMethods = false) with qualified injection points #23887
  • Fixing NPE in AbstractNamedValueMethodArgumentResolver #23882
  • WebClient onStatus order changed #23880
  • TransactionalOperator::transactional does not close the transaction when cancelled #23864
  • Remove unused type parameter declarations in XpathRequestMatchers #23860
  • Remove unused type parameter declarations in MockMvc #23858
  • Repeatable annotation container no longer found on custom composed annotation #23856
  • Missing CORS headers defined in SockJS CORS configuration #23843
  • Consider target transaction manager for traditional vs reactive transaction decision #23832
  • InaccessibleObjectException after upgrading to Framework 5.2 #23829
  • Incorrect value of the MediaType.APPLICATION_PROBLEM_JSON_UTF8 #23825
  • Autowiring performance degradation due to 5.2's MethodParameter.getParameterType() implementation #23792
  • Preserve expires attribute in MockCookie #23769
  • Regression: attribute override configured via @AliasFor no longer honored in annotation hierarchy #23767
  • spring 5.2 dist.zip naming issue #23745
  • MockServletContext should treat InvalidPathException like an IOException #23717

📔 Documentation

  • Update Spring Boot references in testing documentation #23848
  • Fix typo in rsocket doc #23762
  • Fixes broken links to dev.java.net #23746
  • Fix typo in web-uris doc #23739
  • Update documentation for importing projects into Eclipse #23706

🔨 Dependency Upgrades

  • Upgrade to Reactor Dysprosium-SR1 #23871

❤️ Contributors

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

... (truncated)
Commits
  • 21d751d Release version 5.2.1.RELEASE
  • 89fc0f2 Fix typo in docs
  • 2d208de Clear connection pool for OkHttpClient
  • 3858a69 Path RequestPredicate should honor servlet path
  • 95af079 Document unidirectional @​AliasFor attribute mapping support
  • 005d201 Refine changes for PR
  • 64f2beb Fixing NPE in AbstractNamedValueMethodArgumentResolver
  • fd96788 Use int for maxParts instead of long
  • 3691c18 Preserve order of onStatus handlers
  • 74b7b55 Make MBeanServer tests more robust
  • Additional commits viewable in compare view

Updates spring-jdbc from 4.0.3.RELEASE to 5.2.1.RELEASE

Release notes

Sourced from spring-jdbc's releases.

v5.2.1.RELEASE

⭐ New Features

  • Support for limits on input stream processing in WebFlux codecs #23884
  • Race condition affecting performance in AbstractJaxb2HttpMessageConverter - JAXBContext creation #23879
  • Add RSocketRequester retrieveAndAwaitOrNull extension #23874
  • Support unidirectional @AliasFor attribute mapping within an annotation #23834
  • Allow setting primary flag on BeanDefinitionBuilder #23794
  • Introduce sessionAttributeDoesNotExist in RequestResultMatchers #23756
  • EventPublishingTestExecutionListener is not included in JUnit 4 and TestNG base classes #23748
  • Optimize Connection.setReadOnly(false) in DataSourceUtils.resetConnectionAfterTransaction(…) #23747
  • Handling of ResponseStatusException to also include setting of response headers #23741
  • Fix OkHttp3ClientHttpRequestFactory shutdown flow #23628

🪲 Bug Fixes

  • Reorder date formatting converter in registrar #23893
  • Revisit @Configuration(proxyBeanMethods = false) with qualified injection points #23887
  • Fixing NPE in AbstractNamedValueMethodArgumentResolver #23882
  • WebClient onStatus order changed #23880
  • TransactionalOperator::transactional does not close the transaction when cancelled #23864
  • Remove unused type parameter declarations in XpathRequestMatchers #23860
  • Remove unused type parameter declarations in MockMvc #23858
  • Repeatable annotation container no longer found on custom composed annotation #23856
  • Missing CORS headers defined in SockJS CORS configuration #23843
  • Consider target transaction manager for traditional vs reactive transaction decision #23832
  • InaccessibleObjectException after upgrading to Framework 5.2 #23829
  • Incorrect value of the MediaType.APPLICATION_PROBLEM_JSON_UTF8 #23825
  • Autowiring performance degradation due to 5.2's MethodParameter.getParameterType() implementation #23792
  • Preserve expires attribute in MockCookie #23769
  • Regression: attribute override configured via @AliasFor no longer honored in annotation hierarchy #23767
  • spring 5.2 dist.zip naming issue #23745
  • MockServletContext should treat InvalidPathException like an IOException #23717

📔 Documentation

  • Update Spring Boot references in testing documentation #23848
  • Fix typo in rsocket doc #23762
  • Fixes broken links to dev.java.net #23746
  • Fix typo in web-uris doc #23739
  • Update documentation for importing projects into Eclipse #23706

🔨 Dependency Upgrades

  • Upgrade to Reactor Dysprosium-SR1 #23871

❤️ Contributors

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

... (truncated)
Commits
  • 21d751d Release version 5.2.1.RELEASE
  • 89fc0f2 Fix typo in docs
  • 2d208de Clear connection pool for OkHttpClient
  • 3858a69 Path RequestPredicate should honor servlet path
  • 95af079 Document unidirectional @​AliasFor attribute mapping support
  • 005d201 Refine changes for PR
  • 64f2beb Fixing NPE in AbstractNamedValueMethodArgumentResolver
  • fd96788 Use int for maxParts instead of long
  • 3691c18 Preserve order of onStatus handlers
  • 74b7b55 Make MBeanServer tests more robust
  • Additional commits viewable in compare view

Updates spring-integration-mail from 4.0.3.RELEASE to 5.2.1.RELEASE

Release notes

Sourced from spring-integration-mail's releases.

v5.2.1.RELEASE

Change log:

be887814f8 Upgrade Spring Security, Micrometer
1287aa5644 Upgrade dependencies
3e68228ae3 More docs for new RSocket features
dd1d65bb23 Refinement for ResolvableType JSON header
ad97f818cf GH-3096: Skip RESOLVABLE_TYPE header in mapping (#3098)
845a39653e Revert testReactiveStreamsConsumerPollableChannel
36c9f72a9d Use EmitterProcessor for Channels adaptation (#3100)
69401c263c Back-pressure tests for SubscribableChPubAdapter
e2ba60f021 TCP Test - increase wait time for close
04ff879f7e Improve RSocket support
0ceea8414f GH-3089: Fix import
841a91d2cb GH-3089: Fix since in gateway spec
6468ecc530 GH-3089: Add AmqpInGateway.replyHeadersMappedLast (#3091)
977997e3bf GH-3090: Add logout() to FtpSession.close()([#3094](https://github.com/spring-projects/spring-integration/issues/3094)) 7aea76c6c4 [GH-3026](https://github.com/spring-projects/spring-integration/issues/3026): Fix chmod support for DSL 66c3eff2ba Fix new Sonar smells ca56a0eb80 ExtractBaseIntegrationFlowDefinition([#3087](https://github.com/spring-projects/spring-integration/issues/3087)) 1a2907eeb3 Upgrade dependencies; fix deprecations ab06c21bbc Give access to AmqpOutboundEndpoint.RabbitTemplate a2e0dda4d8 Show Rsocket requestChannel in RSocketDslTests 375f3c1317 Ensure that dynamic routes are included into graph ([#3085](https://github.com/spring-projects/spring-integration/issues/3085)) 612ae341ae TCP: Fix race in test c420c414d3 [GH-3076](https://github.com/spring-projects/spring-integration/issues/3076): NioFileLocker: add file existence check 1e50707370 Fix new Sonar smells 33667884a7 [GH-3079](https://github.com/spring-projects/spring-integration/issues/3079): Use getMostSpecificMethod for SpEL calls ([#3082](https://github.com/spring-projects/spring-integration/issues/3082)) 87af95ee7a [GH-3083](https://github.com/spring-projects/spring-integration/issues/3083): Support @Header with dotted literals 911cdc86b5 Refinement for gateway Mono processing ([#3075](https://github.com/spring-projects/spring-integration/issues/3075)) 7733da651f [GH-3072](https://github.com/spring-projects/spring-integration/issues/3072): Allow JDBC inbound query changes 2a8615539f DeprecateIntFlows.from(service, methodName)`

v5.2.0.RELEASE

Change log:

d3d82db374dc323c77b47c3d254101dafcc644fd Upgrade to Spring AMQP 2.2 GA; prepare for release
9720c82f15d47817324d3a2f31235b3aa4081772 Fix Checkstyle for JPA test; typos
8a4864e03f011ae4beabd172c2c33dfc20cbb1f8 GH-3061: Add [@​DirtiesContext](https://github.com/DirtiesContext) to JPA tests
0926186f60d6aed8fb9c8354e4bb167c8f433232 Upgrade Micrometer, Spring Security versions
37cc201aeeaeab7c9a35d36dbb6c278719895569 Upgrade dependencies; fix deprecations
229676b12c5971192f9f943205c59394311e281e Fix links in reactive-streams.adoc doc
007e1a0924ab433ef09a9f85896e329bea4e457a Improve in generics for some Publisher API
ad96ca49f1d2b767320b88cb3787ee915290a160 Add Reactive Stream chapter into docs
eeb951b0da785d984416beb31a8f6bad8fe8c9cb Fix new Sonar Smells
99949979176ac8d89d510ac6c922223ff5bc9ee0 GH-3067: Use default NullChannel instance if poss.
0c7cae15da4b389efc5d3ed31f67c8a7360cf726 Upgrade to Jackson 2.10
f3850b7520cd579cca2316c281dbd6884f4348a5 RSocket Doc Polishing
c4aceb6bb5638b7a70a9d7d24713d1598e97e9bd Hide toReactivePublisher() from lambdas (#3065)
582574c41351a15c9a96a6b900d3be34cb9f9c0d Upgrade Reactor Version

... (truncated)
Commits
  • 7d46c8d [artifactory-release] Release version 5.2.1.RELEASE
  • be88781 Upgrade Spring Security, Micrometer
  • 1287aa5 Upgrade dependencies
  • 3e68228 More docs for new RSocket features
  • dd1d65b Refinement for ResolvableType JSON header
  • ad97f81 GH-3096: Skip RESOLVABLE_TYPE header in mapping (#3098)
  • 845a396 Revert testReactiveStreamsConsumerPollableChannel
  • 36c9f72 Use EmitterProcessor for Channels adaptation (#3100)
  • 69401c2 Back-pressure tests for SubscribableChPubAdapter
  • e2ba60f TCP Test - increase wait time for close
  • 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 4.0.3.RELEASE to 5.2.1.RELEASE.

Updates `spring-test` from 4.0.3.RELEASE to 5.2.1.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.0.3.RELEASE...v5.2.1.RELEASE)

Updates `spring-core` from 4.0.3.RELEASE to 5.2.1.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.0.3.RELEASE...v5.2.1.RELEASE)

Updates `spring-webmvc` from 4.0.3.RELEASE to 5.2.1.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.0.3.RELEASE...v5.2.1.RELEASE)

Updates `spring-jdbc` from 4.0.3.RELEASE to 5.2.1.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.0.3.RELEASE...v5.2.1.RELEASE)

Updates `spring-integration-mail` from 4.0.3.RELEASE to 5.2.1.RELEASE
- [Release notes](https://github.com/spring-projects/spring-integration/releases)
- [Commits](spring-projects/spring-integration@v4.0.3.RELEASE...v5.2.1.RELEASE)

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 7, 2019
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 24, 2020

Superseded by #4.

@dependabot dependabot bot closed this Feb 24, 2020
@dependabot dependabot bot deleted the dependabot/maven/spring.version-5.2.1.RELEASE branch February 24, 2020 13:38
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