Github user gnodet commented on the issue:
https://github.com/apache/activemq-artemis/pull/1286
Sorry, I was in vacation last week and haven't had any time to work further
on that.
Artemis does use json in some cases. The problem is that in OSGi, the json
api bundle is deployed, but it can't locate any provider. I pushed an updated
spec to servicemix to fix the problem as it's usually done for this kind of
spec bundles:
https://git1-us-west.apache.org/repos/asf?p=servicemix-specs.git;a=commitdiff;h=9265f72331f26f8374765d4530522d238edeecf2
The above commit allows finding a json provider inside a bundle deployed in
the OSGi framework.
So this commit deploys this new json api bundle and forces the installation
of the johnzon provider.
I plan to create a test case to demonstrate the changes i've been working
on, i.e. #1284, #1285 and #1286
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---