Skip to content

Add Spring Boot 4 support - #27

Merged
KuliginStepan merged 1 commit into
KuliginStepan:masterfrom
riskman5:spring-boot-4-support
Aug 4, 2026
Merged

Add Spring Boot 4 support#27
KuliginStepan merged 1 commit into
KuliginStepan:masterfrom
riskman5:spring-boot-4-support

Conversation

@riskman5

Copy link
Copy Markdown
Contributor
  • Upgrade spring-boot-dependencies to 4.1.0, Gradle wrapper to 8.14.5
  • Migrate to relocated auto-configurations (spring-boot-data-mongodb, spring-boot-mongodb, spring-boot-transaction, spring-boot-webflux)
  • Replace @configuration + @AutoConfigureAfter with @autoConfiguration
  • Replace deprecated ensureIndex with createIndex
  • Replace @spybean with @MockitoSpyBean, migrate to Testcontainers 2
  • Add -parameters compiler flag required by Spring Framework 7
  • Register test fixtures explicitly in ConcurrentMongrationTest since TestTypeExcludeFilter now applies to SpringApplication started from tests
  • Bump version to 3.0.0, document Spring Boot compatibility in README

- Upgrade spring-boot-dependencies to 4.1.0, Gradle wrapper to 8.14.5
- Migrate to relocated auto-configurations (spring-boot-data-mongodb,
  spring-boot-mongodb, spring-boot-transaction, spring-boot-webflux)
- Replace @configuration + @AutoConfigureAfter with @autoConfiguration
- Replace deprecated ensureIndex with createIndex
- Replace @spybean with @MockitoSpyBean, migrate to Testcontainers 2
- Add -parameters compiler flag required by Spring Framework 7
- Register test fixtures explicitly in ConcurrentMongrationTest since
  TestTypeExcludeFilter now applies to SpringApplication started from tests
- Bump version to 3.0.0, document Spring Boot compatibility in README
@riskman5
riskman5 marked this pull request as ready for review July 25, 2026 20:56
@codecov

codecov Bot commented Aug 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.02%. Comparing base (a652654) to head (02eae22).

Additional details and impacted files
@@            Coverage Diff            @@
##             master      #27   +/-   ##
=========================================
  Coverage     94.02%   94.02%           
  Complexity      109      109           
=========================================
  Files            23       23           
  Lines           268      268           
  Branches          6        6           
=========================================
  Hits            252      252           
  Misses           11       11           
  Partials          5        5           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@KuliginStepan

Copy link
Copy Markdown
Owner

Thank you! LGTM 🚀🚀🚀

@KuliginStepan
KuliginStepan merged commit 2ebec64 into KuliginStepan:master Aug 4, 2026
3 checks passed
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.

2 participants