DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
- org.apache.felix:org.apache.felix.http.jetty:5.1.2
- org.apache.felix:org.apache.felix.http.servlet-api:3.0.0
- org.apache.felix:org.apache.felix.http.sslfilter:2.0.2
- org.apache.felix:org.apache.felix.inventory:2.0.0
- org.apache.felix:org.apache.felix.healthcheck.core:2.2.0
- org.apache.felix:org.apache.felix.webconsole:5.0.0org.apache.felix:org.apache.felix.webconsole.plugins.ds:2.3.0org.apache.felix:org.apache.felix.webconsole.plugins.event:1.2.0
- org.apache.felix:org.apache.felix.webconsole.plugins.memoryusage:1.1.0
- org.apache.felix:org.apache.felix.webconsole.plugins.obr:1.1.0
- org.apache.felix:org.apache.felix.webconsole.plugins.packageadmin:1.1.0
- org.apache.felix:org.apache.felix.healthcheck.webconsoleplugin:2.2.0
Additionally, some web console plugins have been split to separate bundles and can be installed separately
...
The HealthCheckExecutorServlet need to be configured with the following additional property, if not already done
| Code Block | ||||
|---|---|---|---|---|
| ||||
"servletContextName":"org.osgi.service.http" |
The other webconsole plugins can be updated independently the latest servlet-api and felix bundles support both javax.servlet and jakarta.servlet packages.
Changes applied to the Sling Starter:
...