Commit Graph

920 Commits

Author SHA1 Message Date
Taro L. Saito be2ec9c901
Enforce target to JDK7 2020-06-25 19:40:18 -07:00
Taro L. Saito 3a71b06225
Reformat 2020-06-25 19:37:19 -07:00
Taro L. Saito 7641a208a2
Upgrade sbt and other sbt plugins 2020-06-25 19:36:40 -07:00
Taro L. Saito 594ca5fddb
Add pure-java Snappy implementation (#244)
* Add PureJavaSnappy
* Add more tests for pure-java snappy
* Add note on enabling pure-java mode
* Add org.xerial.snappy.pure to osgi bundle
2020-05-11 23:48:43 -07:00
Taro L. Saito edc4ec28bd
1.1.7.5 relase notes 2020-05-06 10:30:52 -07:00
Taro L. Saito 30fc6f3a16
Setting version to 1.1.7.6-SNAPSHOT 2020-05-06 10:28:09 -07:00
Taro L. Saito 0f223298ba
#245: Include org.xerial.snappy.pool package 2020-05-06 10:26:51 -07:00
Taro L. Saito c068574a2a
Setting version to 1.1.7.5 2020-05-06 10:22:56 -07:00
Taro L. Saito 13794eba53
Update Milestone.md 2020-05-05 11:20:44 -07:00
Taro L. Saito bdf8ab10b4
Setting version to 1.1.7.5-SNAPSHOT 2020-05-05 09:45:27 -07:00
Taro L. Saito 38b5af815f
Setting version to 1.1.7.4 2020-05-05 09:44:05 -07:00
Taro L. Saito f48aef4e4d
1.1.7.4 release notes 2020-05-05 09:42:26 -07:00
Brett Okken e94001da2e
Pool byte[] and direct ByteBuffer (#234)
* https://github.com/xerial/snappy-java/issues/233

Pool byte[] and direct ByteBuffer instances for reuse by Framed
implementation.

* Remove use of google VisibleForTesting annotation

https://github.com/xerial/snappy-java/issues/233

* javadoc
2020-05-04 11:13:46 -07:00
Marshall Pierce 990f73398d Use javac -h instead of javah (#238)
This allows it to build on JDK10.
2019-12-13 14:58:28 -08:00
Josiah Samuel 8faa1d8171 update libsnappyjava.so for ppc64le to make it compat with rhel 7 (#236)
* update libsnappyjava.so for ppc64le to make it compat with rhel 7

* move linkflag to Makefile.common
2019-11-27 22:31:48 -08:00
Taro L. Saito acaca7f9b1 Use LF for sbt script 2019-11-09 02:35:32 +00:00
Taro L. Saito 9df6ed7bbc
Upgrade to JDK11 including dependencies (#230) 2019-03-29 13:27:47 -07:00
Taro L. Saito 9ad35088c3
Add 1.1.7.3 release notes 2019-03-25 21:38:48 -07:00
Taro L. Saito d8277970cc
Setting version to 1.1.7.4-SNAPSHOT 2019-03-25 21:30:35 -07:00
Taro L. Saito f6aa5256a3
Setting version to 1.1.7.3 2019-03-25 21:27:35 -07:00
Neil 79697cf3d4 change snappyOutputStream writeHeader order to fix when outputStream… (#229)
* change snappyOutputStream  writeHeader order to fix when outputStream doest't write bytes, it will also generate a snappy header after closed
2019-03-25 20:59:24 -07:00
Taro L. Saito de99182a82
Merge pull request #228 from bokken/master
java 9 valid direct byte buffer release
2019-03-21 15:10:46 -07:00
Brett Okken 26eb048c45 java 9 valid direct byte buffer release 2019-01-14 14:43:51 -06:00
Taro L. Saito 820038c974
Merge pull request #218 from TJC/docs-for-file-format-compat
Add README detail around file format compatibility
2018-08-06 19:39:58 -07:00
Toby Corkindale b40dffc4b9 Add README detail around file format compatibility 2018-08-06 11:03:32 +10:00
Taro L. Saito 73c67c7030
Remove version eye badge 2018-05-25 09:38:52 -07:00
Taro L. Saito fc7cc3c285 Add 1.1.7.2 release notes 2018-05-21 11:22:46 -07:00
Taro L. Saito 03c4273aa4 Setting version to 1.1.7.3-SNAPSHOT 2018-05-21 11:19:32 -07:00
Taro L. Saito e9a6ad470e Setting version to 1.1.7.2 2018-05-21 11:18:49 -07:00
Taro L. Saito 0215276a14
Merge pull request #213 from ossdev07/snappy-java
Failure of snappy-java 1.1.7 test cases due to isValidCompressedBuffer() on AARCH64
2018-05-21 11:13:49 -07:00
ossdev 40ebc5a48e Failure of snappy-java 1.1.7 test cases due to isValidCompressedBuffer() on AARCH64 architecture 2018-05-14 19:23:04 +05:30
Taro L. Saito a9a45d3cd0
Merge pull request #211 from tolbertam/issue/210
Add OSGi bundle metadata to manifest
2018-02-26 10:14:54 -08:00
Andrew Tolbert 6e35813580
[#210]: Add OSGi bundle metadata to manifest 2018-02-23 15:45:13 -06:00
Taro L. Saito aed3843f8e
Merge pull request #206 from xuchuanyin/opt_output_doc
[DOC] Optimize SnappyOutputStream java doc
2018-01-23 01:30:17 -08:00
xuchuanyin 0bdda0f23d
Optimize SnappyOutputStream java doc
Add more information about output data format
2018-01-23 15:23:18 +08:00
Taro L. Saito 118aa3e6d2 Setting version to 1.1.7.2-SNAPSHOT 2017-12-07 11:51:26 -08:00
Taro L. Saito 454bb54306 Setting version to 1.1.7.1 2017-12-07 11:49:26 -08:00
Taro L. Saito d1a6d037d9 Add 1.1.7.1 release notes 2017-12-07 11:48:38 -08:00
Taro L. Saito 705f94997b
Merge pull request #198 from xerial/fix-android-folder-name
#174: Fix folder name for android
2017-12-07 11:47:24 -08:00
Taro L. Saito 8a3538bc51 Remove unnecessary scala version setting 2017-12-01 16:26:13 -08:00
Taro L. Saito 1c527cb9e0 Rename 2017-12-01 16:15:22 -08:00
Taro L. Saito cda5eb03e2 Fix deploy script so as not to push release version 2017-12-01 16:07:29 -08:00
Taro L. Saito 2f38b2eae6 Add makefile for building centos5 docker image 2017-12-01 14:10:24 -08:00
Taro L. Saito 4eaa9a269c Use 1.1.7.1-SNAPSHOT 2017-12-01 11:04:19 -08:00
Taro L. Saito 6514348da0 #174: Fix folder name for android 2017-12-01 11:03:06 -08:00
Taro L. Saito 8686318c2c
Update Milestone.md 2017-12-01 10:22:35 -08:00
Taro L. Saito 9c36cfa959
Update javadoc badge 2017-11-30 22:28:19 -08:00
Taro L. Saito 0ca520d245 Setting version to 1.1.8-SNAPSHOT 2017-11-30 17:00:32 -08:00
Taro L. Saito 0eac781725 Setting version to 1.1.7 2017-11-30 16:59:42 -08:00
Taro L. Saito 417ab3eefb Add 1.1.7 release notes 2017-11-30 16:56:28 -08:00