Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate from jslack into java-slack-sdk #200

Open
gonchik opened this issue May 25, 2022 · 2 comments
Open

Migrate from jslack into java-slack-sdk #200

gonchik opened this issue May 25, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@gonchik
Copy link
Contributor

gonchik commented May 25, 2022

Hi!

Any plans to migrate into java-slack-sdk ?
https://github.com/slackapi/java-slack-sdk

It would be nice to sleep better with compatibility of slack api changes

Cheers,
GT

@mvlasovatl mvlasovatl added the enhancement New feature or request label Jun 14, 2022
@mvlasovatl
Copy link
Contributor

Hey @gonchik !
I took a look at the offered library and found that its API is similar to the API of the client currently used but it is not backward compatible with it. It means that to migrate to the new library we'd have to refactor a lot of code. It would take long and require a lot of efforts, but wouldn't bring any sufficient benefits. Currently used jslack client is old, but it is still compatible with Slack REST API, all plugin features work fine. We may consider taking the migration path if Slack plugin stops working due to Slack REST API changes though.

If you want to help, please feel free to fork the repo and submit a PR with the new client integrated.

@mvlasovatl
Copy link
Contributor

After #228 this change looks more appealing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants