Title: Jackson 3: comparison/equality operators throw on mismatched or out-of-range operands (e.g. `3.14 = "abc"`) · Issue #432 · IBM/JSONata4Java · GitHub
Open Graph Title: Jackson 3: comparison/equality operators throw on mismatched or out-of-range operands (e.g. `3.14 = "abc"`) · Issue #432 · IBM/JSONata4Java
X Title: Jackson 3: comparison/equality operators throw on mismatched or out-of-range operands (e.g. `3.14 = "abc"`) · Issue #432 · IBM/JSONata4Java
Description: Summary After the Jackson 3 migration (#430, PR #431), the comparison (<, >, <=, >=) and equality (=, in) operators can throw a raw, uncaught tools.jackson.databind.node.JsonNodeException instead of returning a value. In Jackson 2 the un...
Open Graph Description: Summary After the Jackson 3 migration (#430, PR #431), the comparison (<, >, <=, >=) and equality (=, in) operators can throw a raw, uncaught tools.jackson.databind.node.JsonNodeException instead o...
X Description: Summary After the Jackson 3 migration (#430, PR #431), the comparison (<, >, <=, >=) and equality (=, in) operators can throw a raw, uncaught tools.jackson.databind.node.JsonNodeExcepti...
Opengraph URL: https://github.com/IBM/JSONata4Java/issues/432
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Jackson 3: comparison/equality operators throw on mismatched or out-of-range operands (e.g. `3.14 = \"abc\"`)","articleBody":"## Summary\n\nAfter the Jackson 3 migration (#430, PR #431), the comparison (`\u003c`, `\u003e`, `\u003c=`, `\u003e=`) and equality (`=`, `in`) operators can throw a raw, uncaught `tools.jackson.databind.node.JsonNodeException` instead of returning a value. In Jackson 2 the underlying `asDouble()`/`asLong()` calls coerced non‑numeric strings to `0.0` and silently narrowed out‑of‑range integers; Jackson 3 made these coercions **fail‑fast** (they throw). The affected call sites are unguarded and their lines were not changed by the migration, so the behavior flipped from \"return a boolean\" to \"crash\".\n\nThis was **not caught by the test suite** — no existing test exercises these mismatched/out‑of‑range operand combinations.\n\n## Where\n\n`src/main/java/com/api/jsonata4java/expressions/ExpressionsVisitor.java`\n\n- `areJsonNodesEqual` (drives `=` and `in`): lines 170–177 — `left.asDouble() == right.asDouble()` and `left.asLong() == right.asLong()`.\n- `\u003c` operator: lines 1327/1329 (`asDouble`), 1331/1333 (`asLong`).\n- `\u003e` operator: lines 1354/1356, 1358/1360.\n- `\u003c=` operator: lines 1381/1383, 1385/1387.\n- `\u003e=` operator: lines 1408/1410, 1411/1414.\n\nIn every case the branch is entered as soon as **one** side is floating‑point (or both are integral), with no check that the **other** side is actually numeric / in range.\n\n## Reproductions\n\n| Expression | Jackson 2 result | Jackson 3 result |\n| --- | --- | --- |\n| `3.14 = \"abc\"` | `false` (valid JSONata) | **throws `JsonNodeException`** |\n| `3.14 in [\"abc\"]` | `false` | **throws** |\n| `3.14 \u003c \"abc\"` | `false` | **throws** |\n| `99999999999999999999 \u003c 5` (integer literal \u003e `Long.MAX_VALUE`) | compared narrowed value | **throws** |\n\nThe `3.14 = \"abc\"` case is the most serious: comparing a number to a non‑numeric string for equality is legal JSONata and must yield `false`, not raise an exception.\n\n## Verified empirically against jackson‑databind 3.2.0\n\n```\nStringNode(\"abc\").asDouble() -\u003e THROWS JsonNodeException\nStringNode(\"abc\").asLong() -\u003e THROWS JsonNodeException\nBigIntegerNode(99999999999999999999).asLong() -\u003e THROWS JsonNodeException\n```\n\n## Suggested fix\n\nGuard each numeric branch so the throwing coercion is only reached for actually‑coercible operands (e.g. require both sides numeric before `asDouble()`/`asLong()`, or range‑check with `canConvertToLong()` and fall back to `doubleValue()`/`bigIntegerValue()`), mirroring the guards already added to `MatchFunction`/`ReplaceFunction`/`ArrayUtils.compare` in this migration. Where operand types are genuinely incompatible, throw the controlled `EvaluateRuntimeException` the code already uses for the string/type‑mismatch branches rather than leaking a Jackson exception.\n","author":{"url":"https://github.com/wnm3","@type":"Person","name":"wnm3"},"datePublished":"2026-07-07T16:38:34.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/432/JSONata4Java/issues/432"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:7ec79c5e-b5fe-298f-fd72-503b1a029cd6 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | B1DE:12D2F6:23F9C7:2FA57B:6A4ED3C4 |
| html-safe-nonce | 6c31f6eaa0cb94fd64b33743d1fca23b662023012366361d0e2b901cfc1fdb81 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCMURFOjEyRDJGNjoyM0Y5Qzc6MkZBNTdCOjZBNEVEM0M0IiwidmlzaXRvcl9pZCI6Ijc3NTkwMTYyNzA2NDU2MTM1MDgiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | ff0d85016175ba2f5bd0307cab3fa67fe4b5d8cb94c57a3faa5d3dffe0ff78a1 |
| hovercard-subject-tag | issue:4830447251 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/IBM/JSONata4Java/432/issue_layout |
| twitter:image | https://opengraph.githubassets.com/0cca55a5745b42df512f82152a739fe4f1e334bc460d41c48bd97e5c18699e1a/IBM/JSONata4Java/issues/432 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/0cca55a5745b42df512f82152a739fe4f1e334bc460d41c48bd97e5c18699e1a/IBM/JSONata4Java/issues/432 |
| og:image:alt | Summary After the Jackson 3 migration (#430, PR #431), the comparison (<, >, <=, >=) and equality (=, in) operators can throw a raw, uncaught tools.jackson.databind.node.JsonNodeException instead o... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | wnm3 |
| hostname | github.com |
| expected-hostname | github.com |
| None | 41b6ab3ba6d20a71766ac245b5a4a94c6fc672a9cd4da7d44c1b33ab8bf6a21c |
| turbo-cache-control | no-preview |
| go-import | github.com/IBM/JSONata4Java git https://github.com/IBM/JSONata4Java.git |
| octolytics-dimension-user_id | 1459110 |
| octolytics-dimension-user_login | IBM |
| octolytics-dimension-repository_id | 169904880 |
| octolytics-dimension-repository_nwo | IBM/JSONata4Java |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 169904880 |
| octolytics-dimension-repository_network_root_nwo | IBM/JSONata4Java |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | e6a744804e8e70f97b4d5a18a94dcc63db22f97a |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width