[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

packaging hbase-stargate for Debian



CC to debian-java,
see also https://issues.apache.org/jira/browse/HBASE-2383

Debian seems to miss some dependencies of the hbase stargate contrib. I'm
listing here, what needs to be done, please correct me, if I'm wrong.

The stargate lib folder contains:
asm-3.1.jar, jackson-asl-0.9.4.jar, jersey-core-1.1.0-ea.jar,
jersey-server-1.1.0-ea.jar, persistence-api-1.0.jar, commons-codec-1.3.jar,
jaxb-impl-2.1.10.jar, jersey-json-1.1.0-ea.jar, jsr311-api-1.1.jar,
protobuf-java-2.1.0.jar 

It seems, that the following jars are either not used or only used for the
tests:
asm-3.1.jar, jackson-asl-0.9.4.jar, jaxb-impl-2.1.10.jar

The following are already in Debian:
commons-codec-1.3.jar
persistence-api-1.0.jar (libgeronimo-jpa-3.0-spec-java 1.1.1-1)
protobuf-java-2.1.0.jar (libprotobuf-java 2.3.0-1)

Which leaves the following to be packaged:

jersey-core-1.1.0-ea.jar, jersey-server-1.1.0-ea.jar, jersey-json-1.1.0-ea.jar
( https://jersey.dev.java.net )

jsr311-api-1.1.jar ( https://jsr311.dev.java.net )

Upstream version of jersey is 1.1.5.1. Would stargate work with this version?

java.net doesn't seem to release tarballs, so I could obtain the sources only
from these jars:

http://download.java.net/maven/2/com/sun/jersey/jersey-bundle/1.1.5.1/jersey-
bundle-1.1.5.1-sources.jar
respectively:
http://download.java.net/maven/2/javax/ws/rs/jsr311-api/1.1.1/jsr311-
api-1.1.1-sources.jar


Bookmark for me, introduction in javax.ws.rs: 
http://www.developer.com/java/ent/article.php/3843846/JAX-RS-The-Java-API-for-
RESTful-Web-Services.htm

Thomas Koch, http://www.koch.ro


Reply to: