Alex Bertram

Results 81 comments of Alex Bertram

I don't think it should be a problem to add -- but unfortunately I don't really understand OSGI very well - maybe you could help us set this up?

Is there an easy way to test the correctness of the OSGI bundle produced? Do you expect one jar/bundle produced that includes all of Renjin's dependencies, or just add the...

Ok, thanks! What about the third-party jars that Renjin depends on, like guava, or asm?

@nicolas-f How do we deal with third party dependencies that are not OSGI modules? For example, we depend on jtransforms, which doesn't include OSGI entries in the MANIFEST.MF file. I...

@ebocher seems worth trying. However, we have a few more third-party dependencies which are not OSGI dependencies, is it worth embedding these dependencies into a specific osgi dependency? @nicolas-f ,...

@nicolas-f sorry, still not quite sure I understand: how is the h2spatial module loaded into OrbisGIS or another OSGI container if the container is unable to load a transitive dependency...

So how would someone use Renjin as an OSGI bundle? Can you tell me a bit more about your use case for a Renjin OSGI bundle? Is the goal to...

I started adding the configuration to the pom.xml files in Renjin on this branch: https://github.com/bedatadriven/renjin/tree/osgi But I don't know enough about OSGI to finish it. If you guys can submit...

Great! Look forward to it!

@SPalominos I think we'd like to avoid maintaining our own versions of dependencies. I also don't want to by default include all dependencies in the renjin-script-engine jar as there are...