build(deps): bump druid from 1.1.14 to 1.2.1 #31

Merged
dependabot[bot] merged 1 commits from dependabot/maven/com.alibaba-druid-1.2.1 into master 2020-10-27 13:22:11 +08:00
dependabot[bot] commented 2020-10-21 00:17:27 +08:00 (Migrated from github.com)

Bumps druid from 1.1.14 to 1.2.1.

Release notes

Sourced from druid'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

相关连接

Druid发布1.1.24版本,增强对PG的支持

又是一个小的BUG修复版本

Issues

  1. SQL Parser增强对MySQL和PG的支持
  2. 修复连接池在KeepAlive打开并且使用CreateScheduler偶发连接无法创建的问题

相关连接

Druid发布1.1.23版本,兼容JDK 6

这是一个很小的Bug Fix版本,主要是修复对JDK 6的支持。

Issues

  1. 新增OceanbaseExceptionSorter
  2. 修复SQL Parser SQLJoinTableSource.clone方法的BUG
  3. 增强对mysql jdbc driver 8的支持
  4. 修复1.1.22版本不支持JDK 6的问题

相关连接

Druid发布1.1.22版本

... (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)
Bumps [druid](https://github.com/alibaba/druid) from 1.1.14 to 1.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/alibaba/druid/releases">druid's releases</a>.</em></p> <blockquote> <h2>druid发布1.2.1版本,增强SQL Parser</h2> <p>在1.2.1版本中,相对1.1.x版本,SQL Parser部分有非常大的增强。在1.2.x版本中,使用JDK 8的interface default method重构Visitor相关部分代码,大幅度减少了重复代码。这个版本中,连接池有了增强,mysql下支持setSchema,增强mysql 8支持。</p> <h1>issues</h1> <ol> <li>连接池在mysql数据库下支持Connection.setSchema方法 <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/3865">#3865</a> <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/3933">#3933</a></li> <li>连接池增强对金仓数据库V8的支持 <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/3937">#3937</a></li> <li>连接池增强对kylin的支持 <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/3793">#3793</a></li> <li>连接池内置监控页面修复xss漏洞,升级jquery版本</li> <li>连接池增强对mysql xa的支持</li> <li>依赖JDK版本从JDK6升级到JDK8,使用interface default method重构parser部分的代码 <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/3841">#3841</a></li> <li>增强SQL Parser对hive/odps/mysql/postgresql的支持 <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/3973">#3973</a> <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/3858">#3858</a> <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/3955">#3955</a> <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/3884">#3884</a> <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/3947">#3947</a> <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/3966">#3966</a> <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/3929">#3929</a> <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/3952">#3952</a></li> </ol> <h1>相关连接</h1> <ul> <li>druid下载 <a href="https://repo1.maven.org/maven2/com/alibaba/druid/1.2.1/">https://repo1.maven.org/maven2/com/alibaba/druid/1.2.1/</a></li> <li>druid-spring-booter下载 <a href="https://repo1.maven.org/maven2/com/alibaba/druid-spring-boot-starter/1.2.1/">https://repo1.maven.org/maven2/com/alibaba/druid-spring-boot-starter/1.2.1/</a></li> <li>文档 <a href="https://github.com/alibaba/druid/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98">https://github.com/alibaba/druid/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98</a></li> <li>源码 <a href="https://github.com/alibaba/druid/tree/1.2.1">https://github.com/alibaba/druid/tree/1.2.1</a></li> <li>内置监控演示 <a href="http://120.26.192.168/druid/">http://120.26.192.168/druid/</a></li> </ul> <h2>Druid发布1.1.24版本,增强对PG的支持</h2> <p>又是一个小的BUG修复版本</p> <h1>Issues</h1> <ol> <li>SQL Parser增强对MySQL和PG的支持</li> <li>修复连接池在KeepAlive打开并且使用CreateScheduler偶发连接无法创建的问题</li> </ol> <h1>相关连接</h1> <ul> <li>druid下载 <a href="https://repo1.maven.org/maven2/com/alibaba/druid/1.1.24/">https://repo1.maven.org/maven2/com/alibaba/druid/1.1.24/</a></li> <li>druid-spring-booter下载 <a href="https://repo1.maven.org/maven2/com/alibaba/druid-spring-boot-starter/1.1.24/">https://repo1.maven.org/maven2/com/alibaba/druid-spring-boot-starter/1.1.24/</a></li> <li>文档 <a href="https://github.com/alibaba/druid/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98">https://github.com/alibaba/druid/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98</a></li> <li>源码 <a href="https://github.com/alibaba/druid/tree/1.1.24">https://github.com/alibaba/druid/tree/1.1.24</a></li> <li>内置监控演示 <a href="http://120.26.192.168/druid/">http://120.26.192.168/druid/</a></li> </ul> <h2>Druid发布1.1.23版本,兼容JDK 6</h2> <p>这是一个很小的Bug Fix版本,主要是修复对JDK 6的支持。</p> <h1>Issues</h1> <ol> <li>新增OceanbaseExceptionSorter</li> <li>修复SQL Parser SQLJoinTableSource.clone方法的BUG</li> <li>增强对mysql jdbc driver 8的支持</li> <li>修复1.1.22版本不支持JDK 6的问题</li> </ol> <h1>相关连接</h1> <ul> <li>druid下载 <a href="https://repo1.maven.org/maven2/com/alibaba/druid/1.1.23/">https://repo1.maven.org/maven2/com/alibaba/druid/1.1.23/</a></li> <li>druid-spring-booter下载 <a href="https://repo1.maven.org/maven2/com/alibaba/druid-spring-boot-starter/1.1.23/">https://repo1.maven.org/maven2/com/alibaba/druid-spring-boot-starter/1.1.23/</a></li> <li>文档 <a href="https://github.com/alibaba/druid/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98">https://github.com/alibaba/druid/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98</a></li> <li>源码 <a href="https://github.com/alibaba/druid/tree/1.1.23">https://github.com/alibaba/druid/tree/1.1.23</a></li> <li>内置监控演示 <a href="http://120.26.192.168/druid/">http://120.26.192.168/druid/</a></li> </ul> <h2>Druid发布1.1.22版本</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/alibaba/druid/commit/511dc5b22b64a3249954ded2fc686448ab26b2e1"><code>511dc5b</code></a> 1.2.1</li> <li><a href="https://github.com/alibaba/druid/commit/fe8db77359b2a92af34f7a57a53299be2563a97c"><code>fe8db77</code></a> fix dependency</li> <li><a href="https://github.com/alibaba/druid/commit/61157c53c83c1374fa47b25b0cb216726ebca114"><code>61157c5</code></a> ignore Closed Connection error, fix <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/3836">#3836</a></li> <li><a href="https://github.com/alibaba/druid/commit/b9d6c01d99cd53b461830a20fa7ff199663e17d5"><code>b9d6c01</code></a> improved oracle parameterize support, fix <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/3966">#3966</a></li> <li><a href="https://github.com/alibaba/druid/commit/b6a0fb52f345efdcbd33e189982c79b788dd787d"><code>b6a0fb5</code></a> improved sql parser support, fix <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/3947">#3947</a></li> <li><a href="https://github.com/alibaba/druid/commit/f5dd23f2789380f134b984a2a10dfd82db953edd"><code>f5dd23f</code></a> add more wall error info</li> <li><a href="https://github.com/alibaba/druid/commit/d6c23c8018c4e4acd39a530ea5503d83172230c9"><code>d6c23c8</code></a> bug fixed for mysql xa support</li> <li><a href="https://github.com/alibaba/druid/commit/4f7757269a1469b06084ff50289c662abbf8001f"><code>4f77572</code></a> improved kylin support</li> <li><a href="https://github.com/alibaba/druid/commit/e39c9ede43e807ec55e6dbfbeb058ecdb1d459c7"><code>e39c9ed</code></a> wall filter add sqlite support</li> <li><a href="https://github.com/alibaba/druid/commit/ea7c3f758d1505174f135089311baedfb4efcd03"><code>ea7c3f7</code></a> wall filter add sqlite support</li> <li>Additional commits viewable in <a href="https://github.com/alibaba/druid/compare/1.1.14...1.2.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.alibaba:druid&package-manager=maven&previous-version=1.1.14&new-version=1.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) 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 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) </details>
xiaohai2271 (Migrated from github.com) approved these changes 2020-10-27 13:21:57 +08:00
Sign in to join this conversation.
No description provided.