Skip to content
This repository was archived by the owner on Jun 23, 2022. It is now read-only.

chore(deps): bump slack-api-model from 1.6.1 to 1.18.0 - #142

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/com.slack.api-slack-api-model-1.18.0
Closed

chore(deps): bump slack-api-model from 1.6.1 to 1.18.0#142
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/com.slack.api-slack-api-model-1.18.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 28, 2022

Copy link
Copy Markdown
Contributor

Bumps slack-api-model from 1.6.1 to 1.18.0.

Release notes

Sourced from slack-api-model's releases.

version 1.18.0

New Features

Jakarta EE Servlet Compatible Bolt Adapters

In this release, we've added new Bolt adapters for Jakarta EE users:

  • com.slack.api:bolt-jakarta-servlet(javadocs), which is compatible with jakarta.servlet 5.0
  • com.slack.api:bolt-jakarta-jetty (javadocs), which is compatible with jakarta.servlet 5.0 + jetty 11.x

There is no breaking change to the existing Java EE based modules. Also, we know that many developers in the Java community are still using javax.servlet for their production apps. We will continue to support both Java EE and Jakarta EE for a long enough time.

As for the transition of the rest of Jakarta EE dependencies (specifically, we have javax.websocket dependency in provided scope), refer to the discussion at slackapi/java-slack-sdk#919.

Deprecations

The classes under com.slack.api.app_backend.events.servlet in com.slack.api:slack-app-backend are deprecated since this version. We generally recommend using Bolt for Java for new app development. To learn do the same with Bolt, please read the document page. If you have to continue using the deprecated classes for a certain reason, please feel free to copy them into your application under the MIT open-source license.

Changes

  • [slack-api-client] #921 Improve #917 not to rely on #toString() method behavior - Thanks @​seratch
  • [bolt] #920 Add bolt-jakarta-servlet and bolt-jakarta-jetty modules for Jakarta EE supports - Thanks @​seratch @​kuzuha
  • [all] #922 Upgrade optional dependencies and organize pom.xml - Thanks @​seratch

version 1.17.1

Changes

  • [slack-api-client] #917 Improve the thread pool management under the hood - Thanks @​seratch
  • [bolt] #918 Fix context.getTeamId() to return a valid ID for org-wide installations - Thanks @​seratch
  • [all] Upgrade slf4j-api patch version and other optionals ones - Thanks @​seratch

version 1.17.0

New Features

Customize ExecutorService used inside the SDK

f you desire to pass your own ExecutorService to this SDK, now ExecutorServiceProvider interface is available for you.

You can implement the interface with your own factory methods and pass its instance to either SlackConfig (for API clients) or AppConfig (for Bolt apps).

var config = new SlackConfig();
</tr></table> 

... (truncated)

Commits
  • 7f20f83 version 1.18.0
  • f283e45 Add bolt-jakarta-servlet and bolt-jakarta-jetty modules for Jakarta EE suppor...
  • 71ca605 Upgrade optional dependencies and organize pom.xml (#922)
  • 44b2d59 Improve #917 not to rely on #toString() method behavior (#921)
  • caaa7ca Start 1.17.2 development
  • ea2751c version version 1.17.1
  • e3f899d Update test data generation
  • 379eef9 Upgrade slf4j-api version and other optional ones
  • d04c761 Run all the integration tests - 2022-01-25 PT
  • 289c705 Fix context.getTeamId() to return a valid ID for org-wide installations (#918)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [slack-api-model](https://github.com/slackapi/java-slack-sdk) from 1.6.1 to 1.18.0.
- [Release notes](https://github.com/slackapi/java-slack-sdk/releases)
- [Changelog](https://github.com/slackapi/java-slack-sdk/blob/main/jSlack_changelog.md)
- [Commits](slackapi/java-slack-sdk@v1.6.1...v1.18.0)

---
updated-dependencies:
- dependency-name: com.slack.api:slack-api-model
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Feb 17, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #146.

@dependabot dependabot Bot closed this Feb 17, 2022
@dependabot
dependabot Bot deleted the dependabot/maven/com.slack.api-slack-api-model-1.18.0 branch February 17, 2022 14:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants