Commit Graph

413 Commits

Author SHA1 Message Date
Taro L. Saito 171775e92b Add a file permission setting code sample for Java6 2013-08-13 16:50:58 +09:00
Taro L. Saito 640f626c36 Fix OSGi settings in pom.xml 2013-08-13 16:18:24 +09:00
Taro L. Saito dc20eaf222 Merge fixes for #27 2013-08-13 16:14:55 +09:00
Taro L. Saito b7755bf93d Add a cleanup phase for OSGi container 2013-08-13 16:09:29 +09:00
Taro L. Saito a48529731d Add Snappy.cleanUp method for J2EE containers. #27 2013-08-13 16:07:46 +09:00
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 1c3c565352 Removed md5sum code, which will no longer be used 2013-08-13 15:47:05 +09:00
Taro L. Saito 06f007a084 Attach UUID to the extracted native library file 2013-08-13 15:46:05 +09:00
Taro L. Saito 2bb1165aa6 Merge pull request #40 from pkwarren/resource_leak
Avoid leaks with GetPrimitiveArrayCritical.
2013-07-17 03:37:36 -07:00
Philip K. Warren 5e3ba55782 Avoid leaks with GetPrimitiveArrayCritical.
It is possible that one of the two calls to GetPrimitiveArrayCritical
succeeded, in which case an exception would be thrown and the memory
would not be released. Ensure that every successful call to
GetPrimitiveArrayCritical is followed by a call to
ReleasePrimitiveArrayCritical.
2013-07-10 13:17:07 -05:00
Taro L. Saito d7263cc36d Fixes #39. Comparing two native libraries directly without generating md5sum 2013-07-02 10:27:10 +09:00
Taro L. Saito 88275fb846 commenting 2013-07-02 10:10:25 +09:00
Taro L. Saito ee86f48d2d Merge pull request #36 from laszlohordos/develop
The Snappy Java Jar is not compatible with Apache Felix 4.2.1 Framework
2013-06-06 18:04:36 -07:00
laszlohordos cfebd7432b The Snappy Java Jar is not compatible with Apache Felix 4.2.1 Framework
The Snappy Bundle contains the Bundle-NativeCode instruction in a way it's not compatible with the [R4LibraryClause](http://svn.apache.org/viewvc/felix/releases/org.apache.felix.framework-4.2.1/src/main/java/org/apache/felix/framework/util/manifestparser/R4LibraryClause.java?view=markup) because the osname and processor definition is mandatory. They can not be replaced with selection-filter.

Snappy 1.0.5 and the 1.1.0-SNAPSHOT throws the same org.osgi.framework.BundleException: Unresolved constraint in bundle org.xerial.snappy.snappy-java [n]: No matching native libraries found. exception.

I saw in the fixed issues the Snappy was tested on Eclipse 3.8.1 but I couldn't tested so it has to be verified. I also updated the x86-64 from x86_64 regarding the [Bundle-NativeCode: OS/Processor values](http://www.osgi.org/Specifications/Reference)
2013-06-06 11:36:47 +02:00
Taro L. Saito 26acd403ba Fix the native code folder paths in OSGi settings 2013-06-06 11:44:13 +09:00
Taro L. Saito 8c69129359 Fixes #34. Use canonical os.arch names for native lib folders 2013-06-06 11:35:42 +09:00
Taro L. Saito 41b11f7ebd new snapshot version 2013-06-06 11:10:35 +09:00
Taro L. Saito fde51d8317 release version 1.0.5 2013-05-17 10:32:54 +09:00
Taro L. Saito 226370e5c1 Merge branch 'develop' of github.com:xerial/snappy-java into develop 2013-05-17 10:28:22 +09:00
Taro L. Saito 2daae5aca4 use snapshot version 2013-05-17 10:28:14 +09:00
Taro L. Saito 8fce6db8af Merge pull request #35 from mebigfatguy/develop
make sure magic bytes are read fully
2013-05-14 02:40:38 -07:00
Dave Brosius c48ab66e99 make sure magic bytes are read fully 2013-05-10 23:16:25 -04:00
Taro L. Saito a5507afb6e Fixes #33. Add Mac/i386 binary 2013-04-23 13:13:11 +09:00
bokken 32194a2094 add support for x-snappy-framed streams
https://github.com/xerial/snappy-java/issues/30
2013-04-15 11:15:02 -05:00
Taro L. Saito 04ccfaf7b6 Fixes #22. Add OpenBSD native libraries 2013-04-10 10:36:23 +09:00
Taro L. Saito 34ba11cc9a Fix Makefile dependencies when generating SnappyNative.h 2013-04-10 10:33:28 +09:00
Taro L. Saito 8ff03ba782 Fix native library version 2013-03-29 10:37:33 +09:00
Taro L. Saito 07bfea7da0 new version 2013-03-28 17:47:26 +09:00
Taro L. Saito 90b6f1e606 revert version 2013-03-28 17:46:59 +09:00
Taro L. Saito e1f4364c9a Fix javadoc link. new snapshot version 2013-03-28 17:46:28 +09:00
Taro L. Saito d7c15b0607 Merge branch 'release/1.1.0-M3' 2013-03-28 17:42:02 +09:00
Taro L. Saito 920b838423 update milestone 2013-03-28 17:41:45 +09:00
Taro L. Saito 1ea90b2421 Fix doc. 1.1.0-M3 version 2013-03-28 17:34:29 +09:00
Taro L. Saito 2b502077b6 Add note on building linux amd64 binary using custom g++ 2013-03-28 17:27:13 +09:00
Taro L. Saito 0ee1e52ac1 Embed libstdc++ into Linux amd64 binary by using my own g++ 2013-03-28 17:08:01 +09:00
Taro L. Saito 5894472dc2 A new snapshot version 2013-03-28 15:18:28 +09:00
Taro L. Saito a6ad2a31f2 Merge branch 'release/1.1.0-M2' into develop 2013-03-28 15:07:38 +09:00
Taro L. Saito 8d097faaf5 Merge branch 'release/1.1.0-M2' 2013-03-28 15:07:30 +09:00
Taro L. Saito 733a2f3c10 Edit milesgone 2013-03-28 15:06:55 +09:00
Taro L. Saito 0b48e2db4a version 1.1.0-M2. Fixes linux amd64 build 2013-03-28 15:02:20 +09:00
Taro L. Saito 1f0d7bd6cd #26. Add throws IOException to compress methods 2013-03-28 13:02:27 +09:00
Taro L. Saito 64c35c7081 Fixes #26. Add throws IOException to rawCompress 2013-03-28 12:53:23 +09:00
Taro L. Saito e1b593d6c2 new snapshot version 2013-03-27 18:20:05 +09:00
Taro L. Saito aba95c4c40 Merge branch 'release/1.1.0-M1' 2013-03-27 18:14:58 +09:00
Taro L. Saito 4945e8aa08 Set target to 1.6 2013-03-27 17:36:08 +09:00
Taro L. Saito 4bba5edd5d Edit release plan 2013-03-27 17:33:46 +09:00
Taro L. Saito 864510267c Removed 32-bit support 2013-03-27 17:26:25 +09:00
Taro L. Saito a5dcbb7dab Dropped the 32-bit mac support, since it does not have Java 6 or higher as default jvm 2013-03-27 17:25:08 +09:00
Taro L. Saito 2568dfb554 to version 1.1.0-M1 2013-03-27 17:24:01 +09:00
Taro L. Saito 5d13ed34f6 build mac32 binary 2013-03-27 16:07:54 +09:00