Skip to content

deepjudge-ai/osgi_rules

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple set of rules for generating OSGI bundles in Bazel. The rules are geared towards sing OSGi as a plugin environment in a packaged microservice.

Rules:

  • wrapped_osgi_library create the manifest for an existing jar.
  • osgi_dm_plugin_library wrap a jar and generate felix dependencymanager descriptors.

This is a an initial POC more work will be put into it as I begin integrating it into a project. More documentation as things develop.

About

Bazel rules for generating osgi_bundles.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 51.9%
  • Starlark 48.1%