java-object-mapper
java-object-mapper copied to clipboard
The Java Object Mapper is a simple, light-weight framework used to map POJOs to the Aerospike database. Using simple annotations or a configuration YAML file to describe how to map the data to Aerospi...
If a policy specified either by defaultPolicy or using the policy hierarchy has a RecordExistsAction of CREATE_ONLY, the save method was overwriting this with REPLACE. Changed this to only replace...
Let's say I have 2 Aerospike Instances And the Data being saved is ``` @AerospikeRecord Class A { @AerospikeEmbed(type = AerospikeEmbed.EmbedType.LIST) List b; } ``` ``` @AerospikeRecord Class B {...
Hello @Record public class A { @Key private String id; @Embed... public List bList; } public class B { @Bin... public C c; } public class C { public String...
Can we have support for providing the namespace at runtime, instead of hardcoding it on our beans, [I also don't want to provide it in env variables or system properties],...
At the moment, if this was loaded from the database using non-lazy references, it would load the second A as a different instance of A, say A'. It would then...
 Snyk has created this PR to upgrade org.projectlombok:lombok from 1.18.36 to 1.18.38. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...
 Snyk has created this PR to upgrade com.aerospike:aerospike-reactor-client from 9.0.2 to 9.0.5. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...
 Snyk has created this PR to upgrade com.aerospike:aerospike-client-jdk8 from 9.0.3 to 9.0.5. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...
 Snyk has created this PR to upgrade com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.18.2 to 2.18.3. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...
 Snyk has created this PR to upgrade com.aerospike:aerospike-client-jdk8 from 9.0.3 to 9.0.4. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...