renfei / WinterEE

基于SpringCloud的微服务开发脚手架,包含用户管理、角色管理、组织机构管理、权限管理、CMS内容管理。
https://winteree.renfei.net
Apache License 2.0
4 stars 1 forks source link

build(deps): bump druid-spring-boot-starter from 1.1.24 to 1.2.1 #122

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps druid-spring-boot-starter from 1.1.24 to 1.2.1.

Release notes

Sourced from druid-spring-boot-starter's releases.

druid发布1.2.1版本,增强SQL Parser

在1.2.1版本中,相对1.1.x版本,SQL Parser部分有非常大的增强。在1.2.x版本中,使用JDK 8的interface default method重构Visitor相关部分代码,大幅度减少了重复代码。这个版本中,连接池有了增强,mysql下支持setSchema,增强mysql 8支持。

issues

  1. 连接池在mysql数据库下支持Connection.setSchema方法 #3865 #3933
  2. 连接池增强对金仓数据库V8的支持 #3937
  3. 连接池增强对kylin的支持 #3793
  4. 连接池内置监控页面修复xss漏洞,升级jquery版本
  5. 连接池增强对mysql xa的支持
  6. 依赖JDK版本从JDK6升级到JDK8,使用interface default method重构parser部分的代码 #3841
  7. 增强SQL Parser对hive/odps/mysql/postgresql的支持 #3973 #3858 #3955 #3884 #3947 #3966 #3929 #3952

相关连接

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)
CLAassistant commented 4 years ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

codecov[bot] commented 4 years ago

Codecov Report

Merging #122 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #122   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files          10      10           
  Lines         122     122           
  Branches        6       6           
======================================
  Misses        122     122           

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 b88aec3...2235a3c. Read the comment docs.