users@jsonb-spec.java.net

[jsonb-spec users] JsonbProvider

From: <willem.salembier_at_gmail.com>
Date: Wed, 26 Aug 2015 20:01:42 +0000 (UTC)

Some questions about JsonbProvider:

- Is the eclipse default implementation already publicly available to
actually run the examples?

- Why does JsonbProvider#provider() have a Class.forName fallback
option to load a hardcoded DEFAULT_PROVIDER instance? Is the
ServiceLoader not sufficient? Does to spec need to have a runtime
dependency on eclipse?

- Instead, why does
javax.json.bind.spi.JsonbProvider#provider(java.lang.String) with
provider class name doesn't simply use Class.forName instead of using
the ServiceLoader class?

Best regards.