[jira] [Updated] (SOLR-16902) Jackson deserialization fails with java.security.AccessControlException

2023-07-22 Thread Rakesh Kumar (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rakesh Kumar updated SOLR-16902: Description: *Environment/Components Details* OS - macOS 13.4.1 Java - OpenJDK 11.0.20 Jackson -

[GitHub] [solr] solrbot opened a new pull request, #1807: Update org.apache.zookeeper:* to v3.8.2

2023-07-22 Thread via GitHub
solrbot opened a new pull request, #1807: URL: https://github.com/apache/solr/pull/1807 This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.apache.zookeeper:zookeeper-jute](http://zookeeper.apache.org) ([source](https://gitbox.ap

[GitHub] [solr] solrbot opened a new pull request, #1806: Update dependency org.xerial.snappy:snappy-java to v1.1.10.2

2023-07-22 Thread via GitHub
solrbot opened a new pull request, #1806: URL: https://github.com/apache/solr/pull/1806 This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [org.xerial.snappy:snappy-java](https://togithub.com/xerial/snappy-java) | depen

[GitHub] [solr] epugh commented on pull request #1804: SOLR-16850: Notify a user if they run Healthcheck againsts a standalone mode Solr

2023-07-22 Thread via GitHub
epugh commented on PR #1804: URL: https://github.com/apache/solr/pull/1804#issuecomment-1646680892 I think this is ready for feedback ;-) -- 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 speci

[GitHub] [solr] epugh opened a new pull request, #1805: SOLR-16803: Remove dependencies on SimplePostTool from Solr Core classes..

2023-07-22 Thread via GitHub
epugh opened a new pull request, #1805: URL: https://github.com/apache/solr/pull/1805 https://issues.apache.org/jira/browse/SOLR-16803 # Description Please provide a short description of the changes you're making with this pull request. # Solution Plea

[jira] [Commented] (SOLR-16803) Remove use of SimplePostTool from Solr code base like RunExampleTool

2023-07-22 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17745989#comment-17745989 ] Eric Pugh commented on SOLR-16803: -- So, interestingly some other classes like BlobHandle

[jira] [Assigned] (SOLR-16850) Flag to users that bin/solr heathcheck doesn't work with non solrcloud

2023-07-22 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh reassigned SOLR-16850: Assignee: Eric Pugh > Flag to users that bin/solr heathcheck doesn't work with non solrcloud > ---

[GitHub] [solr] epugh opened a new pull request, #1804: SOLR-16850: Notify a user if they run Healthcheck againsts a standalone mode Solr

2023-07-22 Thread via GitHub
epugh opened a new pull request, #1804: URL: https://github.com/apache/solr/pull/1804 https://issues.apache.org/jira/browse/SOLR-16850 # Description Alert a user, since you can use -solrUrl to point healthcheck at a standalone mode solr node. # Solution

[jira] [Commented] (SOLR-16859) Missing Proxy support for Http2SolrClient

2023-07-22 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17745987#comment-17745987 ] Eric Pugh commented on SOLR-16859: -- Could you set up a test environment with 10x [~arkay

[GitHub] [solr] epugh commented on pull request #1785: SOLR-16892: make CreateTool Cloud/Standalone Aware

2023-07-22 Thread via GitHub
epugh commented on PR #1785: URL: https://github.com/apache/solr/pull/1785#issuecomment-1646667961 I think this PR is ready for committing to `main` and back porting to `branch_9x`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [solr] epugh commented on pull request #1785: SOLR-16892: make CreateTool Cloud/Standalone Aware

2023-07-22 Thread via GitHub
epugh commented on PR #1785: URL: https://github.com/apache/solr/pull/1785#issuecomment-1646667718 > I see a lot of java.io.File usage here. Nowadays, the Path API should be used. Agreed.. I migrated the usage here, however I think it would be good to have a seperate ticket for maki

[GitHub] [solr] epugh commented on a diff in pull request #1785: SOLR-16892: make CreateTool Cloud/Standalone Aware

2023-07-22 Thread via GitHub
epugh commented on code in PR #1785: URL: https://github.com/apache/solr/pull/1785#discussion_r1271340423 ## dev-tools/scripts/cloud.sh: ## @@ -341,7 +341,7 @@ start(){ -Dsolr.solrxml.location=zookeeper -Dsolr.log.dir=$CLUSTER_WD_FULL/n${i} $JVM_ARGS") FINAL_COMMAND="

[jira] [Commented] (SOLR-16757) Umbrella Ticket for Revamping Solr CLI's for the Future

2023-07-22 Thread Shawn Heisey (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17745981#comment-17745981 ] Shawn Heisey commented on SOLR-16757: - {quote} I do worry that by having a seperate "

[jira] [Commented] (SOLR-16897) add support of OAuth 2.0/OIDC 'code with PKCE' flow (back-end)

2023-07-22 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17745968#comment-17745968 ] Eric Pugh commented on SOLR-16897: -- I'm interested in adding OAuth support to the SolrCL

[jira] [Commented] (SOLR-16870) Remove the help text in bin/solr and bin/solr.cmd since it's now in Java

2023-07-22 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17745966#comment-17745966 ] ASF subversion and git services commented on SOLR-16870: Commit 5

[GitHub] [solr] epugh merged pull request #1759: SOLR-16870: remove now dead lines of code

2023-07-22 Thread via GitHub
epugh merged PR #1759: URL: https://github.com/apache/solr/pull/1759 -- 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: issues-unsubscr...@solr.apache.org

[GitHub] [solr] epugh commented on pull request #1790: Update v2-api.adoc: remove mention of /api/c

2023-07-22 Thread via GitHub
epugh commented on PR #1790: URL: https://github.com/apache/solr/pull/1790#issuecomment-1646627730 I suspect the `/api/c/` pattern was something our old home grown code supported that we don't have in the new V2 approach... -- This is an automated message from the Apache Git Service. To r

[jira] [Updated] (SOLR-16757) Umbrella Ticket for Revamping Solr CLI's for the Future

2023-07-22 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh updated SOLR-16757: - Summary: Umbrella Ticket for Revamping Solr CLI's for the Future (was: Umbrella Ticket for Reading Solr

[jira] [Updated] (SOLR-16902) Jackson deserialization fails with java.security.AccessControlException

2023-07-22 Thread Rakesh Kumar (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rakesh Kumar updated SOLR-16902: Description: I have created a module containing an implementation of  UpdateRequestProcessor where

[jira] [Updated] (SOLR-16902) Jackson deserialization fails with java.security.AccessControlException

2023-07-22 Thread Rakesh Kumar (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rakesh Kumar updated SOLR-16902: Description: I have created a module containing an implementation of  UpdateRequestProcessor where

[jira] [Updated] (SOLR-16902) Jackson deserialization fails with java.security.AccessControlException

2023-07-22 Thread Rakesh Kumar (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rakesh Kumar updated SOLR-16902: Description: I have created a module containing an implementation of  UpdateRequestProcessor where

[jira] [Created] (SOLR-16902) Jackson deserialization fails with java.security.AccessControlException

2023-07-22 Thread Rakesh Kumar (Jira)
Rakesh Kumar created SOLR-16902: --- Summary: Jackson deserialization fails with java.security.AccessControlException Key: SOLR-16902 URL: https://issues.apache.org/jira/browse/SOLR-16902 Project: Solr