]
Stuart Douglas updated WFLY-9946:
---------------------------------
Fix Version/s: 13.0.0.Beta1
The JSON-B implementation module is not properly exported to
deployments
------------------------------------------------------------------------
Key: WFLY-9946
URL:
https://issues.jboss.org/browse/WFLY-9946
Project: WildFly
Issue Type: Bug
Components: EE
Reporter: James Perkins
Assignee: James Perkins
Fix For: 13.0.0.Beta1
The {{javax.json.binding.api}} only imports the services from the {{org.eclipse.yasson}}
implementation. However the services and the implementation need to be exported as the
{{ServiceLoader}} will be loaded on the deployments class loader not the
{{javax.json.binding.api}} class loader.