You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
JsonProviderFactory throws a NoClassDefFoundError for an optional (not required) JsonProvider not in the classpath during class loading.
To Reproduce
Steps to reproduce the behavior:
Import jsonmerge with no optional dependency.
Create a new JsonMerger without specifying a concrete Provider (declare a JSON object type instead):
Describe the bug
JsonProviderFactory throws a NoClassDefFoundError for an optional (not required) JsonProvider not in the classpath during class loading.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A new JsonMerger with the JsonSmartJsonProvider attached should be created and delivered.
Screenshots
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: