https://github.com/hndrs/slack-spring-boot-starter
Spring Boot Starter for Slack Integrations and Bots
https://github.com/hndrs/slack-spring-boot-starter
conversations hacktoberfest hacktoberfest2019 java kotlin slack slack-api slack-app slack-bot slack-commands slack-spring-boot slack-webhook slackapi slackbot spring spring-boot spring-boot-starter springboot springframework
Last synced: about 2 months ago
JSON representation
Spring Boot Starter for Slack Integrations and Bots
- Host: GitHub
- URL: https://github.com/hndrs/slack-spring-boot-starter
- Owner: hndrs
- License: mit
- Created: 2019-02-01T14:34:56.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-02-11T20:24:18.000Z (over 2 years ago)
- Last Synced: 2025-04-13T14:54:21.980Z (about 2 months ago)
- Topics: conversations, hacktoberfest, hacktoberfest2019, java, kotlin, slack, slack-api, slack-app, slack-bot, slack-commands, slack-spring-boot, slack-webhook, slackapi, slackbot, spring, spring-boot, spring-boot-starter, springboot, springframework
- Language: Kotlin
- Homepage: https://slack-spring-boot.kreait.dev/
- Size: 3.17 MB
- Stars: 16
- Watchers: 6
- Forks: 13
- Open Issues: 56
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Slack Spring Boot Starters
[](https://search.maven.org/artifact/io.hndrs.slack/slack-spring-boot-starter)
[](https://sonarcloud.io/dashboard?id=hndrs_slack-spring-boot-starter)
[]()
[](https://github.com/kreait/slack-spring-boot-starter)
[](https://oss.sonatype.org/#nexus-search;quick~io.hndrs.slack)# Changelog
## [3.0.0] - 2019-10-25
- **changes base package to io.hdnrs**
- Added Autoconfiguration Failure Analysis
- replace oauth.access with oauth.v2.access
- removes im method group (deprecated by slack)
- remove groups and channels methods (deprecated by slack)
- Added ApplicationEnvironmentCredentialsProvider
- fix conversations.setPurpose and conversations.setTopic Request
- supported java version to 11+## [2.0.0] - 2019-08-26
[3.0.0]: https://github.com/hndrs/slack-spring-boot-starter/compare/v2.0.0...v.3.0.0
[2.0.0]: https://github.com/hndrs/slack-spring-boot-starter/compare/v1.0.0...v.2.0.0