build(deps): обновление до Spring Boot 4.1.0#4149
Conversation
Подъём org.springframework.boot 4.0.7 -> 4.1.0. Spring AI 2.0.0 GA совместим с Boot 4.1, MCP-стартеры не затронуты. Context-propagation сохраняется: проект самостоятельно конфигурирует AsyncTaskExecutor и регистрирует bean ContextPropagatingTaskDecorator, как требует документация Spring Boot 4.1. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe ChangesSpring Boot Plugin Version Bump
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|



Что сделано
Подъём
org.springframework.boot4.0.7 → 4.1.0 (последний GA, 10.06.2026).Совместимость / проверки
spring-ai-starter-mcp-server,-webmvc) не затронуты.AsyncTaskExecutorнужно зарегистрировать beanContextPropagatingTaskDecorator. Проект это уже делает —ExecutorConfigurationсоздаётSimpleAsyncTaskExecutor(виртуальные потоки) и применяетContextPropagatingTaskDecoratorчерезcompositeTaskDecorator. Версии micrometer резолвятся из BOM Boot 4.1:context-propagation 1.2.1,micrometer-observation 1.17.0; код инфраструктуры компилируется без правок.compileJava+compileTestJavaпротив Boot 4.1 — успешно (только pre-existing deprecation-warnings). Полный прогон тестов оставлен на CI.🤖 Generated with Claude Code
Summary by CodeRabbit