Skip to content

Commit

Permalink
JsonBindingProvider provides JSON-B (not Jackson) (#4274)
Browse files Browse the repository at this point in the history
This provider claimed to provide Jackson, but actually it does provide
JSON-B.

Signed-off-by: Markus KARG <[email protected]>
  • Loading branch information
mkarg authored and senivam committed Sep 27, 2019
1 parent 7c67bae commit 092c17e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion media/json-binding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<extensions>true</extensions>
<configuration>
<instructions>
<Export-Package>org.glassfish.jersey.jackson.*</Export-Package>
<Export-Package>org.glassfish.jersey.jsonb.*</Export-Package>
<Import-Package>${javax.annotation.osgi.version},*</Import-Package>
</instructions>
<unpackBundle>true</unpackBundle>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import org.glassfish.jersey.jsonb.internal.JsonBindingProvider;

/**
* Feature used to register Jackson JSON providers.
* Feature used to register JSON-B providers.
* <p>
* The Feature is automatically enabled when {@link JsonBindingAutoDiscoverable} is on classpath.
* Default JSON-B configuration obtained by calling {@code JsonbBuilder.create()} is used.
Expand Down

0 comments on commit 092c17e

Please sign in to comment.