Sean Busbey
bcf9ee3485
[version] update master branch to 0.17.0-SNAPSHOT
2019-06-04 00:28:38 -05:00
Sean Busbey
c506ef90b7
[version] update master to 0.16.0-SNAPSHOT
2018-07-28 22:34:50 -05:00
Sean Busbey
0c269338c2
[version] update master to 0.15.0-SNAPSHOT
2018-05-23 23:42:56 -05:00
Sean Busbey
af424b083d
[version] update master branch to 0.14
2017-09-21 21:00:41 -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
tiboratAS
1c4c3106fd
[aerospike] Change the write policy to REPLACE_ONLY ( #937 )
...
The original Aerospike interface layer was created when the REPLACE_ONLY option was not available. This provides a policy more in line with the policies that other databases have implemented their interface layers.
2017-03-14 08:49:54 -05:00
Kevin Risden
b83dd7eed7
[version] update master to 0.13.0-SNAPSHOT.
2016-11-18 09:29:58 -06: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
Chrisjan Matser
d4e3f60c29
[version] update master to 0.9.0-SNAPSHOT.
2016-04-01 21:58:48 -07:00
Kevin Risden
393c611879
[version] update master to 0.8.0-SNAPSHOT.
2016-02-16 07:34:02 -06:00
Sean Busbey
a6c71994e4
[checkstyle] consolidate checkstyle plugin configs. default to enforcing.
...
- define checkstyle configs in as few places as possible
- use checkstyle:check since it has defaults that match what we want (fail after logging to console)
- modules that have current failures set property checkstyle.failOnViolation to false.
2016-01-27 08:58:53 -06:00
bigbes
253e6bb393
[version] update master to 0.7.0-SNAPSHOT.
2015-12-20 19:44:51 +03:00
Connor McCoy
b116ee5a78
[version] update master to 0.6.0-SNAPSHOT.
2015-11-03 20:10:06 -08:00
Connor McCoy
5113c2e3d2
StatusCode -> Status
...
Replaces numeric status codes with a canonical set of Status objects,
each with a short name and description.
Bindings with more specific errors (e.g., timeouts) return additional
statuses.
This changes the default output from messages like:
[UPDATE], Return=0, 511
To:
[UPDATE], Return=OK, 511
2015-11-03 08:33:43 -08:00
Connor McCoy
28a090a729
Add single definition of status codes
2015-11-03 07:00:05 -08:00
Robert J. Moore
726a3f4752
[aerospike] Checkstyle updates for Aerospike.
...
* Added a package-info.java.
* Added JavaDoc for the binding's DB implementation.
2015-11-01 15:24:31 -05:00
Thomas Lopatic
7233d37b14
[aerospike] Handle cluster overloads just like any other error.
2015-09-24 11:35:31 +02:00
Robert J. Moore
1eadd68c63
[version] update master to 0.5.0-SNAPSHOT.
2015-09-21 19:42:39 -04:00
Govind Kamat
25502287c5
[licensing] Added ASLv2 headers to files without them.
2015-08-07 10:49:16 -07:00
Govind Kamat
935efc6458
[version] update master to 0.4.0-SNAPSHOT.
2015-07-17 18:48:42 -07:00
Thomas Lopatic
70479849ec
More reasonable write overload handling.
2015-07-01 15:32:32 +02:00
Thomas Lopatic
9a8e37a400
Use -1 as error result.
2015-06-26 10:32:26 +05:30
Thomas Lopatic
13e4086131
Better error messages.
2015-06-25 16:59:14 +05:30
Thomas Lopatic
dadbf6c594
Added missing annotation.
2015-06-25 16:54:44 +05:30
Thomas Lopatic
9a774cc917
Document correct default timeout.
2015-06-25 15:38:07 +05:30
Thomas Lopatic
35df165ce9
Add support for Aerospike.
2015-06-25 15:37:17 +05:30