Tags: arainko/guardrail
Tags
Ensure deser failure when primitive type is missing in Jackson DTOs If a primitive type is specified but no value is present in the JSON string, Jackson will pass its zero value to the constructor. Using boxed types in the constructor allows Jackson to pass `null` to the constructor, which we can catch.
Merge pull request guardrail-dev#1168 from guardrail-dev/fix-jackson-… …required-primitives Ensure deser failure when primitive type is missing in Jackson DTOs
Merge pull request guardrail-dev#1151 from scala-steward/update/scala… …meta-4.4.23 Update scalameta to 4.4.23
Merge pull request guardrail-dev#1062 from scala-steward/update/jacks… …on-core-2.12.3 Update jackson-annotations, jackson-core, ... to 2.12.3
Merge pull request guardrail-dev#1089 from scala-steward/update/sbt-s… …coverage-1.7.3 Update sbt-scoverage to 1.7.3
Merge pull request guardrail-dev#1066 from scala-steward/update/sbt-u… …pdates-0.5.3 Update sbt-updates to 0.5.3
PreviousNext