build(deps): bump druid from 1.2.6 to 1.2.16 #165

Open
dependabot[bot] wants to merge 1 commits from dependabot/maven/com.alibaba-druid-1.2.16 into main
dependabot[bot] commented 2023-03-01 17:58:20 +08:00 (Migrated from github.com)

Bumps druid from 1.2.6 to 1.2.16.

Release notes

Sourced from druid's releases.

Druid 1.2.16版本发布

这又是一个BUG修复功能增强的小版本,按需升级

Issues

  1. 修复连接池PostgreSQL下传递了错误的connectTimeout 的问题 #5096
  2. 增强了SQL Parser对Hive/MaxCompute/Postsql/SQL Server的支持

相关连接

druid 1.2.14发布,例行BUG修复

这又是一个BUG修复功能增强的小版本,按需升级

Issues

  1. 修复OceanBase validateQuery问题 #4967 #4966
  2. SQL Parser增强对MaxCompute的支持,支持Qualify子句
  3. SQL Parser增强对MySQL的支持 #4956 #4968
  4. SQL Wall支持Refresh MaterializedView #4962
  5. 升级fastjson版本到2.0.16 #4965
  6. SQLASTOutputVisitor提供pringWhere和printHaving方法

相关连接

Druid 1.2.13版本发布,修复连接池默认指定socketTimeout导致的问题

这又是一个BUG修复功能增强的版本

Issues

  1. 修复1.2.12版本引入socketTimeout导致的BUG #4936 #4946
  2. 增强SQL Parser对MaxCompute的支持 #4933
  3. 增强SQL Parser对Oracle的支持 #4938
  4. 增强SQL Parser对Postgresql的支持 #4931

相关连接

Druid 1.2.12版本发布,连接池默认指定socketTimeout,增强SQL Parser

这个版本连接池默认增加配置connectTimeout和socketTimeout,增强了SQL Parser

... (truncated)

Commits
  • b9c97ee 1.2.16 release
  • 37d47af fix connectTimeout & socketTimeout in postgresql, for issue #5096
  • 47d2a88 improve sql parser postgresql support
  • 3f33301 improve sql parser hive & odps support
  • 154ad10 fix sql server parser drop column
  • 012e382 add testcase
  • e940db2 improve sql parser trino support
  • ac70cf6 improve sql parser hive & odps support
  • e33b10b update fastjson version
  • 0d32fb8 fix splitAndRemoveComment support odps copy statement
  • 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)
Bumps [druid](https://github.com/alibaba/druid) from 1.2.6 to 1.2.16. <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.16版本发布</h2> <p>这又是一个BUG修复功能增强的小版本,按需升级</p> <h1>Issues</h1> <ol> <li>修复连接池PostgreSQL下传递了错误的connectTimeout 的问题 <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/5096">#5096</a></li> <li>增强了SQL Parser对Hive/MaxCompute/Postsql/SQL Server的支持</li> </ol> <p>相关连接</p> <ul> <li>druid下载 <a href="https://repo1.maven.org/maven2/com/alibaba/druid/1.2.16/">https://repo1.maven.org/maven2/com/alibaba/druid/1.2.16/</a></li> <li>druid-spring-booter下载 <a href="https://repo1.maven.org/maven2/com/alibaba/druid-spring-boot-starter/1.2.16/">https://repo1.maven.org/maven2/com/alibaba/druid-spring-boot-starter/1.2.16/</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.16">https://github.com/alibaba/druid/tree/1.2.16</a></li> <li>内置监控演示 <a href="http://120.26.192.168/druid/">http://120.26.192.168/druid/</a></li> </ul> <h2>druid 1.2.14发布,例行BUG修复</h2> <p>这又是一个BUG修复功能增强的小版本,按需升级</p> <h1>Issues</h1> <ol> <li>修复OceanBase validateQuery问题 <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4967">#4967</a> <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4966">#4966</a></li> <li>SQL Parser增强对MaxCompute的支持,支持Qualify子句</li> <li>SQL Parser增强对MySQL的支持 <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4956">#4956</a> <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4968">#4968</a></li> <li>SQL Wall支持Refresh MaterializedView <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4962">#4962</a></li> <li>升级fastjson版本到2.0.16 <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4965">#4965</a></li> <li>SQLASTOutputVisitor提供pringWhere和printHaving方法</li> </ol> <h1>相关连接</h1> <ul> <li>druid下载 <a href="https://repo1.maven.org/maven2/com/alibaba/druid/1.2.14/">https://repo1.maven.org/maven2/com/alibaba/druid/1.2.14/</a></li> <li>druid-spring-booter下载 <a href="https://repo1.maven.org/maven2/com/alibaba/druid-spring-boot-starter/1.2.14/">https://repo1.maven.org/maven2/com/alibaba/druid-spring-boot-starter/1.2.14/</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.14">https://github.com/alibaba/druid/tree/1.2.14</a></li> <li>内置监控演示 <a href="http://120.26.192.168/druid/">http://120.26.192.168/druid/</a></li> </ul> <h2>Druid 1.2.13版本发布,修复连接池默认指定socketTimeout导致的问题</h2> <p>这又是一个BUG修复功能增强的版本</p> <h1>Issues</h1> <ol> <li>修复1.2.12版本引入socketTimeout导致的BUG <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4936">#4936</a> <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4946">#4946</a></li> <li>增强SQL Parser对MaxCompute的支持 <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4933">#4933</a></li> <li>增强SQL Parser对Oracle的支持 <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4938">#4938</a></li> <li>增强SQL Parser对Postgresql的支持 <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4931">#4931</a></li> </ol> <h1>相关连接</h1> <ul> <li>druid下载 <a href="https://repo1.maven.org/maven2/com/alibaba/druid/1.2.13/">https://repo1.maven.org/maven2/com/alibaba/druid/1.2.13/</a></li> <li>druid-spring-booter下载 <a href="https://repo1.maven.org/maven2/com/alibaba/druid-spring-boot-starter/1.2.13/">https://repo1.maven.org/maven2/com/alibaba/druid-spring-boot-starter/1.2.13/</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.13">https://github.com/alibaba/druid/tree/1.2.13</a></li> <li>内置监控演示 <a href="http://120.26.192.168/druid/">http://120.26.192.168/druid/</a></li> </ul> <h2>Druid 1.2.12版本发布,连接池默认指定socketTimeout,增强SQL Parser</h2> <p>这个版本连接池默认增加配置connectTimeout和socketTimeout,增强了SQL Parser</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/alibaba/druid/commit/b9c97ee18243088be3cf9cd748bef842d59d9c85"><code>b9c97ee</code></a> 1.2.16 release</li> <li><a href="https://github.com/alibaba/druid/commit/37d47afe699b82e7dca2c952d9d18fb9aec2b95a"><code>37d47af</code></a> fix connectTimeout &amp; socketTimeout in postgresql, for issue <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/5096">#5096</a></li> <li><a href="https://github.com/alibaba/druid/commit/47d2a889137d87f82a16e2dd7113d1e97afc3c65"><code>47d2a88</code></a> improve sql parser postgresql support</li> <li><a href="https://github.com/alibaba/druid/commit/3f33301e24bd7a74a83d19119b6c00b117c23e6b"><code>3f33301</code></a> improve sql parser hive &amp; odps support</li> <li><a href="https://github.com/alibaba/druid/commit/154ad106d46471b0c5befa0582f475f60150d026"><code>154ad10</code></a> fix sql server parser drop column</li> <li><a href="https://github.com/alibaba/druid/commit/012e382be6cb1c5827e7e72d02cf70aa3cee58d0"><code>012e382</code></a> add testcase</li> <li><a href="https://github.com/alibaba/druid/commit/e940db2fa201f5ece61e4fb968909ca3d707947d"><code>e940db2</code></a> improve sql parser trino support</li> <li><a href="https://github.com/alibaba/druid/commit/ac70cf6dc32a437d84bbed2fb7718fffccc52d1c"><code>ac70cf6</code></a> improve sql parser hive &amp; odps support</li> <li><a href="https://github.com/alibaba/druid/commit/e33b10bb422b8f6ab43588b15d132439ec1f16e9"><code>e33b10b</code></a> update fastjson version</li> <li><a href="https://github.com/alibaba/druid/commit/0d32fb863dd7046b8dc70d149a6eb0ae4ed81b22"><code>0d32fb8</code></a> fix splitAndRemoveComment support odps copy statement</li> <li>Additional commits viewable in <a href="https://github.com/alibaba/druid/compare/1.2.6...1.2.16">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.2.6&new-version=1.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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>
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/maven/com.alibaba-druid-1.2.16:dependabot/maven/com.alibaba-druid-1.2.16
git checkout dependabot/maven/com.alibaba-druid-1.2.16
Sign in to join this conversation.
No description provided.