java-slack-sdk
java-slack-sdk copied to clipboard
Upgrade bolt-ktor to Ktor v3
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.