Besides RESTCONF, ALTO also uses customized Jetty interfaces because YANG model is not compatible with formats specified in RFC 7285.
The customized interfaces use port 8080 and are NOT protected by the AAA project. All resources exposed by customized interfaces are read-only.
Migration with data from Boron to Carbon isn’t supported.
This release is not compatible with the previous release from the developer’s point of view because we have changed the namespaces for most YANG models, which involves both API changes and configuration changes (blueprint configuration files).
Java projects using the ALTO classes generated by yangtools MUST change the packages for the classes because of the namespace migration. The incompatibility can be fixed using regex replacement.
Projects using RESTCONF or the customized ALTO service do not need to migrate.
Since ALTO is migrating services to Blueprint, services depending on ALTO may also need to migrate to Blueprint instead of using CONFIG subsystem.
No bug is fixed in this release.
Both Jersey 1.0 and 2.0 are imported in karaf.
This seems like a general bug which resides in several projects.