Provide all-in-one OSGi bundle for API and Core #115
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
If you want to use Apache Johnzon in an OSGi framework, it currently requires to install a bunch of bundles. It is not enough to just install the jakarata api bundle and Johnzon Core. This makes it unnecessary complicated.
This simple module adds an all-in-one bundle which just contains the api and Johnzon Core. It overrides the SPI provider to avoid the need for additional bundles.
The included SPI provider has also the benefit that it can use a hard coded provider instead of each time going through the service loader