epugh commented on PR #4177:
URL: https://github.com/apache/solr/pull/4177#issuecomment-5744372876
The Admin UI’s v1 update client code is now removed:
- Removed the Update Angular service.
- Removed stale Update injections from core controllers.
- Removed all Update.postJson, postXml, and postCsv usage.
- The Documents screen uses v2 for JSON, XML, CSV, and raw JSON commands.
The only remaining legacy update submission in the Admin UI is file upload
through FileUpload, which posts multipart
data to:
/{core}/update
That path still uses the legacy update handler because the v2 API
currently does not expose the multipart upload flow.
--
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]