fayechenlong / plumelog

一个java分布式日志组件,支持百亿级别,日志从搜集到查询,不用去文件中翻阅日志方便快捷,支持查询一个调用链的日志,支持链路追踪,查看调用链耗时情况,在分布式系统中也可以查询关联日志,能够帮助快速定位问题,简单易用,没有代码入侵,查询界面友好,高效,方便,只要你是java系统,不要做任何项目改造,接入直接使用,日志不落本地磁盘,演示视频地址:https://v.qq.com/x/page/g3308uxlcnw.html
http://www.plumelog.com
Apache License 2.0
346 stars 98 forks source link

Bump spring-webmvc from 5.1.9.RELEASE to 5.1.14.RELEASE in /plumelog-core #29

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps spring-webmvc from 5.1.9.RELEASE to 5.1.14.RELEASE.

Release notes

Sourced from spring-webmvc's releases.

v5.1.14.RELEASE

:star: New Features

  • Consistent ROLE_INFRASTRUCTURE declarations for internal configuration classes #24514
  • Raise log level for exceptions from EntityManager close call #24513
  • BigDecimal in multi-value request body deserializes differently than single-value #24487
  • Add Informix to supported database products for procedure calls #24449
  • Solve ReflectPermission issue in sandbox security policy model for repackaged CGLIB ReflectUtils #24448

:beetle: Bug Fixes

  • AbstractJackson2Decoder is not aware of jackson's non-blocking parser only supporting UTF-8 #24542
  • Cycle in LogAdapter.Log4jLog initialization within log appender #24450
  • JSON decoding error parsing stream encoded with Jackson Smile #24412
  • Avoid setting special Content-* response headers in TomcatHeadersAdapter #24387
  • IncompatibleClassChangeError encountered on execution of compiled SPEL expressions #24362

:notebook_with_decorative_cover: Documentation

  • Clarify AbstractResourceBasedMessageSource.setCacheMillis vs java.util.ResourceBundle #24584
  • Update advice on RestTemplate #24505
  • Polish documentation format #24462

:hammer: Dependency Upgrades

  • Upgrade to Reactor Californium SR16 #24527

v5.1.13.RELEASE

:star: New Features

  • Support headers with multiple values in ResponseStatusException #24284
  • Un-deprecate PathResource (for java.nio.file.Path resolution in createRelative) #24217
  • Improve configuration API of ClientCodecConfigurer.CustomCodecs #24201
  • Let UriUtils.encode…(…) methods optimize for sources without the need to be encoded #24154
  • Support variable resolution of wildcard types #24150
  • ContentDisposition cannot parse encoded filename with leading space #24148

:beetle: Bug Fixes

  • StringDecoder buffer leak related to maxInMemorySize limit #24346
  • Cloning a WebClient.Builder instance does not copy strategiesConfigurers #24330
  • Unsafe double-checked locking in SpelExpression#compileExpression #24306
  • Ensure CORS processing does not add Vary header twice on async requests #24229
  • Escape quotes in filename in ContentDisposition.Builder when charset not specified #24224
  • ClassUtils.getInterfaceMethodIfPossible overhead in cached methods for SpEL key/condition expressions #24209
  • ClientCodecConfigurer drops MultipartHttpMessageWriter.partWriters when mutated #24202

:notebook_with_decorative_cover: Documentation

  • WebFlux documentation states incorrectly that BindingResult is supported after @RequestBody #24181

... (truncated)

Commits
  • 445e8ea Release version 5.1.14.RELEASE
  • df60919 Polishing
  • 2f1f36e Upgrade to Groovy 2.5.9, RxJava 2.2.18, Tomcat 9.0.31, Jetty 9.4.26, Netty 4....
  • 1c0a4f8 Polishing
  • cc376ac Clarify setCacheMillis/setCacheSeconds vs java.util.ResourceBundle
  • 10c9d2f Upgrade to Reactor Calfiornium-SR16
  • 439ffe2 Convert non-UTF-8 JSON
  • 4e55262 Upgrade to Reactor Californium snapshots
  • ebd2ec5 Polishing
  • f536819 Update advice on RestTemplate
  • Additional commits viewable in compare view


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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/fayechenlong/plumelog/network/alerts).
dependabot[bot] commented 2 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.