Skip to content

Document Spring Boot 4 starter in README#152

Merged
geirsagberg merged 3 commits intomainfrom
copilot/add-spring-boot-4-info
Feb 12, 2026
Merged

Document Spring Boot 4 starter in README#152
geirsagberg merged 3 commits intomainfrom
copilot/add-spring-boot-4-info

Conversation

Copy link
Contributor

Copilot AI commented Feb 12, 2026

The Spring Boot 4 starter (db-scheduler-ui-spring-boot-4-starter) was added in v4.6.0 but not documented in the README.

Changes

  • Prerequisites: Note Spring Boot 4.0 support alongside existing 3.3+ requirement
  • Getting Started: Split dependency examples into Spring Boot 3 vs 4 variants with correct artifact IDs
<!-- Spring Boot 3 -->
<dependency>
    <groupId>no.bekk.db-scheduler-ui</groupId>
    <artifactId>db-scheduler-ui-starter</artifactId>
    <version>4.3.0</version>
</dependency>

<!-- Spring Boot 4 -->
<dependency>
    <groupId>no.bekk.db-scheduler-ui</groupId>
    <artifactId>db-scheduler-ui-spring-boot-4-starter</artifactId>
    <version>4.6.0</version>
</dependency>

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: geirsagberg <594564+geirsagberg@users.noreply.github.com>
Copilot AI changed the title [WIP] Add information about spring-boot-4 starter to README Document Spring Boot 4 starter in README Feb 12, 2026
Copilot AI requested a review from geirsagberg February 12, 2026 07:17
@geirsagberg geirsagberg marked this pull request as ready for review February 12, 2026 10:53
@geirsagberg geirsagberg merged commit eb5b254 into main Feb 12, 2026
6 checks passed
@geirsagberg geirsagberg deleted the copilot/add-spring-boot-4-info branch February 12, 2026 10:53
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