Versions Compared

Key

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

...

The newest version 3.x of swagger-ui can also be used.

Enabling Swagger UI in OSGi container (Karaf)

Since org.webjars/swagger-ui is just a package with resources, it won't be referenced in OSGi manifest as the required imports. Therefore, to make use of Swagger UI in the OSGi deployments, the org.webjars/swagger-ui should be installed manually, for example:

...