java-slack-sdk icon indicating copy to clipboard operation
java-slack-sdk copied to clipboard

Upgrade bolt-ktor to Ktor v3

Open SkyfallWasTaken opened this issue 7 months ago • 0 comments

The library as is does not work with a Ktor v3 server and has an error stating that receiveNullable is not defined. Upgrading the library to Ktor v3 would fix this without needing code changes.

Category

  • [ ] bolt (Bolt for Java)
  • [x] bolt-ktor (Bolt for Java - optional modules)
  • [ ] slack-api-client (Slack API Clients)
  • [ ] slack-api-model (Slack API Data Models)
  • [ ] slack-api-*-kotlin-extension (Kotlin Extensions for Slack API Clients)
  • [ ] slack-app-backend (The primitive layer of Bolt for Java)

Requirements

The Ktor version that bolt-ktor uses should be upgraded to the latest Ktor version.

SkyfallWasTaken avatar Jun 04 '25 22:06 SkyfallWasTaken