Skip to content

Bump com.alibaba:druid from 1.2.27 to 1.2.28#642

Merged
coheigea merged 1 commit intotrunkfrom
dependabot/maven/com.alibaba-druid-1.2.28
Mar 20, 2026
Merged

Bump com.alibaba:druid from 1.2.27 to 1.2.28#642
coheigea merged 1 commit intotrunkfrom
dependabot/maven/com.alibaba-druid-1.2.28

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps com.alibaba:druid from 1.2.27 to 1.2.28.

Release notes

Sourced from com.alibaba:druid's releases.

DRUID 1.2.28 Release

DRUID 1.2.28发布

这是支持Spring Boot 4.x的版本,同时修复了一些SQL Parser的Bug,提升了性能,大家按需升级。

ISSUES

  1. 支持Spring Boot 4.x #6536
  2. 修复removeCount计算bug,连接可能同时满足evictCount和keepAliveCount的计算条件导致重复计算
  3. 修复issue#6318,该问题导致误判连接池空闲连接不足,创建多余连接
  4. 修复SQL Server collation支持 #6437
  5. 修复Redshift parser中SORTKEY语法问题 #6586
  6. 修复SQLParserFeature未正确传递给Spark, ClickHouse和StarRocks statement parsers #6580
  7. 修复GROUP BY子句带注释时换行格式问题
  8. 修复DialectFeature加载性能问题和Dialect初始化性能问题
  9. 修复Lexer#loadKeywords性能问题
  10. 修复SQLDialect性能问题
  11. 优化DialectFeature构造 #6530
  12. 支持DB2 sql: create table as (select) with [no] data
  13. 支持ClickHouse ON CLUSTER (CREATE/DROP TABLE statements)
  14. 支持Doris partition by #6496
  15. 完善Snowflake parser解析能力 #6601
  16. 改进ODPS SQL parser,修复ODPS output issues
  17. JdbcUtils支持华为高斯数据库
  18. 新增解析时记录所有tokens功能,添加Levenshtein Distance计算SQL差异
  19. 其它若干解析SQL的优化。主要根据Issue反馈和PR反馈,持续进行优化。

相关连接


DRUID 1.2.28 Released

This version supports Spring Boot 4.x, fixes some SQL Parser bugs, and improves performance. Upgrade as needed.

ISSUES

  1. Support Spring Boot 4.x #6536
  2. Fix removeCount calculation bug: a connection may meet the calculation conditions of both evictCount and keepAliveCount at the same time, resulting in duplicate calculations
  3. Fix issue#6318: this issue caused misjudgment of insufficient idle connections in the connection pool, creating redundant connections
  4. Fix SQL Server collation support #6437

... (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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [com.alibaba:druid](https://github.com/alibaba/druid) from 1.2.27 to 1.2.28.
- [Release notes](https://github.com/alibaba/druid/releases)
- [Commits](alibaba/druid@1.2.27...1.2.28)

---
updated-dependencies:
- dependency-name: com.alibaba:druid
  dependency-version: 1.2.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 16, 2026
@coheigea coheigea merged commit cacc9c2 into trunk Mar 20, 2026
3 checks passed
@dependabot dependabot bot deleted the dependabot/maven/com.alibaba-druid-1.2.28 branch March 20, 2026 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant