Adarshvk98 commented on code in PR #3403:
URL: 
https://github.com/apache/incubator-kie-tools/pull/3403#discussion_r2747228194


##########
packages/k8s-yaml-to-apiserver-requests/src/patchK8sResourceYaml.ts:
##########
@@ -17,23 +17,15 @@
  * under the License.
  */
 
-import { Operation, TestOperation, applyPatch, getValueByPointer } from 
"fast-json-patch";
+import { Operation, TestOperation, applyPatch } from "fast-json-patch";

Review Comment:
   No, from my understanding, `jsonpath-rfc9535` and `fast-json-patch` are 
completely different libraries serving different purposes:
   
   - `jsonpath-rfc9535`: Implements JSONPath (RFC 9535) for querying/selecting 
values from JSON documents
   - `fast-json-patch`: Implements JSON Patch (RFC 6902) for modifying JSON 
documents with operations like add, remove, replace, test



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to