dalira

Results 1 issues of dalira

**Describe the bug** Jackson not able to use same deserialization strategy in records that uses in classes. **Version information** 2.13.1 **To Reproduce** ``` import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.json.JsonMapper; import org.junit.jupiter.api.Test; public...

to-evaluate