FELIX-6245 Condition service interfaces to by used together with
HealthCheckMonitor
4 files changed
tree: 38ad05e1a85302cccc10d5e8a6fde8fdc25d0a84
  1. bundlerepository/
  2. bundlerepository.osgi-ct/
  3. configadmin/
  4. configadmin-plugins/
  5. configurator/
  6. connect/
  7. converter/
  8. coordinator/
  9. dependencymanager/
  10. deploymentadmin/
  11. deviceaccess/
  12. doap/
  13. eventadmin/
  14. examples/
  15. fileinstall/
  16. fileinstall-plugins/
  17. framework/
  18. framework.security/
  19. gogo/
  20. healthcheck/
  21. http/
  22. httplite/
  23. inventory/
  24. io/
  25. ipojo/
  26. jaas/
  27. jmood/
  28. jmxintrospector/
  29. log/
  30. log.extension/
  31. logback/
  32. main/
  33. main.distribution/
  34. metatype/
  35. mishell/
  36. mosgi/
  37. org.apache.felix.daemon/
  38. org.osgi.service.obr/
  39. pom/
  40. prefs/
  41. resolver/
  42. rootcause/
  43. scr/
  44. scr-compat/
  45. scr-ext-anno/
  46. shell/
  47. shell.gui/
  48. shell.gui.plugin/
  49. shell.remote/
  50. shell.tui/
  51. systemready/
  52. threaddump/
  53. tools/
  54. transaction/
  55. upnp/
  56. useradmin/
  57. utils/
  58. webconsole/
  59. webconsole-l10n/
  60. webconsole-plugins/
  61. wireadmin/
  62. .gitignore
  63. check_staged_release.sh
  64. CODE_OF_CONDUCT.md
  65. CONTRIBUTING.md
  66. LICENSE
  67. README.md
  68. stage_existing_artifact.sh
README.md

Apache Felix

The Apache Felix project is a collection of semi-related OSGi sub-projects that build and release individually.

Felix Framework

The flagship project is the Apache Felix Framework which implements the OSGi Core R7 specification. The /framework directory contains the source and build tree for the OSGi-compliant framework implementation.

Directly related projects:

  • main /main* - provides an executable jar that launches the Felix framework.

OSGi Compendium

Several sub-projects cover various OSGi Compendium specifications such as:

Extra Features

Several projects provide extra features to an OSGi runtime.

  • bundle repository /bundlerepository - Bundle repository service.
  • connect /connect - A service registry that enables OSGi style service registry programs without using an OSGi framework.
  • dependency manager /dependencymanager - A versatile java API, allowing to declaratively register, acquire, and manage dynamic OSGi services.
  • fileinstall /fileinstall* - A utility to automatically install bundles from a directory.
  • gogo /gogo - A command line shell, runtime and set of base commands for interacting with and introspecting an OSGi framework.
  • health checks /healthcheck/* - An extensible framework to monitor the status of the OSGi container at runtime. (contains systemready)
  • inventory /inventory - Provides some mechanisms to get the current state of the system and therefore provides an inventory of the system.
  • ipojo /ipojo - A service component runtime aiming to simplify OSGi application development.
  • jaas support /jaas - Bundle to simplify JAAS usage within OSGi environment.
  • logback /logback - A simple integration of the OSGi R7 Log (1.4) service to Logback backend.
  • rootcause /rootcause - Finding the root cause of problems with OSGi declarative services components.
  • utils /utils - Utility classes for OSGi (intended for embedding within other bundles.)
  • webconsole /webconsole* - Web Based Management Console for OSGi Frameworks.
  • and many other OSGi things

Build tools

The /tools directory contains various build tools.

  • maven-bundle-plugin /tools/maven-bundle-plugin - A maven plugin for building OSGi bundles.
  • osgicheck-maven-plugin /tools/osgicheck-maven-plugin - Maven plugin for checking several OSGi aspects of your project.