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:46 UTC

[aries-jax-rs-whiteboard] branch master updated (129da98 -> ce7c3d6)

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

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


    from 129da98  Document osgi.http.whiteboard.context.select default
     new 3bb9f4d  `servlet.init.` prefix needs to be specified
     new df509e9  Document application.ready.service.filter
     new ce7c3d6  Document that the properties are copied to the registered services

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)


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

Posted by cs...@apache.org.
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.


[aries-jax-rs-whiteboard] 02/03: Document application.ready.service.filter

Posted by cs...@apache.org.
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 df509e9aa053e3f368ec6f8433651ba1e7f842ff
Author: Carlos Sierra Andrés <ca...@liferay.com>
AuthorDate: Sun Apr 5 20:21:48 2020 +0200

    Document application.ready.service.filter
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 3646a7d..abf477a 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,7 @@ application.base.prefix             | ""                            | Prefix for
 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
 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
 
 ## Integrations
 


[aries-jax-rs-whiteboard] 01/03: `servlet.init.` prefix needs to be specified

Posted by cs...@apache.org.
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 3bb9f4dd8a055a0343c18e9132d541b8ebed9565
Author: Carlos Sierra Andrés <ca...@liferay.com>
AuthorDate: Sun Apr 5 20:20:40 2020 +0200

    `servlet.init.` prefix needs to be specified
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 42b5393..3646a7d 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ default.application.base            | /                             | Default pa
 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 
+servlet.init.hide-service-list-page | true                          | Hide the CXF service list
 
 ## Integrations