commonmark / commonmark/commonmark-java
FR: Add all extensions by adding single dependency
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 2.7k
- Forks
- 336
- PR merge metrics
- No merged PRs in 30d
Description
Is your feature request related to a problem? Please describe.
I have to add 10 dependencies to support all extensions.
Describe the solution you'd like
I want to add all available extensions using single dependency, and also configure all of them with single line of code.
I want something like Jackson library have with their ObjectMapper::findAndRegisterModules https://javadoc.io/doc/com.fasterxml.jackson.core/jackson-databind/latest/com/fasterxml/jackson/databind/ObjectMapper.html#findAndRegisterModules
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
Review how the available extension dependencies and extension configuration are currently exposed. Compare the requested single dependency and one-line registration with Jackson's ObjectMapper::findAndRegisterModules example. Done means users can add one dependency and configure all available extensions through one documented entry point.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100