pentaho / mondrian

Mondrian is an Online Analytical Processing (OLAP) server that enables business users to analyze large quantities of data in real-time.

Home Page:http://mondrian.pentaho.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OSGi Bundles

stbischof opened this issue · comments

Hello @peterrinehart,@lucboudreau ,

I could provide some PR on this topic:

  • use bnd to generate bundle manifest and package
  • auto generate ServiceLoader files and Capabilities
  • separate api and implementation packages (to only export API)
  • support osgi jdbc spec
  • add fastxml(ß) altenative to org.eigenbase.xom after splitting api and impl in definitions
  • add bridge to osgi declarative service (service injection)
  • osgi integration test
  • osgi standalone example

are you open to this?