Mark Paluch
Results
497
issues of
Mark Paluch
When it comes to referencing properties of domain types, the predominant approach across most of our component methods has traditionally relied upon `String`-based property references. A pattern that, while pragmatic...
type: enhancement
for: planning
When considering the following annotation: ```java @RangeEncrypted(contentionFactor = 0L, rangeOptions = "{\"min\": {\"$numberDouble\": \"0.3\"}, \"max\": {\"$numberDouble\": \"2.5\"}, \"precision\": 2 }") ``` the `rangeOptions` attribute contains a JSON-like string consisting of...
type: enhancement