COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20220501195224/https://github.com/topics/osgi
Here are
449 public repositories
matching this topic...
Updated
Apr 30, 2022
Java
Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
Updated
Apr 29, 2022
Java
A set of common support code for medical imaging, surgical navigation, and related purposes.
Bnd/Bndtools. Tooling to build OSGi bundles including Eclipse, Maven, and Gradle plugins.
iDempiere. Community Powered Enterprise. Full Open Source Business Suite ERP/CRM/MFG/SCM/POS
ARCHIVED: The contents of this repo have been merged into the `bnd` repo.
Make using Bouncy Castle with OpenPGP fun again!
Updated
Feb 21, 2022
Java
AEM Code Samples repository
Updated
Jul 21, 2021
Java
Updated
Oct 1, 2020
Rich Text Format
The AEM Groovy Console provides an interface for running Groovy scripts in the AEM container. Scripts can be created to manipulate content in the JCR, call OSGi services, or execute arbitrary code using the CQ, Sling, or JCR APIs.
Updated
Jan 14, 2021
JavaScript
Updated
Feb 11, 2020
Java
G Suite to LDAP identity synchronizer
Updated
Apr 16, 2022
Java
DDF Distributed Data Framework - an open source, modular integration framework.
Updated
Apr 25, 2022
Java
ZigBee Cluster Library Java framework supporting multiple dongles
Updated
Apr 13, 2022
Java
Apache Celix - An implementation of the OSGi specification adapted to C and C++
Search Web Console Plugin for Apache Felix
Updated
Apr 26, 2021
Java
DMX Knowledge Building Platform
Updated
Apr 15, 2022
Java
Build OSGi bundles and Eclipse Update Sites from existing JARs, e.g. from Maven repositories (Plugin for Gradle)
Updated
Mar 8, 2021
Groovy
iPOPO: a Service-Oriented Component Model for Python
Updated
Feb 15, 2022
Python
OSGi dynamics made easy - A Scala DSL to master OSGi dynamics
Updated
Dec 23, 2021
Scala
Osgi-Run - A Gradle plugin to make the development of modular applications using OSGi completely painless
Updated
Feb 13, 2022
Groovy
OSGi Specification Project Build Repository. Specification, API, implementation, and TCK source code.
Updated
Apr 28, 2022
Java
sbt plugin for creating OSGi bundles
Updated
Oct 7, 2020
Scala
Demonstrates OSGi Declarative Services Annotations along side Felix SCR Annotations.
Updated
May 26, 2017
Java
Mirror of Apache ServiceMix Bundles
Mirror of Apache Karaf Cellar
Updated
Mar 27, 2021
Java
Improve this page
Add a description, image, and links to the
osgi
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
osgi
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
The include order of "Binders.hpp" matters as it relies on a using statement which is not present in the file itself. It tries using "ComponentContext" but this does not exist in the file and is currently relying on other includes before it to define it.
This manifests itself in a build error when you switch around the include statements order in "ComponentInstanceImpl.hpp".