-
Notifications
You must be signed in to change notification settings - Fork 1
2025.12.26 #81
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
Merged
2025.12.26 #81
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Deleted CODEBUDDY.md containing CodeBuddy-specific project guidance and development workflow documentation. - Added .agent/ and .windsurf/ directories to .gitignore to exclude agent-related configuration files.
- Add .kiro/ to .gitignore to exclude local tool configuration - Prevents accidental commits of local development tool files
- Rename buildlogic.kotlinspring-conventions to buildlogic.kotlin-spring-boot-conventions for clarity - Rename buildlogic.javaspring-conventions to buildlogic.java-spring-boot-conventions for consistency - Rename buildlogic.kotlinspring-test-conventions to buildlogic.kotlin-spring-boot-test-conventions for clarity - Rename buildlogic.publish-conventions to buildlogic.maven-publish-conventions for specificity - Update all plugin references across 40+ build.gradle.kts files to use new naming scheme - Improve plugin naming to be more descriptive and follow consistent hyphenated format - Enhance maintainability by making plugin purposes immediately clear from their names
- Delete testtoolkit/AGENTS.md agent configuration documentation - Delete testtoolkit/CLAUDE.md Claude-specific documentation - Delete testtoolkit/GEMINI.md Gemini-specific documentation - Add AGENTS.md, CLAUDE.md, and GEMINI.md to .gitignore to prevent agent-specific files from being tracked - Consolidate agent documentation into a single source of truth outside version control
…ation - Remove CLAUDE.md file from rds-flyway-migration-shared module - Clean up agent-specific guidance documentation that should not be version controlled - Align with project policy of excluding agent-specific docs from repository
…ules - Replace explicit imports with wildcard imports where appropriate for succinctness - Organize and alphabetize import statements consistently - Remove unused or redundant import statements from various Kotlin source and test files - Standardize time and date imports using java.time.* for uniformity - Adjust import grouping for better maintainability and readability across projects - Apply consistent import formatting in both production and test codebase
- Add new exclude folders: .agent, .idea/dataSources, .kiro, and .windsurf - Include gradleplugin-dotenv module in modules.xml configuration
- Removed duplicate and unused imports in cacheable and depend-jackson modules - Grouped imports logically, placing java.time imports consistently at the top - Added kotlin.test imports in test files for assertions and testing utilities - Standardized import order for better readability and maintenance - Migrated import statements to appropriate locations to reduce clutter and improve clarity - Updated test files to include necessary assertions and test annotations imports
- Added .idea/modules/gradleplugin to excluded folders list - Prevents IDE from indexing gradleplugin module files - Helps improve project loading and indexing performance - Keeps workspace cleaner by ignoring generated folders
- Catch exception during bucket deletion and map it to domain-specific exception - Consider deletion successful if bucket does not exist (BucketNotFoundException) - Re-throw other exceptions to propagate errors properly - Improve reliability of deleteBucket method by graceful handling of missing buckets
… settings - Add exclusion for .gradle-user-home folder in compose-server.iml - Add docsite modules to modules.xml - Remove old integrate-test, security, and testtoolkit-testcontainers modules from modules.xml
- Removed multiple module references from modules.xml - Kept only the gradleplugin-dotenv module in the configuration - Reduced complexity of project module management setup - Improved IDE project configuration maintainability
# Conflicts: # .idea/modules.xml
- 升级 gradle wrapper 版本号至 9.3.0-rc-2,实现构建工具更新 - 精简并删除.idea目录下的多个IDE配置文件,清理无用配置 - 删除.vscode目录及相关配置文件,统一IDE忽略规则 - 优化.gitignore文件,添加.vscode和.idea目录忽略规则 - 更新oss-volcengine-tos模块README,完善文档格式及内容可读性
- 删除了项目中的 .editorconfig 文件 - 在 .gitignore 中忽略了 .editorconfig 文件 - 维持代码风格配置文件的清理和规范化
- 删除了无效的 /__ai/ 和 /__aiissues/ 忽略规则 - 保持其他忽略规则不变 - 优化.gitignore文件结构
- 升级多个库版本,包括logback、hutool、mybatis-plus、flyway、ksp等 - 更新Spring系列相关包版本,如spring-boot、spring-framework、spring-security等 - 修正部分依赖版本号,提升库版本稳定性和功能支持 - 添加新开发者 "加加林" 到 Maven 发布配置文件中 - 更新Jasypt、Playwright、Langchain4j等第三方组件版本 - 统一调整测试相关依赖版本,包含kotest、mockk、testcontainers等 - 细节调整如完善时区、修正时效性版本信息和插件版本号
- 将 AnyEnumConverterFactory 中的转换器泛型改为允许返回可空类型 - 修改 AnyEnumConverter 内部转换器泛型为可空类型 - 更新 JavaLocalDateConverter 返回类型为可空 LocalDate - 更新 JavaLocalDateTimeConverter 返回可空 LocalDateTime - 更新 JavaLocalTimeConverter 返回可空 LocalTime
- 将项目版本从0.0.49更新为2025.12.26 - 保持依赖版本不变 - 确保构建配置同步最新版本号
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
2025.12.26