You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by GitBox <gi...@apache.org> on 2019/10/18 13:02:48 UTC

[GitHub] [synapse] dependabot[bot] opened a new pull request #21: Bump spring.version from 1.2.8 to 5.2.0.RELEASE

dependabot[bot] opened a new pull request #21: Bump spring.version from 1.2.8 to 5.2.0.RELEASE
URL: https://github.com/apache/synapse/pull/21
 
 
   Bumps `spring.version` from 1.2.8 to 5.2.0.RELEASE.
   
   Updates `spring-core` from 1.2.8 to 5.2.0.RELEASE
   <details>
   <summary>Release notes</summary>
   
   *Sourced from [spring-core's releases](https://github.com/spring-projects/spring-framework/releases).*
   
   > ## v5.2.0.RELEASE
   > ## :star: New Features
   > 
   > - Add support for MockRestServiceServer to verify that a header does not exist [#23721](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23721)
   > - Set name for shutdown hook Thread [#23670](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23670)
   > - Use Reactor's new Schedulers.boundedElastic() [#23661](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23661)
   > - Avoid ArrayIndexOutOfBoundsException in SpEL's Indexer [#23658](https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/23658)
   > - Fix RSocketRequester API for requests without payload [#23649](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23649)
   > - Allow registration of RSocket metadata extractors [#23645](https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/23645)
   > - Allow `@Import` and `@ComponentScan` classes to use constructor injection [#23637](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23637)
   > - Add SVG mapping to mime.types file for JavaMail support [#23629](https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/23629)
   > - Provide support for disabling cron-based scheduled jobs registered via SchedulingConfigurer [#23568](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23568)
   > - Log HTTP method in logging filters and revise log message format [#23567](https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/23567)
   > - Omit cancellation of transactional Monos in TransactionOperator [#23562](https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/23562)
   > - PathMatchingResourcePatternResolver cannot load resources with a '#' in their file name within JARs [#23532](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23532)
   > - Improve parity between Java and Kotlin router DSL [#23524](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23524)
   > - Provide an memory efficient alternative to ClientHttpRequestInterceptor [#22002](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22002)
   > 
   > ## :beetle: Bug Fixes
   > 
   > - Newly added TransactionOperations.execute(Runnable) breaks existing Kotlin code [#23724](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23724)
   > - ServerRequestExtensionsTests#`remoteAddressOrNull with value()` fails on Java 13 [#23677](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23677)
   > - PathPatternParserTests#regexPathElementPatterns() fails on Java 13 [#23669](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23669)
   > - BOM has explicit `compile` scope for each dependency [#23660](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23660)
   > - AbstractResource causes early log4j initialization [#23655](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23655)
   > - Improper UTF-8 handling in MockMvc for JSON response [#23622](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23622)
   > - Memory leak when using `@Async` after upgrading from 5.1 to 5.2 [#23571](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23571)
   > - FactoryBean registered with explicit target type cannot be autowired by type [#23561](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23561)
   > 
   > ## :notebook_with_decorative_cover: Documentation
   > 
   > - Fix typo in DispatcherServlet Javadoc [#23726](https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/23726)
   > - Clarify units handling in DataSize javadoc  [#23697](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23697)
   > - Upgrade "Spring Framework Versions" page to mention JDK 13 support [#23674](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23674)
   > - Document WebMvc.fn [#23657](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23657)
   > - Mention Ordered and `@Order` support for components in Javadoc [#23636](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23636)
   > - Fix typo [#23603](https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/23603)
   > - Document minimum JDK 8 update version [#23563](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23563)
   > - RSocket documentation [#23147](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23147)
   > 
   > ## :hammer: Dependency Upgrades
   > 
   > - Upgrade to RSocket 1.0.0.RC5 [#23698](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23698)
   > - Upgrade to Reactor Dysprosium-RELEASE [#23695](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23695)
   > - Upgrade to Spring Doc Resources 0.1.3 [#23679](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23679)
   > - Upgrade to Coroutines 1.3.2 [#23663](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23663)
   > - Upgrade to Jackson 2.10.0 [#23662](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23662)
   > 
   > ## :heart: Contributors
   > 
   ></tr></table> ... (truncated)
   </details>
   <details>
   <summary>Commits</summary>
   
   - See full diff in [compare view](https://github.com/spring-projects/spring-framework/commits/v5.2.0.RELEASE)
   </details>
   <br />
   
   Updates `spring-beans` from 1.2.8 to 5.2.0.RELEASE
   <details>
   <summary>Release notes</summary>
   
   *Sourced from [spring-beans's releases](https://github.com/spring-projects/spring-framework/releases).*
   
   > ## v5.2.0.RELEASE
   > ## :star: New Features
   > 
   > - Add support for MockRestServiceServer to verify that a header does not exist [#23721](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23721)
   > - Set name for shutdown hook Thread [#23670](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23670)
   > - Use Reactor's new Schedulers.boundedElastic() [#23661](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23661)
   > - Avoid ArrayIndexOutOfBoundsException in SpEL's Indexer [#23658](https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/23658)
   > - Fix RSocketRequester API for requests without payload [#23649](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23649)
   > - Allow registration of RSocket metadata extractors [#23645](https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/23645)
   > - Allow `@Import` and `@ComponentScan` classes to use constructor injection [#23637](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23637)
   > - Add SVG mapping to mime.types file for JavaMail support [#23629](https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/23629)
   > - Provide support for disabling cron-based scheduled jobs registered via SchedulingConfigurer [#23568](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23568)
   > - Log HTTP method in logging filters and revise log message format [#23567](https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/23567)
   > - Omit cancellation of transactional Monos in TransactionOperator [#23562](https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/23562)
   > - PathMatchingResourcePatternResolver cannot load resources with a '#' in their file name within JARs [#23532](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23532)
   > - Improve parity between Java and Kotlin router DSL [#23524](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23524)
   > - Provide an memory efficient alternative to ClientHttpRequestInterceptor [#22002](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22002)
   > 
   > ## :beetle: Bug Fixes
   > 
   > - Newly added TransactionOperations.execute(Runnable) breaks existing Kotlin code [#23724](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23724)
   > - ServerRequestExtensionsTests#`remoteAddressOrNull with value()` fails on Java 13 [#23677](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23677)
   > - PathPatternParserTests#regexPathElementPatterns() fails on Java 13 [#23669](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23669)
   > - BOM has explicit `compile` scope for each dependency [#23660](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23660)
   > - AbstractResource causes early log4j initialization [#23655](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23655)
   > - Improper UTF-8 handling in MockMvc for JSON response [#23622](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23622)
   > - Memory leak when using `@Async` after upgrading from 5.1 to 5.2 [#23571](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23571)
   > - FactoryBean registered with explicit target type cannot be autowired by type [#23561](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23561)
   > 
   > ## :notebook_with_decorative_cover: Documentation
   > 
   > - Fix typo in DispatcherServlet Javadoc [#23726](https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/23726)
   > - Clarify units handling in DataSize javadoc  [#23697](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23697)
   > - Upgrade "Spring Framework Versions" page to mention JDK 13 support [#23674](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23674)
   > - Document WebMvc.fn [#23657](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23657)
   > - Mention Ordered and `@Order` support for components in Javadoc [#23636](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23636)
   > - Fix typo [#23603](https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/23603)
   > - Document minimum JDK 8 update version [#23563](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23563)
   > - RSocket documentation [#23147](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23147)
   > 
   > ## :hammer: Dependency Upgrades
   > 
   > - Upgrade to RSocket 1.0.0.RC5 [#23698](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23698)
   > - Upgrade to Reactor Dysprosium-RELEASE [#23695](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23695)
   > - Upgrade to Spring Doc Resources 0.1.3 [#23679](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23679)
   > - Upgrade to Coroutines 1.3.2 [#23663](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23663)
   > - Upgrade to Jackson 2.10.0 [#23662](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23662)
   > 
   > ## :heart: Contributors
   > 
   ></tr></table> ... (truncated)
   </details>
   <details>
   <summary>Commits</summary>
   
   - See full diff in [compare view](https://github.com/spring-projects/spring-framework/commits/v5.2.0.RELEASE)
   </details>
   <br />
   
   Updates `spring-context` from 1.2.8 to 5.2.0.RELEASE
   <details>
   <summary>Release notes</summary>
   
   *Sourced from [spring-context's releases](https://github.com/spring-projects/spring-framework/releases).*
   
   > ## v5.2.0.RELEASE
   > ## :star: New Features
   > 
   > - Add support for MockRestServiceServer to verify that a header does not exist [#23721](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23721)
   > - Set name for shutdown hook Thread [#23670](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23670)
   > - Use Reactor's new Schedulers.boundedElastic() [#23661](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23661)
   > - Avoid ArrayIndexOutOfBoundsException in SpEL's Indexer [#23658](https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/23658)
   > - Fix RSocketRequester API for requests without payload [#23649](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23649)
   > - Allow registration of RSocket metadata extractors [#23645](https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/23645)
   > - Allow `@Import` and `@ComponentScan` classes to use constructor injection [#23637](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23637)
   > - Add SVG mapping to mime.types file for JavaMail support [#23629](https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/23629)
   > - Provide support for disabling cron-based scheduled jobs registered via SchedulingConfigurer [#23568](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23568)
   > - Log HTTP method in logging filters and revise log message format [#23567](https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/23567)
   > - Omit cancellation of transactional Monos in TransactionOperator [#23562](https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/23562)
   > - PathMatchingResourcePatternResolver cannot load resources with a '#' in their file name within JARs [#23532](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23532)
   > - Improve parity between Java and Kotlin router DSL [#23524](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23524)
   > - Provide an memory efficient alternative to ClientHttpRequestInterceptor [#22002](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22002)
   > 
   > ## :beetle: Bug Fixes
   > 
   > - Newly added TransactionOperations.execute(Runnable) breaks existing Kotlin code [#23724](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23724)
   > - ServerRequestExtensionsTests#`remoteAddressOrNull with value()` fails on Java 13 [#23677](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23677)
   > - PathPatternParserTests#regexPathElementPatterns() fails on Java 13 [#23669](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23669)
   > - BOM has explicit `compile` scope for each dependency [#23660](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23660)
   > - AbstractResource causes early log4j initialization [#23655](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23655)
   > - Improper UTF-8 handling in MockMvc for JSON response [#23622](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23622)
   > - Memory leak when using `@Async` after upgrading from 5.1 to 5.2 [#23571](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23571)
   > - FactoryBean registered with explicit target type cannot be autowired by type [#23561](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23561)
   > 
   > ## :notebook_with_decorative_cover: Documentation
   > 
   > - Fix typo in DispatcherServlet Javadoc [#23726](https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/23726)
   > - Clarify units handling in DataSize javadoc  [#23697](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23697)
   > - Upgrade "Spring Framework Versions" page to mention JDK 13 support [#23674](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23674)
   > - Document WebMvc.fn [#23657](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23657)
   > - Mention Ordered and `@Order` support for components in Javadoc [#23636](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23636)
   > - Fix typo [#23603](https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/23603)
   > - Document minimum JDK 8 update version [#23563](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23563)
   > - RSocket documentation [#23147](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23147)
   > 
   > ## :hammer: Dependency Upgrades
   > 
   > - Upgrade to RSocket 1.0.0.RC5 [#23698](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23698)
   > - Upgrade to Reactor Dysprosium-RELEASE [#23695](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23695)
   > - Upgrade to Spring Doc Resources 0.1.3 [#23679](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23679)
   > - Upgrade to Coroutines 1.3.2 [#23663](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23663)
   > - Upgrade to Jackson 2.10.0 [#23662](https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23662)
   > 
   > ## :heart: Contributors
   > 
   ></tr></table> ... (truncated)
   </details>
   <details>
   <summary>Commits</summary>
   
   - See full diff in [compare view](https://github.com/spring-projects/spring-framework/commits/v5.2.0.RELEASE)
   </details>
   <br />
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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](https://github.com/apache/synapse/network/alerts).
   
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org