PicnicSupermarket / reactive-support

RxJava 2 utilities.
MIT License
29 stars 0 forks source link

Bump spring-framework-bom from 4.3.25.RELEASE to 5.2.4.RELEASE #97

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps spring-framework-bom from 4.3.25.RELEASE to 5.2.4.RELEASE.

Release notes

Sourced from spring-framework-bom's releases.

v5.2.4.RELEASE

:star: New Features

  • BlockHoundIntegration for spring-core #24581
  • Configure quiet period for shutting down Netty resources #24538
  • Consistent ROLE_INFRASTRUCTURE declarations for internal configuration classes #24509
  • Raise log level for exceptions from EntityManager close call #24501
  • ExecutorConfigurationSupport to allow millisecond precision for await termination period #24496
  • Improve assertion message in PersistenceExceptionTranslationInterceptor #24484
  • BigDecimal in multi-value request body deserializes differently than single-value #24479
  • If controller method has produces="/" in 5.2.3 response is 500 instead of 406 #24466
  • SseEmitter cannot format text/plain if StringHttpMessageConverter is not configured #24465
  • Support command line arguments with an empty value #24464
  • AbstractJackson2HttpMessageConverter + Jackson 2.10: handle ValueInstantiationException properly #24455
  • Compatibility with JDK 14 #24453
  • Avoid opaque to hierarchical reset in UriComponentsBuilder when input is null #24444
  • Add Informix to supported database products for procedure calls #24443
  • Solve ReflectPermission issue in sandbox security policy model for repackaged CGLIB ReflectUtils #24420
  • Allow non-standard HttpStatus in reactive ServerHttpResponse #24400
  • Allow customizing default Smile codec via CodecConfigurer #24382
  • Simplify getCache() method in CaffeineCacheManager #24376
  • Expose property for handling of Ping frames with Reactor Netty WebSocket client and server #24367
  • Simplify getParsedSql() method in NamedParameterJdbcTemplate #24358
  • Provide control over formatting of request in HttpWebHandlerAdapter #24352
  • Add hook-point to exclude imported configuration classes #24175
  • Jackson2Decoder fails to determine correct target type from default interface method with a generic type #23791
  • Extra empty line a["\n"] messages from ActiveMQ STOMP broker #23713
  • Add a way to combine more than one AnnotationIntrospector in Jackson2ObjectMapperBuilder instead of overriding it #22830
  • Add unique number to WebFlux log prefix for Reactor Netty server #22039

:beetle: Bug Fixes

  • NullPointerException in MockHttpServletRequestBuilder for URI string with no protocol #24556
  • BeanPostProcessorChecker warning due to missing infrastructure role on ProxyTransactionManagementConfiguration #24508
  • spring-aspects has a compile dependency on spring-orm #24491
  • AbstractJackson2Decoder is not aware of jackson's non-blocking parser only supporting UTF-8 #24489
  • MockRestServiceServer reset does not clear failedRequests #24486
  • Prevent unnecessary refresh for InjectionMetadata.EMPTY #24485
  • "Status and headers already sent" ISE exception from Reactor Netty on WebSocket upgrade #24475
  • The new Encoder.encodeValue and Decoder.decode methods in spring 5.2 do not provide access to the Context #24441
  • Cycle in LogAdapter.Log4jLog initialization within log appender #24440
  • Negative byte values not properly converted to unsigned int in URI encoding #24413
  • ServerSentEventHttpMessageReader maps null when event has comment only. #24389
  • Nested annotations no longer supported in ASM-based annotation processing #24375
  • Explicit Content-Type Header in WebClient is overwritten by ResourceHttpMessageWriter #24366
  • Avoid setting special Content-* response headers in TomcatHeadersAdapter #24361
  • IncompatibleClassChangeError encountered on execution of compiled SPEL expressions #24357
  • JSON decoding error parsing stream encoded with Jackson Smile #24198

:notebook_with_decorative_cover: Documentation

... (truncated)
Commits


Dependabot compatibility score

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 - `@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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - 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)
ghost commented 4 years ago

Congratulations :beers:. DeepCode analyzed your code in 0.122 seconds and we found no issues. Enjoy a moment of no bugs :sunny:.

:speech_balloon: This comment has been generated by the DeepCode bot, installed by the owner of the repository. The DeepCode bot protects your repository by detecting and commenting on security vulnerabilities or other critical issues.


:relaxed: If you want to provide feedback on our bot, here is how to contact us.

codecov[bot] commented 4 years ago

Codecov Report

Merging #97 into master will not change coverage by %. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #97   +/-   ##
=========================================
  Coverage     85.41%   85.41%           
  Complexity       54       54           
=========================================
  Files             5        5           
  Lines           144      144           
  Branches          1        1           
=========================================
  Hits            123      123           
  Misses           19       19           
  Partials          2        2           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 742a527...60e4287. Read the comment docs.

dependabot-preview[bot] commented 4 years ago

Superseded by #102.