This is an automated email from the ASF dual-hosted git repository.
rmannibucau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/johnzon.git
The following commit(s) were added to refs/heads/master by this push:
new b510087 JOHNZON-296 use more specific pid for configuration
b510087 is described below
commit b5100873a82fd4e4eb05e38b93cdcfe9d185d978
Author: Raymond Augé <[email protected]>
AuthorDate: Sun Dec 8 11:15:09 2019 -0500
JOHNZON-296 use more specific pid for configuration
Signed-off-by: Raymond Augé <[email protected]>
---
johnzon-osgi/src/main/java/org/apache/johnzon/osgi/Config.java | 2 +-
src/site/markdown/index.md | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/johnzon-osgi/src/main/java/org/apache/johnzon/osgi/Config.java
b/johnzon-osgi/src/main/java/org/apache/johnzon/osgi/Config.java
index 732f237..dabb5e7 100644
--- a/johnzon-osgi/src/main/java/org/apache/johnzon/osgi/Config.java
+++ b/johnzon-osgi/src/main/java/org/apache/johnzon/osgi/Config.java
@@ -30,7 +30,7 @@ import
org.osgi.service.metatype.annotations.ObjectClassDefinition;
pid = Config.CONFIG_PID
)
public @interface Config {
- public static final String CONFIG_PID = "org.apache.johnzon.jsonb";
+ public static final String CONFIG_PID = "org.apache.johnzon.jaxrs.jsonb";
@AttributeDefinition(description = "List of fully qualified class names to
ignore")
String[] ignores() default {};
diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index 4ed1f0a..aba8f91 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -539,11 +539,11 @@ Known limitations are (feel free to do a PR on github to
add these missing featu
Though Johnzon artifacts are OSGi bundles to begin with, this module provides
further integration with the [OSGi JAX-RS
Whiteboard](https://osgi.org/specification/osgi.cmpn/7.0.0/service.jaxrs.html)
and [OSGi CDI
Integration](https://osgi.org/specification/osgi.enterprise/7.0.0/service.cdi.html)
specifications.
-##### JAX-RS
+##### JAX-RS JSON-B
This module provides `MessageBodyWriter` and `MessageBodyReader` extensions
for the media type `application/json` (by default) to whiteboard JAX-RS
Applications.
-Configuration of this extension is managed via Configuration Admin using the
**pid** `org.apache.johnzon.jsonb` and defines a Metatype schema with the
following properties:
+Configuration of this extension is managed via Configuration Admin using the
**pid** `org.apache.johnzon.jaxrs.jsonb` and defines a Metatype schema with the
following properties:
| Property | Synopsis | Type | Default |
| ---- | ------------- | -- | -- |