rfellows opened a new pull request, #10598:
URL: https://github.com/apache/nifi/pull/10598

   _This also addresses this security issue (@modelcontextprotocol/sdk): 
https://github.com/apache/nifi/security/dependabot/506_
   
   # Summary
   
   [NIFI-15291](https://issues.apache.org/jira/browse/NIFI-15291)
   
   **Remove unused `uri` property from component state change requests**
   
   Removes the `uri` field from `StartComponentRequest`, 
`StopComponentRequest`, `EnableComponentRequest`, and `DisableComponentRequest` 
interfaces. The `uri` was never actually used—the API endpoints are constructed 
using the component `id` and `type` via `getComponentTypeApiPath()`. This 
simplifies the request interfaces and removes unnecessary data from being 
passed through the state management layer.
   


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