19 Commits

Author SHA1 Message Date
Taro L. Saito
2891c692c0 Removed SnappyNativeAPI, since native loader injection is no longer necessary 2013-08-13 15:55:58 +09:00
Taro L. Saito
35f7e8edd6 Change the native library version retrieval method to look up
a resource file (VERSION) in org.xerial.snappy package.

Update issue 32
Status: Fixed
2011-09-26 23:14:27 +09:00
Taro L. Saito
f2fe1d3d8b Update issue 28
A workaround to postpone the initialization of SnappyNativeAPI.
2011-09-09 11:16:28 +09:00
Taro L. Saito
3710c4e7dc Updates issue 20. Add org.xerial.snappy.use.systemlib property to lookup snappyjava dll under java.library.path 2011-08-16 13:04:57 +09:00
Taro L. Saito
6540318a12 Fixes issue 20
org.xerial.snappy.enable.bundled.libs is used with the default value = true.
2011-08-16 11:16:21 +09:00
Taro L. Saito
199b12e61c Add comment on SnappyLoader.load 2011-08-01 15:19:28 +09:00
Taro L. Saito
c4870fb505 Report exception message correctly 2011-08-01 13:43:12 +09:00
Taro L. Saito
1c46977e67 Add a target for generationg SnappyNativeLoader bytecode 2011-07-06 10:46:47 +09:00
Taro L. Saito
536f130595 Fixes issue 21 2011-06-27 12:15:50 +09:00
Taro L. Saito
3fd156410c Add test for loading snappy-java using different class loaders in the same JVM 2011-06-27 11:40:59 +09:00
Taro L. Saito
7134608206 Use SnappyNativeAPI as an interface to the native code 2011-06-27 10:29:58 +09:00
Taro L. Saito
b531cb36dc Add bytecode generator 2011-06-24 13:42:14 +09:00
Taro L. Saito
d19a00ddb6 Revert to xerial-core-1.0.21 for compiling with JDK5 2011-06-24 13:26:21 +09:00
Taro L. Saito
c884620c8f Add code to load snappyjava library in java.library.path 2011-06-24 13:03:39 +09:00
Taro L. Saito
244e2183b6 Edit documentation 2011-06-24 09:06:20 +09:00
Taro L. Saito
4ee2936297 Removed garbage code 2011-06-23 22:26:01 +09:00
Taro L. Saito
dc0e8a3150 Add a trick to delegate native library loading to the parent class loader 2011-06-23 22:09:09 +09:00
Taro L. Saito
1607113e36 Fixes issue 20
Applied a patch from tucu to disable the default behaviour with a JVM option org.xerial.snappy.disable.bundled.libs.
2011-06-23 10:07:58 +09:00
Taro L. Saito
ba8a761010 Rename 2011-06-23 09:49:02 +09:00