commonmark / commonmark/commonmark-java

FR: Add all extensions by adding single dependency

Open
#411 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.