Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the all group with 5 updates #18

Merged
merged 1 commit into from
Sep 28, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2024

Bumps the all group with 5 updates:

Package From To
org.springframework.boot:spring-boot-starter-parent 3.3.3 3.3.4
org.springframework.boot:spring-boot-starter-validation 3.3.3 3.3.4
com.baomidou:mybatis-plus-boot-starter 3.5.7 3.5.8
com.baomidou:mybatis-plus-boot-starter-test 3.5.7 3.5.8
com.github.spotbugs:spotbugs-maven-plugin 4.8.6.0 4.8.6.4

Updates org.springframework.boot:spring-boot-starter-parent from 3.3.3 to 3.3.4

Release notes

Sourced from org.springframework.boot:spring-boot-starter-parent's releases.

v3.3.4

🐞 Bug Fixes

  • management.health.db.ignore-routing-datasources=true has no effect when an AbstractRoutingDataSource has been wrapped #42322
  • Missing details in OAuth2ClientProperties validation error message #42279
  • FileNotFoundException from unused mis-configured SSL bundles #42169
  • ZipkinHttpClientSender fails with "Failed to introspect Class" when spring-web is not on the classpath #42161
  • @RestartScope can cause 'Recursive update' exceptions when used with container beans #42107
  • JarLauncher fails to load large jar files #42079
  • PropertiesMigrationListener wrongly reports property as deprecated when has group #42071
  • Using an empty string MongoDB 'replica-set-name' property will result in ClusterType=REPLICA_SET #42059
  • Default Logback config uses deprecated "converterClass" attribute #42006

📔 Documentation

  • Document that spring.jmx.enabled is not intended for third-party libraries #42285
  • Update link to Log4j2 system properties #42263
  • Links to GraphQL in the reference guide redirect to the root instead of specific sections #42208
  • Syntax error in "Receive a message reactively section" of the reference guide #42200
  • Deprecation reason for the autotime enabled, percentiles, and percentiles-historgram properties is confusing #42193
  • Replace RFC 7807 by RFC 9457 in property documentation #42190
  • Document that configuration property binding to a Kotlin value class with a default is not supported #42176
  • Update documentation to reflect new no handler found exception behavior #42167
  • Polish configuration property reference #42165
  • Remove link to “Converting a Spring Boot JAR Application to a WAR” as the guide is no longer available #42111
  • Fix StatsD link typo on Metrics documentation page #42109
  • Improve docker without buildpacks documentation #42106
  • Improve documentation in "Command-line Completion" #42103
  • Kotlin code examples are missing from the Testing section #42094
  • Fix incorrect command in Docker configuration for Colima #42078
  • Gradle Plugin AOT documentation has sample error #42046

🔨 Dependency Upgrades

  • Upgrade to Groovy 4.0.23 #42292
  • Upgrade to Hibernate 6.5.3.Final #42365
  • Upgrade to Infinispan 15.0.8.Final #42253
  • Upgrade to Jakarta Servlet JSP JSTL 3.0.2 #42254
  • Upgrade to Jetty 12.0.13 #42256
  • Upgrade to Jetty Reactive HTTPClient 4.0.7 #42255
  • Upgrade to Logback 1.5.8 #42257
  • Upgrade to Micrometer 1.13.4 #42129
  • Upgrade to Micrometer Tracing 1.3.4 #42130
  • Upgrade to MSSQL JDBC 12.6.4.jre11 #42258
  • Upgrade to Native Build Tools Plugin 0.10.3 #42205
  • Upgrade to Netty 4.1.113.Final #42259
  • Upgrade to Postgresql 42.7.4 #42260
  • Upgrade to R2DBC MariaDB 1.2.2 #42326
  • Upgrade to Reactor Bom 2023.0.10 #42131
  • Upgrade to SendGrid 4.10.3 #42366

... (truncated)

Commits
  • 8e9dc7b Release v3.3.4
  • 4e860f1 Merge branch '3.2.x' into 3.3.x
  • d137191 Next development version (v3.2.11-SNAPSHOT)
  • 97dd01e Upgrade to SendGrid 4.10.3
  • 1b3b3aa Upgrade to Hibernate 6.5.3.Final
  • c2adc3b Upgrade to Zipkin Reporter 3.4.2
  • 0271b24 Merge branch '3.2.x' into 3.3.x
  • ae8315e Use Liberica for Java 23 CI
  • 4956990 Merge branch '3.2.x' into 3.3.x
  • f9379f4 Apply nohttp check per-project rather than at root
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-starter-validation from 3.3.3 to 3.3.4

Release notes

Sourced from org.springframework.boot:spring-boot-starter-validation's releases.

v3.3.4

🐞 Bug Fixes

  • management.health.db.ignore-routing-datasources=true has no effect when an AbstractRoutingDataSource has been wrapped #42322
  • Missing details in OAuth2ClientProperties validation error message #42279
  • FileNotFoundException from unused mis-configured SSL bundles #42169
  • ZipkinHttpClientSender fails with "Failed to introspect Class" when spring-web is not on the classpath #42161
  • @RestartScope can cause 'Recursive update' exceptions when used with container beans #42107
  • JarLauncher fails to load large jar files #42079
  • PropertiesMigrationListener wrongly reports property as deprecated when has group #42071
  • Using an empty string MongoDB 'replica-set-name' property will result in ClusterType=REPLICA_SET #42059
  • Default Logback config uses deprecated "converterClass" attribute #42006

📔 Documentation

  • Document that spring.jmx.enabled is not intended for third-party libraries #42285
  • Update link to Log4j2 system properties #42263
  • Links to GraphQL in the reference guide redirect to the root instead of specific sections #42208
  • Syntax error in "Receive a message reactively section" of the reference guide #42200
  • Deprecation reason for the autotime enabled, percentiles, and percentiles-historgram properties is confusing #42193
  • Replace RFC 7807 by RFC 9457 in property documentation #42190
  • Document that configuration property binding to a Kotlin value class with a default is not supported #42176
  • Update documentation to reflect new no handler found exception behavior #42167
  • Polish configuration property reference #42165
  • Remove link to “Converting a Spring Boot JAR Application to a WAR” as the guide is no longer available #42111
  • Fix StatsD link typo on Metrics documentation page #42109
  • Improve docker without buildpacks documentation #42106
  • Improve documentation in "Command-line Completion" #42103
  • Kotlin code examples are missing from the Testing section #42094
  • Fix incorrect command in Docker configuration for Colima #42078
  • Gradle Plugin AOT documentation has sample error #42046

🔨 Dependency Upgrades

  • Upgrade to Groovy 4.0.23 #42292
  • Upgrade to Hibernate 6.5.3.Final #42365
  • Upgrade to Infinispan 15.0.8.Final #42253
  • Upgrade to Jakarta Servlet JSP JSTL 3.0.2 #42254
  • Upgrade to Jetty 12.0.13 #42256
  • Upgrade to Jetty Reactive HTTPClient 4.0.7 #42255
  • Upgrade to Logback 1.5.8 #42257
  • Upgrade to Micrometer 1.13.4 #42129
  • Upgrade to Micrometer Tracing 1.3.4 #42130
  • Upgrade to MSSQL JDBC 12.6.4.jre11 #42258
  • Upgrade to Native Build Tools Plugin 0.10.3 #42205
  • Upgrade to Netty 4.1.113.Final #42259
  • Upgrade to Postgresql 42.7.4 #42260
  • Upgrade to R2DBC MariaDB 1.2.2 #42326
  • Upgrade to Reactor Bom 2023.0.10 #42131
  • Upgrade to SendGrid 4.10.3 #42366

... (truncated)

Commits
  • 8e9dc7b Release v3.3.4
  • 4e860f1 Merge branch '3.2.x' into 3.3.x
  • d137191 Next development version (v3.2.11-SNAPSHOT)
  • 97dd01e Upgrade to SendGrid 4.10.3
  • 1b3b3aa Upgrade to Hibernate 6.5.3.Final
  • c2adc3b Upgrade to Zipkin Reporter 3.4.2
  • 0271b24 Merge branch '3.2.x' into 3.3.x
  • ae8315e Use Liberica for Java 23 CI
  • 4956990 Merge branch '3.2.x' into 3.3.x
  • f9379f4 Apply nohttp check per-project rather than at root
  • Additional commits viewable in compare view

Updates com.baomidou:mybatis-plus-boot-starter from 3.5.7 to 3.5.8

Release notes

Sourced from com.baomidou:mybatis-plus-boot-starter's releases.

v3.5.8

  • fix: 解决optimizeJoinOfCountSql反序列化不支持问题
  • fix: 解决Db工具类批量操作使用rewriteBatchedStatements=true返回值不准确
  • fix: 修复逻辑删除填充与乐观锁冲突
  • fix: 修复IllegalSQLInnerInterceptor分析嵌套count语句错误
  • fix: 升级jsqlParser5.0 解决 for update 语句错误
  • fix: 修复处自增自减负数情况导致jsqlParser解析优化错误
  • fix: 修复removeMapper缓存清理不完全
  • fix: 修复SqlServerQuery查询表注释乱码
  • opt: 完善函数注入校验逻辑
  • opt: Page属性访问调整为private,重写toString方法
  • opt: 主键生成策略(uuid)不支持的类型打印警告日志
  • opt: MybatisPlusException转化为PersistenceException子类
  • feat: 增加deleteByIds空集合处理
  • feat: 重命名selectBatchIds方法为selectByIds
  • feat: 支持tableName与schema属性占位符配
  • feat: 代码生成器增加对虚拟列的属性获取
  • feat: chain wrapper to lambda chain wrapper #6314
  • feat: 代码生成器增加手动指定数据库驱动兼容不能自动注册的驱动实现
  • feat: 升级kotlin2.0.0
  • feat: 升级SpringBoot3.3.2
  • feat: 升级fastjson2.0.52
  • feat: 升级mybatis-spring3.0.4
  • feat: 升级spring-cloud-commons4.1.4
  • feat: 部分支持依赖升级更新
  • feat: 支持GoldenDB数据库
  • feat: 支持Duckdb数据库
  • feat: 支持Derby数据库
  • feat: 支持Vastbase数据库
Changelog

Sourced from com.baomidou:mybatis-plus-boot-starter's changelog.

[v3.5.8] 2024.09.18

  • fix: 解决optimizeJoinOfCountSql反序列化不支持问题
  • fix: 解决Db工具类批量操作使用rewriteBatchedStatements=true返回值不准确
  • fix: 修复逻辑删除填充与乐观锁冲突
  • fix: 修复IllegalSQLInnerInterceptor分析嵌套count语句错误
  • fix: 升级jsqlParser5.0 解决 for update 语句错误
  • fix: 修复处自增自减负数情况导致jsqlParser解析优化错误
  • fix: 修复removeMapper缓存清理不完全
  • fix: 修复SqlServerQuery查询表注释乱码
  • opt: 完善函数注入校验逻辑
  • opt: Page属性访问调整为private,重写toString方法
  • opt: 主键生成策略(uuid)不支持的类型打印警告日志
  • opt: MybatisPlusException转化为PersistenceException子类
  • feat: 增加deleteByIds空集合处理
  • feat: 重命名selectBatchIds方法为selectByIds
  • feat: 支持tableName与schema属性占位符配
  • feat: 代码生成器增加对虚拟列的属性获取
  • feat: chain wrapper to lambda chain wrapper #6314
  • feat: 代码生成器增加手动指定数据库驱动兼容不能自动注册的驱动实现
  • feat: 升级kotlin2.0.0
  • feat: 升级SpringBoot3.3.2
  • feat: 升级fastjson2.0.52
  • feat: 升级mybatis-spring3.0.4
  • feat: 升级spring-cloud-commons4.1.4
  • feat: 部分支持依赖升级更新
  • feat: 支持GoldenDB数据库
  • feat: 支持Duckdb数据库
  • feat: 支持Derby数据库
  • feat: 支持Vastbase数据库
Commits
  • 20ab650 发布3.5.8
  • 4ca52c4 Bump io.github.classgraph:classgraph from 4.8.175 to 4.8.176 (#6494)
  • f9c03cd Bump com.alibaba:fastjson from 2.0.52 to 2.0.53 (#6495)
  • 546ccee Bump ch.qos.logback:logback-classic from 1.5.7 to 1.5.8 (#6473)
  • c972bf7 Bump org.mybatis.caches:mybatis-caffeine from 1.0.0 to 1.2.0 (#6493)
  • 183a324 Bump org.mybatis.scripting:mybatis-freemarker from 1.2.3 to 1.3.0 (#6492)
  • fcb9cb4 Update bug_report.yml
  • 0155425 升级依赖.
  • 9be6278 处理removeMapper资源移除.
  • f6f9871 增加显示加载驱动方法.
  • Additional commits viewable in compare view

Updates com.baomidou:mybatis-plus-boot-starter-test from 3.5.7 to 3.5.8

Release notes

Sourced from com.baomidou:mybatis-plus-boot-starter-test's releases.

v3.5.8

  • fix: 解决optimizeJoinOfCountSql反序列化不支持问题
  • fix: 解决Db工具类批量操作使用rewriteBatchedStatements=true返回值不准确
  • fix: 修复逻辑删除填充与乐观锁冲突
  • fix: 修复IllegalSQLInnerInterceptor分析嵌套count语句错误
  • fix: 升级jsqlParser5.0 解决 for update 语句错误
  • fix: 修复处自增自减负数情况导致jsqlParser解析优化错误
  • fix: 修复removeMapper缓存清理不完全
  • fix: 修复SqlServerQuery查询表注释乱码
  • opt: 完善函数注入校验逻辑
  • opt: Page属性访问调整为private,重写toString方法
  • opt: 主键生成策略(uuid)不支持的类型打印警告日志
  • opt: MybatisPlusException转化为PersistenceException子类
  • feat: 增加deleteByIds空集合处理
  • feat: 重命名selectBatchIds方法为selectByIds
  • feat: 支持tableName与schema属性占位符配
  • feat: 代码生成器增加对虚拟列的属性获取
  • feat: chain wrapper to lambda chain wrapper #6314
  • feat: 代码生成器增加手动指定数据库驱动兼容不能自动注册的驱动实现
  • feat: 升级kotlin2.0.0
  • feat: 升级SpringBoot3.3.2
  • feat: 升级fastjson2.0.52
  • feat: 升级mybatis-spring3.0.4
  • feat: 升级spring-cloud-commons4.1.4
  • feat: 部分支持依赖升级更新
  • feat: 支持GoldenDB数据库
  • feat: 支持Duckdb数据库
  • feat: 支持Derby数据库
  • feat: 支持Vastbase数据库
Changelog

Sourced from com.baomidou:mybatis-plus-boot-starter-test's changelog.

[v3.5.8] 2024.09.18

  • fix: 解决optimizeJoinOfCountSql反序列化不支持问题
  • fix: 解决Db工具类批量操作使用rewriteBatchedStatements=true返回值不准确
  • fix: 修复逻辑删除填充与乐观锁冲突
  • fix: 修复IllegalSQLInnerInterceptor分析嵌套count语句错误
  • fix: 升级jsqlParser5.0 解决 for update 语句错误
  • fix: 修复处自增自减负数情况导致jsqlParser解析优化错误
  • fix: 修复removeMapper缓存清理不完全
  • fix: 修复SqlServerQuery查询表注释乱码
  • opt: 完善函数注入校验逻辑
  • opt: Page属性访问调整为private,重写toString方法
  • opt: 主键生成策略(uuid)不支持的类型打印警告日志
  • opt: MybatisPlusException转化为PersistenceException子类
  • feat: 增加deleteByIds空集合处理
  • feat: 重命名selectBatchIds方法为selectByIds
  • feat: 支持tableName与schema属性占位符配
  • feat: 代码生成器增加对虚拟列的属性获取
  • feat: chain wrapper to lambda chain wrapper #6314
  • feat: 代码生成器增加手动指定数据库驱动兼容不能自动注册的驱动实现
  • feat: 升级kotlin2.0.0
  • feat: 升级SpringBoot3.3.2
  • feat: 升级fastjson2.0.52
  • feat: 升级mybatis-spring3.0.4
  • feat: 升级spring-cloud-commons4.1.4
  • feat: 部分支持依赖升级更新
  • feat: 支持GoldenDB数据库
  • feat: 支持Duckdb数据库
  • feat: 支持Derby数据库
  • feat: 支持Vastbase数据库
Commits
  • 20ab650 发布3.5.8
  • 4ca52c4 Bump io.github.classgraph:classgraph from 4.8.175 to 4.8.176 (#6494)
  • f9c03cd Bump com.alibaba:fastjson from 2.0.52 to 2.0.53 (#6495)
  • 546ccee Bump ch.qos.logback:logback-classic from 1.5.7 to 1.5.8 (#6473)
  • c972bf7 Bump org.mybatis.caches:mybatis-caffeine from 1.0.0 to 1.2.0 (#6493)
  • 183a324 Bump org.mybatis.scripting:mybatis-freemarker from 1.2.3 to 1.3.0 (#6492)
  • fcb9cb4 Update bug_report.yml
  • 0155425 升级依赖.
  • 9be6278 处理removeMapper资源移除.
  • f6f9871 增加显示加载驱动方法.
  • Additional commits viewable in compare view

Updates com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.0 to 4.8.6.4

Release notes

Sourced from com.github.spotbugs:spotbugs-maven-plugin's releases.

Spotbugs Maven Plugin 4.8.6.4

  • Groovy set to 4.0.23
  • Drop maven site plugin 3.6 and before support.

Spotbugs Maven Plugin 4.8.6.3

  • Ability to disable logs in quite mode (spotbugs.quiet) #842
  • Fix output directory per #807
  • Update plugins / dependencies
  • Fix tag used to build spotbugs during GHA
  • Use inject annotation from jsr330 instead of deprecated component annotation

Build

  • Remove old overrides from pom as addressed
  • Cleanup javadocs
  • Remove snapshot from javadocs at 2.1 as non existent
  • Order attribute order of annotations
  • Use log commonly throughout (newer coded used getLog in one place)
  • Sort imports
  • Add opens for java.lang and java.util for site build as needed on newer jdks
  • Correct GHA for site distribution
  • Delete duplicate codeql github action
  • Speed up github actions

Spotbugs Maven Plugin 4.8.6.2

  • Supports spotbugs 4.8.6
  • Uses groovy 4.0.22

Spotbugs Maven Plugin 4.8.6.1

  • Supports spotbugs 4.8.6
  • Restore java 8 support
Commits
  • 9d20ef3 [maven-release-plugin] prepare release spotbugs-maven-plugin-4.8.6.4
  • 25fe692 Merge pull request #884 from hazendaz/master
  • 6eaf131 [drop] Remove support for maven 3.6 plugin as cannot support any longer
  • ee561ff Merge pull request #883 from spotbugs/renovate/io.version
  • e7f91f9 Update dependency commons-io:commons-io to v2.17.0
  • d4c777e Merge pull request #881 from spotbugs/renovate/major-jgit.version
  • 284e71e Update jgit.version to v7
  • 71aca15 Merge pull request #882 from spotbugs/renovate/groovy-monorepo
  • 5665c2e Update groovy monorepo to v4.0.23
  • 0c1183e Merge pull request #880 from spotbugs/renovate/log4j2-monorepo
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) | `3.3.3` | `3.3.4` |
| [org.springframework.boot:spring-boot-starter-validation](https://github.com/spring-projects/spring-boot) | `3.3.3` | `3.3.4` |
| [com.baomidou:mybatis-plus-boot-starter](https://github.com/baomidou/mybatis-plus) | `3.5.7` | `3.5.8` |
| [com.baomidou:mybatis-plus-boot-starter-test](https://github.com/baomidou/mybatis-plus) | `3.5.7` | `3.5.8` |
| [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) | `4.8.6.0` | `4.8.6.4` |


Updates `org.springframework.boot:spring-boot-starter-parent` from 3.3.3 to 3.3.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.3...v3.3.4)

Updates `org.springframework.boot:spring-boot-starter-validation` from 3.3.3 to 3.3.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.3...v3.3.4)

Updates `com.baomidou:mybatis-plus-boot-starter` from 3.5.7 to 3.5.8
- [Release notes](https://github.com/baomidou/mybatis-plus/releases)
- [Changelog](https://github.com/baomidou/mybatis-plus/blob/3.0/CHANGELOG.md)
- [Commits](baomidou/mybatis-plus@v3.5.7...v3.5.8)

Updates `com.baomidou:mybatis-plus-boot-starter-test` from 3.5.7 to 3.5.8
- [Release notes](https://github.com/baomidou/mybatis-plus/releases)
- [Changelog](https://github.com/baomidou/mybatis-plus/blob/3.0/CHANGELOG.md)
- [Commits](baomidou/mybatis-plus@v3.5.7...v3.5.8)

Updates `com.github.spotbugs:spotbugs-maven-plugin` from 4.8.6.0 to 4.8.6.4
- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
- [Commits](spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.8.6.0...spotbugs-maven-plugin-4.8.6.4)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.springframework.boot:spring-boot-starter-validation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: com.baomidou:mybatis-plus-boot-starter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: com.baomidou:mybatis-plus-boot-starter-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: com.github.spotbugs:spotbugs-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 23, 2024
@dependabot dependabot bot requested a review from skyclouds2001 September 23, 2024 04:12
@dependabot dependabot bot added this to the development milestone Sep 23, 2024
Copy link

coderabbitai bot commented Sep 23, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    -- I pushed a fix in commit <commit_id>, please review it.
    -- Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    -- @coderabbitai generate unit testing code for this file.
    -- @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    -- @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    -- @coderabbitai read src/utils.ts and generate unit testing code.
    -- @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    -- @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@skyclouds2001 skyclouds2001 merged commit c5d525d into master Sep 28, 2024
7 checks passed
@dependabot dependabot bot deleted the dependabot-maven-master-all-60561f1c1f branch September 28, 2024 05:02
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 size/s
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant