We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ec9be commit 823547fCopy full SHA for 823547f
src/main/java/tools/jackson/core/json/JsonFactory.java
@@ -9,6 +9,7 @@
9
import java.util.Locale;
10
11
import aQute.bnd.annotation.spi.ServiceProvider;
12
+import aQute.bnd.annotation.Resolution;
13
14
import tools.jackson.core.*;
15
import tools.jackson.core.base.TextualTSFactory;
@@ -31,7 +32,7 @@
31
32
* in 2.x, but moved here to denote its changed role as implementation, not base
33
* class for factories.
34
*/
-@ServiceProvider(TokenStreamFactory.class)
35
+@ServiceProvider(value = TokenStreamFactory.class, resolution = Resolution.OPTIONAL)
36
public class JsonFactory
37
extends TextualTSFactory
38
implements java.io.Serializable
0 commit comments