From a code point of view, Equinox is an implementation of the OSGi core framework specification, a set of bundles that implement various optional OSGi services and other infrastructure for running OSGi-based systems. The Equinox OSGi core framework implementation is used as the reference implementation and as such it implements all the required features of the latest OSGi core framework specification.
More generally, the goal of the Equinox project is to be a first class OSGi community and foster the vision of Eclipse as a landscape of bundles. As part of this, it is responsible for developing and delivering the OSGi framework implementation used for all of Eclipse. In addition. the project is open to:
- Implementation of all aspects of the OSGi specification. The main focus is specifications maintained by the Core Platform Expert Group (CPEG) but also may include implementations specified by other expert groups such as the Enterprise Expert Group (EEG)
- Investigation and research related to future versions of OSGi specifications and related runtime issues
- Development of non-standard infrastructure deemed to be essential to the running and management of OSGi-based systems
- Implementation of key framework services and extensions needed for running Eclipse (e.g., the Eclipse Adaptor, Extension registry) and deemed generally useful to people using OSGi.
Equinox implements the follwoing specification with the given level of compliance:
Chapter | Specification | Status (green = fully compliant, red = partly compliant) |
---|---|---|
10 | Framework API | |
52 | URL Handlers Service Specification | |
58 | Resolver Service Specification | |
101 | Log Service Specification | |
104 | Configuration Admin Service Specification | |
105 | Metatype Service Specification | |
106 | PreferencesService Specification | |
107 | User Admin Service Specification | |
113 | Event Admin Service Specification | |
130 | Coordinator Service Specification | |
701 | Tracker Specification |
- Homepage: https://www.eclipse.org/equinox/
- Bug tracker: https://github.com/eclipse-equinox/equinox/issues
- Asking questions and share ideas: https://github.com/eclipse-equinox/equinox/discussions
For detailed information about development, testing and builds, see CONTRIBUTING.md.