slackapi / slackapi/java-slack-sdk
Java 9+ Modularity Supports
Open
Nobody has claimed this yet.
enhancement
project:bolt
project:slack-api-client
project:slack-api-model
- Dominant language
- Java
- Stars
- 602
- Forks
- 232
- Avg merge
- 4d 9h
- Merged PRs (30d)
- 7
Description
trying out a simple slack API within a module, but seeing this problem
Error: Modules jslack.api.client and jslack.api.model export package com.github.seratch.jslack.common.json to module okio
it doesn't seem like jslack was ever adjusted to work with Project Jigsaw (java 9 modules).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the reported error with a simple Slack API application using Java 9+ modules. Investigate how the jslack.api.client and jslack.api.model modules export com.github.seratch.jslack.common.json to okio; done means the modular application no longer reports the export conflict.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100