java-object-mapper
java-object-mapper copied to clipboard
Fixed issue with CREATE_ONLY RecordExistsAction
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 the policy with REPLACE if the passed RecordExistsAction is UPDATE.
@tim-aero sent an email with a new design proposal - please review and let's decide together how we should proceed.