{"id":27594393,"url":"https://github.com/apache/aries-jax-rs-whiteboard","last_synced_at":"2025-07-22T13:06:45.475Z","repository":{"id":14031261,"uuid":"74950506","full_name":"apache/aries-jax-rs-whiteboard","owner":"apache","description":"Apache Aries JAX RS Whiteboard","archived":false,"fork":false,"pushed_at":"2023-07-07T18:32:39.000Z","size":1516,"stargazers_count":27,"open_issues_count":7,"forks_count":28,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-07-08T02:05:00.748Z","etag":null,"topics":["aries","java","library"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apache.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-11-28T08:00:08.000Z","updated_at":"2024-04-13T09:11:41.000Z","dependencies_parsed_at":"2025-04-17T15:07:51.935Z","dependency_job_id":null,"html_url":"https://github.com/apache/aries-jax-rs-whiteboard","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/apache/aries-jax-rs-whiteboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Faries-jax-rs-whiteboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Faries-jax-rs-whiteboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Faries-jax-rs-whiteboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Faries-jax-rs-whiteboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/aries-jax-rs-whiteboard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Faries-jax-rs-whiteboard/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264606343,"owners_count":23636315,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aries","java","library"],"created_at":"2025-04-22T10:31:21.643Z","updated_at":"2025-07-22T13:06:45.452Z","avatar_url":"https://github.com/apache.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## JAX-RS Whiteboard\n\n[![Build Status](https://builds.apache.org/buildStatus/icon?job=Aries-component-dsl-master)](https://builds.apache.org/job/Aries-JAX-RS-Whiteboard)\n![CI Build](https://github.com/apache/aries-jax-rs-whiteboard/workflows/CI%20Build/badge.svg?branch=master)\n[![Maven Central](https://img.shields.io/maven-central/v/org.apache.aries.jax.rs/org.apache.aries.jax.rs.whiteboard.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22org.apache.aries.jax.rs%22%20AND%20a:%22org.apache.aries.jax.rs.whiteboard%22)\n\nAries JAX-RS Whiteboard is the reference implementation of the [OSGi JAX-RS Services Whiteboard 1.0](https://osgi.org/specification/osgi.cmpn/7.0.0/service.jaxrs.html).\n\n\n## Configuration\n\nThe whiteboard is configured using configuration admin.\n\nPID                                        | Purpose\n-------------------------------------------| -------\norg.apache.aries.jax.rs.whiteboard.default | Default JAX-RS Whiteboard instance\norg.apache.aries.jax.rs.whiteboard         | Factory PID for creating additional JAX-RS Whiteboard instances\n\nProperty                                | Default                       | Description\n----------------------------------------|-------------------------------|--------------------------------------------------------\nenabled                                 | true                          | Enable or disable the whiteboard instance\ndefault.application.base                | /                             | Base for default application\napplication.base.prefix                 | \"\"                            | Prefix for application base\nosgi.http.whiteboard.target             | (osgi.http.endpoint=*)        | Select the http whiteboard service if there are several\nosgi.http.whiteboard.context.select     | _new context per application_ | Select the http whiteboard context to be used\nservlet.init.hide-service-list-page     | true                          | Hide the CXF service list\nreplace.loopback.address.with.localhost | false                         | Replace loopback addresses by localhost (e.g. by UriBuilder)\napplication.ready.service.filter        |                               | A service that must be present in order for applications to get started\n\nproperties existing in the application service, as those in the whiteboard configuration, are used when the servlet contexts and servlets are registered.\n\nProprietary Property                                  | Default                       | Description\n------------------------------------------------------|-------------------------------|--------------------------------------------------------\norg.apache.aries.jax.rs.whiteboard.application.scoped | false                         | Marks a resource prototype service as application scoped \n\n\n\n## Integrations\n\nThe `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.\n\n## Building\n\nExecute the maven tasks `mvn clean install`.\n\n## Running the Example\n\nThe file `jax-rs.example/target/aries-jaxrs-whiteboard-example.jar` should have been created.\n\nExecute the following command:\n\n```\njava -jar jax-rs.example/target/aries-jaxrs-whiteboard-example.jar\n```\n\nthen open a browser to `http://localhost:8080/{name}`\n\n## License\n\n  Licensed to the Apache Software Foundation (ASF) under one or more\n  contributor license agreements.  See the NOTICE file distributed with\n  this work for additional information regarding copyright ownership.\n  The ASF licenses this file to You under the Apache License, Version 2.0\n  (the \"License\"); you may not use this file except in compliance with\n  the License.  You may obtain a copy of the License at\n\n      http://www.apache.org/licenses/LICENSE-2.0\n\n  Unless required by applicable law or agreed to in writing, software\n  distributed under the License is distributed on an \"AS IS\" BASIS,\n  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n  See the License for the specific language governing permissions and\n  limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Faries-jax-rs-whiteboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Faries-jax-rs-whiteboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Faries-jax-rs-whiteboard/lists"}