Skip to content

build(deps): обновление до Spring Boot 4.1.0#4149

Merged
nixel2007 merged 1 commit into
developfrom
feature/spring-boot-4.1
Jun 18, 2026
Merged

build(deps): обновление до Spring Boot 4.1.0#4149
nixel2007 merged 1 commit into
developfrom
feature/spring-boot-4.1

Conversation

@nixel2007

@nixel2007 nixel2007 commented Jun 18, 2026

Copy link
Copy Markdown
Member

Что сделано

Подъём org.springframework.boot 4.0.7 → 4.1.0 (последний GA, 10.06.2026).

Совместимость / проверки

  • Spring AI 2.0.0 GA официально совместим с Boot 4.1 — MCP-стартеры (spring-ai-starter-mcp-server, -webmvc) не затронуты.
  • Observability / context-propagation сохраняется. Документация Boot 4.1 требует: при самостоятельной конфигурации AsyncTaskExecutor нужно зарегистрировать bean ContextPropagatingTaskDecorator. Проект это уже делает — ExecutorConfiguration создаёт SimpleAsyncTaskExecutor (виртуальные потоки) и применяет ContextPropagatingTaskDecorator через compositeTaskDecorator. Версии micrometer резолвятся из BOM Boot 4.1: context-propagation 1.2.1, micrometer-observation 1.17.0; код инфраструктуры компилируется без правок.
  • В release notes Boot 4.1 нет breaking changes по websocket / cache / jackson, используемым в проекте.
  • compileJava + compileTestJava против Boot 4.1 — успешно (только pre-existing deprecation-warnings). Полный прогон тестов оставлен на CI.

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Chores
    • Updated build dependencies.

Подъём 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]>
@coderabbitai

coderabbitai Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: abcb9480-9b76-4ae0-a75b-da9948e1bec1

📥 Commits

Reviewing files that changed from the base of the PR and between 1dc50a7 and dda9b2e.

📒 Files selected for processing (1)
  • build.gradle.kts

📝 Walkthrough

Walkthrough

The org.springframework.boot Gradle plugin version in build.gradle.kts is bumped from 4.0.6 to 4.1.0. No other plugins or build configuration entries are changed.

Changes

Spring Boot Plugin Version Bump

Layer / File(s) Summary
Spring Boot plugin version update
build.gradle.kts
org.springframework.boot plugin version changed from 4.0.6 to 4.1.0 in the plugins block; all other plugin versions remain unchanged.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐇 A hop, a skip, a version new,
From four-point-oh to four-point-one it flew!
Spring Boot grows taller, fresh and bright,
The rabbit updates with pure delight.
One line changed — the build shines right! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title directly and accurately summarizes the main change: updating Spring Boot from 4.0.6 to 4.1.0 in build.gradle.kts.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/spring-boot-4.1

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@nixel2007
nixel2007 enabled auto-merge June 18, 2026 13:15
@sonarqubecloud

Copy link
Copy Markdown

@github-actions

Copy link
Copy Markdown
Contributor

Test Results

 3 492 files  ±0   3 492 suites  ±0   1h 43m 40s ⏱️ + 6m 37s
 3 428 tests ±0   3 410 ✅ ±0   18 💤 ±0  0 ❌ ±0 
20 568 runs  ±0  20 456 ✅ ±0  112 💤 ±0  0 ❌ ±0 

Results for commit dda9b2e. ± Comparison against base commit 1dc50a7.

@nixel2007
nixel2007 merged commit 5c2c668 into develop Jun 18, 2026
42 checks passed
@nixel2007
nixel2007 deleted the feature/spring-boot-4.1 branch June 18, 2026 13: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.

1 participant