build(deps): bump druid from 1.2.8 to 1.2.14 #151

Closed
dependabot[bot] wants to merge 1 commits from dependabot/maven/com.alibaba-druid-1.2.14 into master
dependabot[bot] commented 2022-11-01 17:26:28 +08:00 (Migrated from github.com)

Bumps druid from 1.2.8 to 1.2.14.

Release notes

Sourced from druid's releases.

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

Issues

  1. 连接池DruidDataSource支持新的配置connectTimeout和socketTimeout,分别都是10秒。这个默认值会减少因为网络丢包时导致的连接池无法创建链接。
  2. 修复连接池DruidDataSource#handleFatalError方法判断是否关闭逻辑不对的问题 #4724
  3. 修复StatFilter统计Statement执行SQL只记录第一条SQL的问题 #4921
  4. 修复ParameterizedOutputVisitorUtils#restore结果不对的问题 #4532
  5. SQL Parser增强对PolarDB-X的支持 #4927
  6. SQL Parser增强对Oceanbase的支持 #4833
  7. SQL Parser增强对MySQL的支持 #4916 #4817 #4825
  8. SQL Parser增强对Clickhouse的支持 #4833 #4881
  9. SQL Parser增强对DB2的支持 #4838
  10. SQL Parser增强对Oracle的支持

相关连接

... (truncated)

Commits
  • 2fe22c6 1.2.14 release
  • d8fe9e0 remove unnecessary import
  • a2e3dd1 Fixed# MySqlStatementParser解析create procedure存储过程时,case when语句处理异常
  • 0229a76 sql parser support mysql xa statement
  • 6fca469 fix SQLParserUtils#splitAndRemoveComment support odps script
  • bb9cea8 update fastjson2 version
  • c8173f2 sql wall support REFRESH MATERIALIZED VIEW
  • b50707f support hive add jar statement
  • 9fc7829 SQLASTOutputVisitor add method printWhere & printHaving
  • 569f4a6 修复OceanBase validateQuery问题
  • 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.8 to 1.2.14. <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.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> <h1>Issues</h1> <ol> <li>连接池DruidDataSource支持新的配置connectTimeout和socketTimeout,分别都是10秒。这个默认值会减少因为网络丢包时导致的连接池无法创建链接。</li> <li>修复连接池DruidDataSource#handleFatalError方法判断是否关闭逻辑不对的问题 <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4724">#4724</a></li> <li>修复StatFilter统计Statement执行SQL只记录第一条SQL的问题 <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4921">#4921</a></li> <li>修复ParameterizedOutputVisitorUtils#restore结果不对的问题 <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4532">#4532</a></li> <li>SQL Parser增强对PolarDB-X的支持 <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4927">#4927</a></li> <li>SQL Parser增强对Oceanbase的支持 <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4833">#4833</a></li> <li>SQL Parser增强对MySQL的支持 <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4916">#4916</a> <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4817">#4817</a> <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4825">#4825</a></li> <li>SQL Parser增强对Clickhouse的支持 <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4833">#4833</a> <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4881">#4881</a></li> <li>SQL Parser增强对DB2的支持 <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4838">#4838</a></li> <li>SQL Parser增强对Oracle的支持</li> </ol> <h1>相关连接</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/alibaba/druid/commit/2fe22c6125ee385ffddc1fa018d555d556a4e68b"><code>2fe22c6</code></a> 1.2.14 release</li> <li><a href="https://github.com/alibaba/druid/commit/d8fe9e0697672415331281c2f6507dc6eda294dd"><code>d8fe9e0</code></a> remove unnecessary import</li> <li><a href="https://github.com/alibaba/druid/commit/a2e3dd12f06773bda6b5b33df4f643fc5a7ce8a0"><code>a2e3dd1</code></a> Fixed# MySqlStatementParser解析create procedure存储过程时,case when语句处理异常</li> <li><a href="https://github.com/alibaba/druid/commit/0229a76ad76e9da0b803a9f190bbf82f7b9d93df"><code>0229a76</code></a> sql parser support mysql xa statement</li> <li><a href="https://github.com/alibaba/druid/commit/6fca469001c3e9f93debd3a08811af45756fd28b"><code>6fca469</code></a> fix SQLParserUtils#splitAndRemoveComment support odps script</li> <li><a href="https://github.com/alibaba/druid/commit/bb9cea8a596946d2ec5ffc7854cac93b1b004d83"><code>bb9cea8</code></a> update fastjson2 version</li> <li><a href="https://github.com/alibaba/druid/commit/c8173f2a5bdd097548c88e1cc472fdf89cddd5d7"><code>c8173f2</code></a> sql wall support REFRESH MATERIALIZED VIEW</li> <li><a href="https://github.com/alibaba/druid/commit/b50707f700957d97ecd2b06d772f93032267ddd9"><code>b50707f</code></a> support hive add jar statement</li> <li><a href="https://github.com/alibaba/druid/commit/9fc7829178f33a4fb1d78c7e863fddd38affdba5"><code>9fc7829</code></a> SQLASTOutputVisitor add method printWhere &amp; printHaving</li> <li><a href="https://github.com/alibaba/druid/commit/569f4a66ca0b606e3d6099a23beb7bea25a3b107"><code>569f4a6</code></a> 修复OceanBase validateQuery问题</li> <li>Additional commits viewable in <a href="https://github.com/alibaba/druid/compare/1.2.8...1.2.14">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.8&new-version=1.2.14)](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>
dependabot[bot] commented 2022-12-01 17:00:51 +08:00 (Migrated from github.com)

Superseded by #153.

Superseded by #153.

Pull request closed

Sign in to join this conversation.
No description provided.