You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2020/04/05 18:07:15 UTC

[aries-jax-rs-whiteboard] branch master updated: Document osgi.http.whiteboard.context.select default

This is an automated email from the ASF dual-hosted git repository.

csierra pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 129da98  Document osgi.http.whiteboard.context.select default
129da98 is described below

commit 129da986e00863f53bc82ede26bd4386e49210bf
Author: Carlos Sierra Andrés <ca...@liferay.com>
AuthorDate: Sun Apr 5 20:06:31 2020 +0200

    Document osgi.http.whiteboard.context.select default
---
 README.md | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index cbc3664..42b5393 100644
--- a/README.md
+++ b/README.md
@@ -15,14 +15,14 @@ PID                                        | Purpose
 org.apache.aries.jax.rs.whiteboard.default | Default JAX-RS Whiteboard instance
 org.apache.aries.jax.rs.whiteboard         | Factory PID for creating additional JAX-RS Whiteboard instances
 
-Property                            | Default                | Description
-------------------------------------|------------------------|--------------------------------------------------------
-enabled                             | true                   | Enable or disable the whiteboard instance
-default.application.base            | /                      | Default path for applications
-application.base.prefix             | ""                     | Prefix for application base
-osgi.http.whiteboard.target         | (osgi.http.endpoint=*) | Select the http whiteboard service if there are several
-osgi.http.whiteboard.context.select |                        | Select the http whiteboard context to be used
-hide-service-list-page              | true                   | Hide the CXF service list 
+Property                            | Default                       | Description
+------------------------------------|-------------------------------|--------------------------------------------------------
+enabled                             | true                          | Enable or disable the whiteboard instance
+default.application.base            | /                             | Default path for applications
+application.base.prefix             | ""                            | Prefix for application base
+osgi.http.whiteboard.target         | (osgi.http.endpoint=*)        | Select the http whiteboard service if there are several
+osgi.http.whiteboard.context.select | _new context per application_ | Select the http whiteboard context to be used
+hide-service-list-page              | true                          | Hide the CXF service list 
 
 ## Integrations