This is an automated email from the ASF dual-hosted git repository.
shuber pushed a change to branch UNOMI-356-refactor-rest-api
in repository https://gitbox.apache.org/repos/asf/unomi.git.
at d977661 UNOMI-356 Refactor REST API - A new RestServer class is
responsible for creating a single JAX RS Server - Service beans must register
with the OSGi service registry and setup the following property:
osgi.jaxrs.resource=true (this property comes from OSGi R7 so that we can then
migrate to OSGi R6 JAX RS whiteboard once we are on OSGI R7) - All JAX RS
service beans are now register, not just the ones in the "rest" subproject -
Swagger UI is integrated by default, although [...]
This branch includes the following new commits:
new d977661 UNOMI-356 Refactor REST API - A new RestServer class is
responsible for creating a single JAX RS Server - Service beans must register
with the OSGi service registry and setup the following property:
osgi.jaxrs.resource=true (this property comes from OSGi R7 so that we can then
migrate to OSGi R6 JAX RS whiteboard once we are on OSGI R7) - All JAX RS
service beans are now register, not just the ones in the "rest" subproject -
Swagger UI is integrated by default, although [...]
The 1 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.