aviralnull commented on PR #4156:
URL: https://github.com/apache/streampipes/pull/4156#issuecomment-3870832133

   ## Purpose
   Fixes a crash in the HTTP Server adapter when reopening it after moving 
nested JSON properties.
   
   ## Root Cause
   After nested properties were moved, internal path references were not 
updated correctly.
   This caused invalid path access and resulted in a crash when reopening the 
adapter.
   
   ## Solution
   - Added path validation before access
   - Implemented graceful error handling
   - Introduced ToOriginalSchemaConverter for schema consistency
   - Added comprehensive unit tests
   
   ## Testing
   - Added new unit tests for conversion logic
   - Verified adapter can be reopened without crash
   - All tests pass locally
   
   PR introduces (a) breaking change(s): no  
   PR introduces (a) deprecation(s): no
   


-- 
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]

Reply via email to