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

Slack Developer Kit (including Bolt for Java) for any JVM language

Results 60 java-slack-sdk issues
Sort by recently updated
recently updated
newest added

(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...

needs info
question
project:slack-api-client

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...

enhancement
project:slack-api-client

(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` ```...

enhancement
project:slack-api-client
dependencies

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...

enhancement
project:bolt

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...

enhancement
project:slack-api-client

### Issue Type - [ ] Bug - [x] Enhancement / Feature request - [ ] Question - [ ] Documentation ### Description As of Feb 2020, Bolt for Java...

enhancement
project:bolt

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...

needs info
question
auto-triage-skip

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)...

enhancement
project:slack-api-client

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...

enhancement
project:bolt
project:slack-api-client
project:slack-api-model
project:slack-app-backend
project:slack-api-client/rtm
good first issue

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...

enhancement
project:slack-api-client
good first issue