[
https://issues.apache.org/jira/browse/GORA-518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16116652#comment-16116652
]
ASF GitHub Bot commented on GORA-518:
-------------------------------------
Github user nishadi commented on a diff in the pull request:
https://github.com/apache/gora/pull/115#discussion_r131669721
--- Diff:
gora-aerospike/src/main/java/org/apache/gora/aerospike/store/AerospikeMappingBuilder.java
---
@@ -16,10 +16,7 @@
*/
package org.apache.gora.aerospike.store;
-import com.aerospike.client.policy.GenerationPolicy;
-import com.aerospike.client.policy.Policy;
-import com.aerospike.client.policy.RecordExistsAction;
-import com.aerospike.client.policy.WritePolicy;
+import com.aerospike.client.policy.*;
--- End diff --
Removed the wild card import and added separate imports.
> Upgrade the supported policies to the new client in Aerospike Store
> --------------------------------------------------------------------
>
> Key: GORA-518
> URL: https://issues.apache.org/jira/browse/GORA-518
> Project: Apache Gora
> Issue Type: Improvement
> Reporter: Nishadi Kirielle
> Assignee: Nishadi Kirielle
>
> Currently, the supported policies in the Aerospike store are outdated with
> the Upgrade in the Aerospike java client. Thus the supported policies needs
> to be upgraded as to be compatible with the new java client.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)