You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by Andy Seaborne <an...@apache.org> on 2012/03/27 22:37:25 UTC

(SDB) Jena, binaries and g@i discussion

Seeing the discussion on general@i, I went and checked Jena for stray 
binaries that might get caught in source releases.

I found some binaries (unused) in SDB (copies of the JDBC drivers used 
for testing at some time by the look of them) and removed them.

We can put these back - we just need to make the source-release artifact 
exclude them and make sure the tests of the source release do not depend 
on them.  Currently, SDB depends on a maven repository copy of HSQLDB, 
not on a local binary.  We could add Apache Derby (which is good for 
checking as it does the full joins, not just linear join plans, is quite 
picky on SQL syntax and runs embedded for easier testing.)

	Andy

-------- Original Message --------
Subject: svn commit: r1305924 - /incubator/jena/Jena2/SDB/trunk/jdbc/
Date: Tue, 27 Mar 2012 17:36:36 -0000
From: andy@apache.org
Reply-To: jena-dev@incubator.apache.org
To: jena-commits@incubator.apache.org

Author: andy
Date: Tue Mar 27 17:36:36 2012
New Revision: 1305924

URL: http://svn.apache.org/viewvc?rev=1305924&view=rev
Log: (empty)

Removed:
     incubator/jena/Jena2/SDB/trunk/jdbc/