Skip to content

Document Ktor plugin for non-Spring applications#153

Merged
geirsagberg merged 2 commits intomainfrom
copilot/decouple-from-spring
Feb 12, 2026
Merged

Document Ktor plugin for non-Spring applications#153
geirsagberg merged 2 commits intomainfrom
copilot/decouple-from-spring

Conversation

Copy link
Contributor

Copilot AI commented Feb 12, 2026

Users wanting to use db-scheduler-ui without Spring dependencies can now use the Ktor plugin from osoykan/db-scheduler-additions.

Changes

  • Added "Using with Ktor (non-Spring applications)" section to README
  • Documents the db-scheduler-ui-ktor dependency and basic setup
  • Links to db-scheduler-additions for advanced configuration (execution history, custom repositories)

Usage

implementation("io.github.osoykan:db-scheduler-ui-ktor:$version")

install(DbSchedulerUI) {
  routePath = "/db-scheduler"
  scheduler = { get<Scheduler>() }
  enabled = true
  taskData = true
}
Original prompt

This section details on the original issue you should resolve

<issue_title>Decouple from Spring</issue_title>
<issue_description>It would be really nice if db-scheduler-ui could be decoupled from spring. This would allow it to be used in other frameworks, for example ktor, without pulling in a bunch of spring boot dependencies.</issue_description>

<agent_instructions>Update README about ktor support in referenced repo</agent_instructions>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: geirsagberg <594564+geirsagberg@users.noreply.github.com>
Copilot AI changed the title [WIP] Decouple db-scheduler-ui from Spring dependencies Document Ktor plugin for non-Spring applications Feb 12, 2026
Copilot AI requested a review from geirsagberg February 12, 2026 11:33
@geirsagberg geirsagberg mentioned this pull request Feb 12, 2026
@geirsagberg geirsagberg marked this pull request as ready for review February 12, 2026 11:38
@geirsagberg geirsagberg merged commit fcf1cbf into main Feb 12, 2026
6 checks passed
@geirsagberg geirsagberg deleted the copilot/decouple-from-spring branch February 12, 2026 11:38
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.

Decouple from Spring

2 participants