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:26:49 UTC

[aries-jax-rs-whiteboard] 03/03: Document that the properties are copied to the registered services

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

commit ce7c3d6980bc5610b07a3b6a89facbb203fd5aaf
Author: Carlos Sierra Andrés <ca...@liferay.com>
AuthorDate: Sun Apr 5 20:26:16 2020 +0200

    Document that the properties are copied to the registered services
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index abf477a..06c0c70 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,8 @@ osgi.http.whiteboard.context.select | _new context per application_ | Select the
 servlet.init.hide-service-list-page | true                          | Hide the CXF service list
 application.ready.service.filter    |                               | A service that must be present in order for applications to get started
 
+properties existing in the application service, as those in the whiteboard configuration, are used when the servlet contexts and servlets are registered. 
+
 ## Integrations
 
 The `integrations` folder contains OSGi enabled integrations for a variety of useful libraries that you might want to use with JAX-RS. In many cases these are just adding OSGi lifecycle and configuration to existing JAX-RS enabled libraries.