Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The ONOS incubator tree is a place that allows contributors to add to the API and to the Core implementations of ONOS in a creative way and on their own time-line while making their interfaces/API exempt from the deprecation policy, meaning that the API can change from release to release. This incubator tree will not effect the main line ONOS deliverables, yet can be used as a showcase for new features and APIs.

The idea is to set up onos-incubator-api and onos-incubator-net|store modules, with a corresponding Java package namespace org.onosproject.incubator. This could be then viewed as a sandbox or a nursery of future core code. This will allow physical separation of such code for certain production environments, but at the same time will allow experimenters to treat this as part of the ONOS code.

This is in addition to the existing capability where apps can expose their own APIs that can be consumed by other parts of the app, or by other apps.

The following depicts the module dependencies:

 

Promotion Notes

To aid developers with migrating their apps that may have previously used code in the incubator area, any API code that will be moved will leave behind a series of tombstone classes or interfaces with pointers to their replacements in core.


Current Incubator Projects

...