build(deps): bump druid from 1.2.3 to 1.2.5 #52

Merged
dependabot[bot] merged 1 commits from dependabot/maven/com.alibaba-druid-1.2.5 into master 2021-04-01 14:12:40 +08:00
dependabot[bot] commented 2021-03-01 13:31:56 +08:00 (Migrated from github.com)

Bumps druid from 1.2.3 to 1.2.5.

Release notes

Sourced from druid's releases.

Druid发布1.2.5版本,增强SQL Parser,修复了SQL防火墙selectLimit问题

这个是一个小的bug修复版本,修复了一系列SQL Parser的问题,修复了SQL防火墙selectLimit的bug。

Issues

  1. 增强SQL Parser,增强对MaxCompute/Hive/H2/Postgresql/Oracle/ClickHouse的语法支持 #4102 #4089 #4110 #4103 #4106 #4128 #4147 #4154
  2. 修复WallFilter selectLimit第二次不生效的问题 #2649 #4098
  3. 连接池增加对kingbase8的url自动识别驱动
  4. 连接池内置监控页面新增加支持通过Filter的配置方式

相关连接

Druid发布1.2.4版本,增强SQL Parser,支持JDK8日期类型

这个是一个小的bug修复版本,修复了一系列SQL Parser的问题,增强对JDK 8的支持。

Issues

  1. SQL Parser增强对clickhouse/hive/mysql/oracle/postgresql的支持 #4043 #4042 #4031 #4082 #4067 #4059 #4056 #4050 #4070
  2. SQL防火墙修复在Oracle下不支持Insert ALL的问题 #4065
  3. 连接池日志打印支持LocalDateTime、LocalDate等JDK 8数据类型

相关连接

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.2.3 to 1.2.5. <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.5版本,增强SQL Parser,修复了SQL防火墙selectLimit问题</h2> <p>这个是一个小的bug修复版本,修复了一系列SQL Parser的问题,修复了SQL防火墙selectLimit的bug。</p> <h1>Issues</h1> <ol> <li>增强SQL Parser,增强对MaxCompute/Hive/H2/Postgresql/Oracle/ClickHouse的语法支持 <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4102">#4102</a> <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4089">#4089</a> <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4110">#4110</a> <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4103">#4103</a> <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4106">#4106</a> <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4128">#4128</a> <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4147">#4147</a> <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4154">#4154</a></li> <li>修复WallFilter selectLimit第二次不生效的问题 <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/2649">#2649</a> <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4098">#4098</a></li> <li>连接池增加对kingbase8的url自动识别驱动</li> <li>连接池内置监控页面新增加支持通过Filter的配置方式</li> </ol> <h1>相关连接</h1> <ul> <li>druid下载 <a href="https://repo1.maven.org/maven2/com/alibaba/druid/1.2.5/">https://repo1.maven.org/maven2/com/alibaba/druid/1.2.5/</a></li> <li>druid-spring-booter下载 <a href="https://repo1.maven.org/maven2/com/alibaba/druid-spring-boot-starter/1.2.5/">https://repo1.maven.org/maven2/com/alibaba/druid-spring-boot-starter/1.2.5/</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.5">https://github.com/alibaba/druid/tree/1.2.5</a></li> <li>内置监控演示 <a href="http://120.26.192.168/druid/">http://120.26.192.168/druid/</a></li> </ul> <h2>Druid发布1.2.4版本,增强SQL Parser,支持JDK8日期类型</h2> <p>这个是一个小的bug修复版本,修复了一系列SQL Parser的问题,增强对JDK 8的支持。</p> <h1>Issues</h1> <ol> <li>SQL Parser增强对clickhouse/hive/mysql/oracle/postgresql的支持 <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4043">#4043</a> <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4042">#4042</a> <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4031">#4031</a> <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4082">#4082</a> <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4067">#4067</a> <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4059">#4059</a> <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4056">#4056</a> <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4050">#4050</a> <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4070">#4070</a></li> <li>SQL防火墙修复在Oracle下不支持Insert ALL的问题 <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4065">#4065</a></li> <li>连接池日志打印支持LocalDateTime、LocalDate等JDK 8数据类型</li> </ol> <h1>相关连接</h1> <ul> <li>druid下载 <a href="https://repo1.maven.org/maven2/com/alibaba/druid/1.2.4/">https://repo1.maven.org/maven2/com/alibaba/druid/1.2.4/</a></li> <li>druid-spring-booter下载 <a href="https://repo1.maven.org/maven2/com/alibaba/druid-spring-boot-starter/1.2.4/">https://repo1.maven.org/maven2/com/alibaba/druid-spring-boot-starter/1.2.4/</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.4">https://github.com/alibaba/druid/tree/1.2.4</a></li> <li>内置监控演示 <a href="http://120.26.192.168/druid/">http://120.26.192.168/druid/</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/alibaba/druid/commit/69e163b4615b0e8a513b4ac452cf353c40eb746c"><code>69e163b</code></a> 1.2.5 release</li> <li><a href="https://github.com/alibaba/druid/commit/8111858d1dcdb8f983740ffa76a5c919a908fb56"><code>8111858</code></a> add druid-wrap project</li> <li><a href="https://github.com/alibaba/druid/commit/60a1a8c4c09864bcac1267835da36cfd3a32eeee"><code>60a1a8c</code></a> add odps udf</li> <li><a href="https://github.com/alibaba/druid/commit/7fed345f0a95396941d6b0bc6dafaeab0dca1b53"><code>7fed345</code></a> bug fix for WallFilter setLimit, fix <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/2649">#2649</a></li> <li><a href="https://github.com/alibaba/druid/commit/6e6c809671645c147bbc66d2e1bff93e9ee7c820"><code>6e6c809</code></a> imporved kingbase8 support, fix <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4117">#4117</a></li> <li><a href="https://github.com/alibaba/druid/commit/0966f69a3abe427a9c4037b20e5ddd42a22b26f9"><code>0966f69</code></a> support BalancedClickhouseDataSource, fix <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/3984">#3984</a></li> <li><a href="https://github.com/alibaba/druid/commit/963bdfaef3ea39ee00629ff675fc8b92d8b08b0e"><code>963bdfa</code></a> add testcase</li> <li><a href="https://github.com/alibaba/druid/commit/972ea8101c81627dd85aa2849109ce557c3fc3ec"><code>972ea81</code></a> improved h2 parser</li> <li><a href="https://github.com/alibaba/druid/commit/4ca3b35e77462dfd823d2caca8c35e39ae948fef"><code>4ca3b35</code></a> imporved pg parser</li> <li><a href="https://github.com/alibaba/druid/commit/be307700c22439f2f59de257bf7a5d0e07907a51"><code>be30770</code></a> improved druid monitor, add StatViewFilter</li> <li>Additional commits viewable in <a href="https://github.com/alibaba/druid/compare/1.2.3...1.2.5">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.3&new-version=1.2.5)](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>
xiaohai2271 (Migrated from github.com) approved these changes 2021-04-01 14:12:35 +08:00
Sign in to join this conversation.
No description provided.