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 043867d  Add proprietary property description
043867d is described below

commit 043867da02b8f4c1d990d6ea80e7a3813d44ed64
Author: Carlos Sierra Andrés <csie...@gmail.com>
AuthorDate: Tue Apr 13 11:20:46 2021 +0200

    Add proprietary property description
    
    Document org.apache.aries.jax.rs.whiteboard.application.scoped property
---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index d04995e..d5fa228 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,12 @@ application.ready.service.filter        |                    
           | A serv
 
 properties existing in the application service, as those in the whiteboard 
configuration, are used when the servlet contexts and servlets are registered.
 
+Proprietary Property                                  | Default                
       | Description
+------------------------------------------------------|-------------------------------|--------------------------------------------------------
+org.apache.aries.jax.rs.whiteboard.application.scoped | false                  
       | Marks a resource prototype service as application scoped 
+
+
+
 ## 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.

Reply via email to