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.