jakartaee / jakartaee/jsonp-api

Allow for multiple JSON providers

Open
#354 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
160
Forks
64
Avg merge
4d 5h
Merged PRs (30d)
4

Description

In some cases there may be multiple providers, for instance one that comes with the Maven dependencies, and one that I explicitly want to use. To allow the loading of a specific provider, `JsonProvider` should have a `getName()` method that returns the name of the provider. The name can be use to select a specific provider.

Contributor guide

Open the contributing guide

Research direction

Start with the JsonProvider API and the provider-loading behavior described in the issue. Define how getName() identifies a provider and how callers select that name, then verify that multiple providers can coexist and the requested provider is loaded.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
api
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.