java-slack-sdk
java-slack-sdk copied to clipboard
Slack Developer Kit (including Bolt for Java) for any JVM language
(Describe your issue and goal here) ### Reproducible in: I am following the approach to download file following this link https://github.com/slackapi/java-slack-sdk/commit/1712133988264cccc0c180c89d4cf2a76e0f30e7 I want to download the already uploaded slack file...
Developers can disable API clients' metrics management by setting `SlackConfig#statsEnabled` to false. Even in this case, the default `SlackConfig` object creation (as a static field in the class) starts 5...
(Describe your issue and goal here) ### Reproducible in: ```bash mvn dependency:tree | grep com.slack.api gradle dependencies | grep com.slack.api java -version sw_vers && uname -v # or `ver` ```...
I'm trying to migrate Java EE to Jakarta EE for some reason (e.g. native-image, spring 6). This project has example code for many platform. It's good for SDK users, but...
I have a strange issue in a Lotus Domino with the Slack api ``` [014201:000008-00007F0319398700] 04/19/2021 22:15:53 Agent Manager: Agent printing: sending slack message [014201:000008-00007F0319398700] 04/19/2021 22:15:54 Agent Manager: Agent...
### Issue Type - [ ] Bug - [x] Enhancement / Feature request - [ ] Question - [ ] Documentation ### Description As of Feb 2020, Bolt for Java...
In our application, we use Bolt Socket-mode SDK for the bot. And we've found some strange behavior. Sometimes (looks like it doesn't depend on anything) app becomes a "zombie", meaning...
Add support for the following `apps.manifest.*` methods: `apps.manifest.create` `apps.manifest.validate` `apps.manifest.update` `apps.manifest.delete` `apps.manifest.export` ### Category (place an `x` in each of the `[ ]`) * [ ] **bolt** (Bolt for Java)...
Although the parent POM still works without any issues for us, the project is already marked as deprecated. * https://github.com/sonatype/oss-parents * https://fedoraproject.org/wiki/Changes/Deprecate_Sonatype_OSS_Parent To replace the POM, we can remove the...
Currently, some of the SDK tests do not work with OpenJDK 17 as the major version does not allow utilizing reflection API for instance creations. The currently recommended way is...