java-slack-sdk
java-slack-sdk copied to clipboard
Slack Developer Kit (including Bolt for Java) for any JVM language
### Description I am trying to send a message with file using slack Java Bolt SDK. File **X** is already hosted and shared in channel **C**** via method `files.upload`. I...
slf4j project released a new major version - 2.0. According to [the migration guide](https://www.slf4j.org/faq.html#changesInVersion200), ~~it's safe to upgrade the dependency in this project but it requires a minor version bump...
* [ ] **bolt** (Bolt for Java) * [ ] **bolt-{sub modules}** (Bolt for Java - optional modules) * [x] **slack-api-client** (Slack API Clients) * [x] **slack-api-model** (Slack API Data...
I have specified fallback text via the `.text()` method, yet the text displayed in the Activity section for my bot's post shows 'Unable to show preview. Tap to see the...
This pull request adds remote function support, which is still in beta, to this SDK. Sorry, the duplicated PRs (due to my operation error) are confusing but this is the...
I'm @ mentioning the bot app in a direct message channel but it doesn't respond in the same way as it does in the channel where you get a modal...
My bot uses Bolt for Java with Spring Boot. Sometimes in my production server logs I see info like this: ``` c.s.a.b.s.b.AmazonS3InstallationService : Amazon S3 object metadata not found (key:...
Make `saveBot` required in the `InstallationService` interface. I had to read the source code to understand why token rotation was not working and it was because in the `InstallationService` that...
There is a [todo](https://github.com/slackapi/java-slack-sdk/blob/main/bolt-micronaut/pom.xml#L13) to upgrade to micronaut 4.x. Any concrete plans for this? I tried using the existing version with micronaut 4 a while back but it didn't work....
This pull request may resolve https://github.com/slackapi/java-slack-sdk/issues/1165 ### Category (place an `x` in each of the `[ ]`) * [x] **bolt** (Bolt for Java) * [ ] **bolt-{sub modules}** (Bolt for...