Comment 47 for bug 305790

Revision history for this message
Alexander Sack (asac) wrote : Re: [Bug 305790] Re: MIR - move to main for openoffice.org 3 build-depends

On Tue, Jan 06, 2009 at 10:56:37AM -0000, Martin Pitt wrote:
> libdb-je-java looks ok now. However, there is no chance to use
> libdb4.7-java, which is already in main? I don't see how a pure Java
> implementation, which doesn't even keep up with original libdb's
> transaction data format changes is more beneficial than using the
> official java bindings of db?

libs that require native bindings are not that commonly used in java
community because of its portability issues. Actually projects will
usually tend to migrate away from them because there is just no simple
way to ship it in a cross-platform fashion ... except for a few
rareexceptions (like swf).

In this sense getting changes for this into upstream tree sounds
unlikely.

So unless its really API compatible, I doubt that we can make
openoffice use that instead of libdb-je-java - and adding yet another
patch that stays with us forever wouldnt be scalable either.

 - Alexander