[jira] [Commented] (SOLR-17284) Remove deprecated Blobapi and runtime lib

2025-01-01 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17909205#comment-17909205 ] David Smiley commented on SOLR-17284: - FYI [I proposed on the dev list|https://lists

Re: [PR] SOLR-16391: Convert "modify-coll" API to JAX-RS [solr]

2025-01-01 Thread via GitHub
gerlowskija commented on PR #2930: URL: https://github.com/apache/solr/pull/2930#issuecomment-2566985693 The biggest open question for this API (IMO) is how the "property unsetting" semantics should work for the v2 API. For context, the v1 API has "patch" semantics. That is - only th

[jira] [Updated] (SOLR-16391) Cosmetic improvements and migration to JAX-RS (collection, collection prop, core CRUD APIs)

2025-01-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-16391: -- Labels: newdev pull-request-available (was: newdev) > Cosmetic improvements and migration to J

[PR] SOLR-16391: Convert "modify-coll" API to JAX-RS [solr]

2025-01-01 Thread via GitHub
gerlowskija opened a new pull request, #2930: URL: https://github.com/apache/solr/pull/2930 https://issues.apache.org/jira/browse/SOLR-16391 # Description Solr's v2 API supports a "modify-collection" API, but its implementation uses the legacy (non JAX-RS) framework.