Граф коммитов

11 Коммитов

Автор SHA1 Сообщение Дата
Sean Busbey af424b083d [version] update master branch to 0.14 2017-09-21 21:00:41 -05:00
Sean Busbey d69345fce7 [travis] get travis back to happy (#1022)
* Set minimum maven version to 3.1.0+, due to reqs for ES testing
* remove oracle jdk7 per travis-ci/travis-ci#7884
* Skip ES5 cluster spin-up if tests are skipped.
* Increase test heap for asynchbase binding from Travis 2048m to 4096m
  - https://docs.travis-ci.com/user/build-environment-updates/2017-09-06/
* temporarily remove the riak service on travis
  - currently fails w/o details
  - http://docs.basho.com/ fails to load, so I can't spin up a test node locally.
2017-09-09 10:48:35 -05:00
Kirill Vlasov cf5d2ca5f5 [core] Fixing squid:S1319 - Declarations should use Java collection interfaces such as "List" rather than specific implementation classes such as "LinkedList".
(manolama - updated bindings added since the PR)

Signed-off-by: Chris Larsen <clarsen@yahoo-inc.com>
2017-08-05 15:26:42 -07:00
Kevin Risden a564c4cb63 [core] Fix checkstyle for CoreWorkload (#897) 2017-01-31 17:06:09 -05:00
Kevin Risden b83dd7eed7 [version] update master to 0.13.0-SNAPSHOT. 2016-11-18 09:29:58 -06:00
Sean Busbey c9d70ba01b [build, core, accumulo, couchbase2, hbase10, orientdb, asynchbase] fixes for jdk9 (#712)
* in couchbase2 work around ReactiveX/RxJava#3824
* accumulo test hangs, so skip tests
* hbase10 and asynchbase test crashes with unknown class version, so skip tests
* orientdb tests fail, so skip
* core jar-with-deps fails, so keep them broken out

fixes #704, fixes #705
2016-09-30 09:00:54 -05:00
Govind Kamat c01fd82ac3 [version] update master to 0.12.0-SNAPSHOT. 2016-08-31 16:23:41 -07:00
Sean Busbey 68dd10c1b4 [version] update master to 0.11.0-SNAPSHOT. 2016-06-21 23:31:56 -05:00
Stanley Feng d6f73d3680 [version] update master to 0.10.0-SNAPSHOT. 2016-05-04 20:33:11 -07:00
Chris Larsen 49b92dc7a2 [asynchbase] Fix Netty library version issue that prevents it from
loading outside the unit tests.
2016-04-17 16:37:47 -07:00
Chris Larsen b6ae89901e [asynchbase] Add AsyncHBase as an alternative to the default HBase client.
Note the Guava classes in the test directory for AsyncHBase. These are there
as AsyncHBase uses Guava >= 18 while HBase and the mini cluster use Guava 12.
2016-04-17 14:25:11 -07:00