Skip to content

Update dependency com.alibaba:druid-spring-boot-3-starter to v1.2.28#366

Open
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/dev-druid.version
Open

Update dependency com.alibaba:druid-spring-boot-3-starter to v1.2.28#366
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/dev-druid.version

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented May 30, 2025

This PR contains the following updates:

Package Change Age Confidence
com.alibaba:druid-spring-boot-3-starter 1.2.241.2.28 age confidence

Release Notes

alibaba/druid (com.alibaba:druid-spring-boot-3-starter)

v1.2.28: DRUID 1.2.28 Release

Compare Source

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下载: https://repo1.maven.org/maven2/com/alibaba/druid/1.2.28/
 - druid-spring-boot-starter下载: https://repo1.maven.org/maven2/com/alibaba/druid-spring-boot-starter/1.2.28/
 - druid-spring-boot-3-starter下载: https://repo1.maven.org/maven2/com/alibaba/druid-spring-boot-3-starter/1.2.28/
 - druid-spring-boot-4-starter下载: https://repo1.maven.org/maven2/com/alibaba/druid-spring-boot-4-starter/1.2.28/
 - 文档: https://github.com/alibaba/druid/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98
 - 源码: https://github.com/alibaba/druid/tree/1.2.28
 - 内置监控演示: http://120.26.192.168/druid/

---

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
 5. Fix SORTKEY syntax in Redshift parser #​6586
 6. Fix SQLParserFeature not being passed to Spark, ClickHouse and StarRocks statement parsers #​6580
 7. Fix GROUP BY clause line break formatting issue when containing comments
 8. Fix DialectFeature loading performance issue and Dialect initialization performance issue
 9. Fix Lexer#loadKeywords performance issue
 10. Fix SQLDialect performance issue
 11. Optimize DialectFeature construct #​6530
 12. Support DB2 sql: create table as (select) with [no] data
 13. Support ClickHouse ON CLUSTER for CREATE/DROP TABLE statements
 14. Support partition by in Doris #​6496
 15. Improve Snowflake parser capabilities #​6601
 16. Improve ODPS SQL parser, fix ODPS output issues
 17. JdbcUtils supports Huawei GaussDB
 18. Add feature to record all tokens when parsing, add Levenshtein Distance calculation to compare SQL differences
 19. Other SQL parsing optimizations based on Issue feedback and PR feedback.

Links

 - druid download: https://repo1.maven.org/maven2/com/alibaba/druid/1.2.28/
 - druid-spring-boot-starter download: https://repo1.maven.org/maven2/com/alibaba/druid-spring-boot-starter/1.2.28/
 - druid-spring-boot-3-starter download: https://repo1.maven.org/maven2/com/alibaba/druid-spring-boot-3-starter/1.2.28/
 - druid-spring-boot-4-starter download: https://repo1.maven.org/maven2/com/alibaba/druid-spring-boot-4-starter/1.2.28/
 - Documentation: https://github.com/alibaba/druid/wiki/FAQ
 - Source Code: https://github.com/alibaba/druid/tree/1.2.28
 - Built-in Monitoring Demo: http://120.26.192.168/druid/

v1.2.27

Compare Source

v1.2.25

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title Update dependency com.alibaba:druid-spring-boot-3-starter to v1.2.25 Update dependency com.alibaba:druid-spring-boot-3-starter to v1.2.27 Jul 21, 2025
@renovate renovate Bot force-pushed the renovate/dev-druid.version branch from 415cc7e to 3297891 Compare July 21, 2025 07:05
@renovate renovate Bot changed the title Update dependency com.alibaba:druid-spring-boot-3-starter to v1.2.27 Update dependency com.alibaba:druid-spring-boot-3-starter to v1.2.28 Mar 10, 2026
@renovate renovate Bot force-pushed the renovate/dev-druid.version branch from 3297891 to 14393ae Compare March 10, 2026 05:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants