[jira] [Comment Edited] (SOLR-16203) Using SPI lookups of analysis components results in factories that don't get ResourceLoaderAware.inform called on them (When using ClassicIndexSchemaFactory)

2022-05-18 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17539297#comment-17539297 ] Tomoko Uchida edited comment on SOLR-16203 at 5/19/22 5:37 AM:

[jira] [Commented] (SOLR-16203) Using SPI lookups of analysis components results in factories that don't get ResourceLoaderAware.inform called on them (When using ClassicIndexSchemaFactory)

2022-05-18 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17539297#comment-17539297 ] Tomoko Uchida commented on SOLR-16203: -- I was not knowledgeable on Solr class loader

[GitHub] [solr] noblepaul commented on pull request #804: SOLR-16146: Avoid loading all collections during node startup

2022-05-18 Thread GitBox
noblepaul commented on PR #804: URL: https://github.com/apache/solr/pull/804#issuecomment-1131028900 >Why are we creating a new class and deleting NodeSysPropsCacher I could do that. -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [solr] noblepaul commented on a diff in pull request #804: SOLR-16146: Avoid loading all collections during node startup

2022-05-18 Thread GitBox
noblepaul commented on code in PR #804: URL: https://github.com/apache/solr/pull/804#discussion_r876528123 ## solr/solrj/src/java/org/apache/solr/client/solrj/routing/NodePreferenceRulesComparator.java: ## @@ -40,7 +40,7 @@ */ public class NodePreferenceRulesComparator implem

[GitHub] [solr] noblepaul commented on pull request #804: SOLR-16146: Avoid loading all collections during node startup

2022-05-18 Thread GitBox
noblepaul commented on PR #804: URL: https://github.com/apache/solr/pull/804#issuecomment-1131026516 @dsmiley Yes, `NodeStateProvider` is a vestige of the autoscaling times and must be removed. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [solr] noblepaul commented on a diff in pull request #868: SOLR-15742: Convert v2 /update APIs to annotations

2022-05-18 Thread GitBox
noblepaul commented on code in PR #868: URL: https://github.com/apache/solr/pull/868#discussion_r876526468 ## solr/core/src/java/org/apache/solr/handler/admin/api/UpdateAPI.java: ## @@ -0,0 +1,77 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * c

[jira] [Commented] (SOLR-13593) Allow to look-up analyzer components by their SPI names in field type configuration

2022-05-18 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17539125#comment-17539125 ] Chris M. Hostetter commented on SOLR-13593: --- *NOTE:* This functionality can cau

[jira] [Updated] (SOLR-16203) Using SPI lookups of analysis components results in factories that don't get ResourceLoaderAware.inform called on them (When using ClassicIndexSchemaFactory)

2022-05-18 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter updated SOLR-16203: -- Attachment: SOLR-16203_test.patch Status: Open (was: Open) I'm attaching a tri

[jira] [Created] (SOLR-16203) Using SPI lookups of analysis components results in factories that don't get ResourceLoaderAware.inform called on them (When using ClassicIndexSchemaFactory)

2022-05-18 Thread Chris M. Hostetter (Jira)
Chris M. Hostetter created SOLR-16203: - Summary: Using SPI lookups of analysis components results in factories that don't get ResourceLoaderAware.inform called on them (When using ClassicIndexSchemaFactory) Key: SOLR-16203

[jira] [Closed] (SOLR-15102) Create release workflow for Solr docker images

2022-05-18 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman closed SOLR-15102. - Assignee: Houston Putman > Create release workflow for Solr docker images > -

[GitHub] [solr-docker] HoustonPutman merged pull request #6: SOLR-15102: Add Solr Docker release docs

2022-05-18 Thread GitBox
HoustonPutman merged PR #6: URL: https://github.com/apache/solr-docker/pull/6 -- 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.ap

[jira] [Updated] (SOLR-16202) Need a way to control what documents get returned by graph query parser

2022-05-18 Thread Nicholas DiPiazza (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicholas DiPiazza updated SOLR-16202: - Summary: Need a way to control what documents get returned by graph query parser (was: N

[jira] [Created] (SOLR-16202) Need a way to control what documents get returned by graph query

2022-05-18 Thread Nicholas DiPiazza (Jira)
Nicholas DiPiazza created SOLR-16202: Summary: Need a way to control what documents get returned by graph query Key: SOLR-16202 URL: https://issues.apache.org/jira/browse/SOLR-16202 Project: Solr

[GitHub] [solr] madrob commented on a diff in pull request #865: SOLR-16199: Improve handling of LIKE queries with wildcard

2022-05-18 Thread GitBox
madrob commented on code in PR #865: URL: https://github.com/apache/solr/pull/865#discussion_r876342658 ## solr/modules/sql/src/java/org/apache/solr/handler/sql/SolrFilter.java: ## @@ -346,21 +346,52 @@ protected String translateAnd(RexNode node0) { } protected Strin

[GitHub] [solr-docker] janhoy commented on a diff in pull request #6: SOLR-15102: Add Solr Docker release docs

2022-05-18 Thread GitBox
janhoy commented on code in PR #6: URL: https://github.com/apache/solr-docker/pull/6#discussion_r876264755 ## README.md: ## @@ -1,49 +1,28 @@ -# NOTE: Not vulnerable to Log4J 2 "Log4shell" - -Some Docker images *were* vulnerable to one of a pair of vulnerabilities in Log4J 2. -

[GitHub] [solr] kiranchitturi commented on a diff in pull request #865: SOLR-16199: Improve handling of LIKE queries with wildcard

2022-05-18 Thread GitBox
kiranchitturi commented on code in PR #865: URL: https://github.com/apache/solr/pull/865#discussion_r876255428 ## solr/modules/sql/src/test/org/apache/solr/handler/sql/TestSQLHandler.java: ## @@ -2434,15 +2434,73 @@ public void testColIsNull() throws Exception { @Test publ

[GitHub] [solr] kiranchitturi commented on a diff in pull request #865: SOLR-16199: Improve handling of LIKE queries with wildcard

2022-05-18 Thread GitBox
kiranchitturi commented on code in PR #865: URL: https://github.com/apache/solr/pull/865#discussion_r876250212 ## solr/modules/sql/src/java/org/apache/solr/handler/sql/SolrFilter.java: ## @@ -346,21 +346,52 @@ protected String translateAnd(RexNode node0) { } protecte

[jira] [Updated] (SOLR-16143) SolrConfig ResourceProvider can miss updates from ZooKeeper

2022-05-18 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob updated SOLR-16143: - Fix Version/s: 8.11.2 > SolrConfig ResourceProvider can miss updates from ZooKeeper > ---

[jira] [Commented] (SOLR-16143) SolrConfig ResourceProvider can miss updates from ZooKeeper

2022-05-18 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17538987#comment-17538987 ] ASF subversion and git services commented on SOLR-16143: Commit b

[GitHub] [solr-docker] HoustonPutman commented on a diff in pull request #6: SOLR-15102: Add Solr Docker release docs

2022-05-18 Thread GitBox
HoustonPutman commented on code in PR #6: URL: https://github.com/apache/solr-docker/pull/6#discussion_r876159217 ## dev-docs/README.md: ## @@ -0,0 +1,33 @@ +# Official Solr Dockerfile Management + +In general most interactions with this repository should be done via the Solr R

[GitHub] [solr-docker] HoustonPutman commented on a diff in pull request #6: SOLR-15102: Add Solr Docker release docs

2022-05-18 Thread GitBox
HoustonPutman commented on code in PR #6: URL: https://github.com/apache/solr-docker/pull/6#discussion_r876139025 ## dev-docs/README.md: ## @@ -0,0 +1,33 @@ +# Official Solr Dockerfile Management + +In general most interactions with this repository should be done via the Solr R

[jira] [Comment Edited] (SOLR-16200) cant cancel scheme/protocol redirect when accessing the admin UI

2022-05-18 Thread sam (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17538951#comment-17538951 ] sam edited comment on SOLR-16200 at 5/18/22 4:42 PM: - Sorry for the v

[jira] [Commented] (SOLR-16200) cant cancel scheme/protocol redirect when accessing the admin UI

2022-05-18 Thread sam (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17538951#comment-17538951 ] sam commented on SOLR-16200: Sorry for the very slow response on this. When I search for [htt

[GitHub] [solr] HoustonPutman merged pull request #866: Use full gpg fingerprint when building official dockerfile

2022-05-18 Thread GitBox
HoustonPutman merged PR #866: URL: https://github.com/apache/solr/pull/866 -- 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.apach

[GitHub] [solr] HoustonPutman commented on pull request #866: Use full gpg fingerprint when building official dockerfile

2022-05-18 Thread GitBox
HoustonPutman commented on PR #866: URL: https://github.com/apache/solr/pull/866#issuecomment-1130205605 Tested it a lot myself, so I think it should be good. 🙂 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Commented] (SOLR-16196) Use the Solr KEYS file for the official Dockerfile

2022-05-18 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17538929#comment-17538929 ] Houston Putman commented on SOLR-16196: --- Yeah I did notice that it was expired, whi

[GitHub] [solr] epugh commented on a diff in pull request #868: SOLR-15742: Convert v2 /update APIs to annotations

2022-05-18 Thread GitBox
epugh commented on code in PR #868: URL: https://github.com/apache/solr/pull/868#discussion_r876033486 ## solr/core/src/java/org/apache/solr/handler/admin/api/UpdateAPI.java: ## @@ -0,0 +1,77 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contr

[GitHub] [solr] epugh commented on a diff in pull request #868: SOLR-15742: Convert v2 /update APIs to annotations

2022-05-18 Thread GitBox
epugh commented on code in PR #868: URL: https://github.com/apache/solr/pull/868#discussion_r876032635 ## solr/core/src/java/org/apache/solr/handler/V2UpdateRequestHandler.java: ## @@ -0,0 +1,52 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * co

[GitHub] [solr] gerlowskija opened a new pull request, #868: SOLR-15742: Convert v2 /update APIs to annotations

2022-05-18 Thread GitBox
gerlowskija opened a new pull request, #868: URL: https://github.com/apache/solr/pull/868 # Description Solr's been in the slow process of moving its v2 APIs away from the existing apispec/mapping framework towards one that relies on more explicit annotations to specify API prope

[GitHub] [solr] madrob commented on a diff in pull request #865: SOLR-16199: Improve handling of LIKE queries with wildcard

2022-05-18 Thread GitBox
madrob commented on code in PR #865: URL: https://github.com/apache/solr/pull/865#discussion_r875987015 ## solr/modules/sql/src/java/org/apache/solr/handler/sql/SolrFilter.java: ## @@ -346,21 +346,52 @@ protected String translateAnd(RexNode node0) { } protected Strin

[GitHub] [solr] madrob commented on a diff in pull request #865: SOLR-16199: Improve handling of LIKE queries with wildcard

2022-05-18 Thread GitBox
madrob commented on code in PR #865: URL: https://github.com/apache/solr/pull/865#discussion_r875982767 ## solr/modules/sql/src/test/org/apache/solr/handler/sql/TestSQLHandler.java: ## @@ -2434,15 +2434,73 @@ public void testColIsNull() throws Exception { @Test public void

[jira] [Commented] (SOLR-16195) Correct API paths in "Task Management" ref guide page

2022-05-18 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17538854#comment-17538854 ] Jason Gerlowski commented on SOLR-16195: Np Atri - thanks for the double-check th

[jira] [Updated] (SOLR-16195) Correct API paths in "Task Management" ref guide page

2022-05-18 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski updated SOLR-16195: --- Affects Version/s: (was: main (10.0)) > Correct API paths in "Task Management" ref guide

[jira] [Resolved] (SOLR-16195) Correct API paths in "Task Management" ref guide page

2022-05-18 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski resolved SOLR-16195. Fix Version/s: 9.1 main (10.0) Resolution: Fixed > Correct API pa

[jira] [Resolved] (SOLR-15744) Rewrite v2 tasks APIs using annotation framework

2022-05-18 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski resolved SOLR-15744. Fix Version/s: 9.1 main (10.0) Resolution: Fixed > Rewrite v2 tas

[jira] [Resolved] (SOLR-16194) Updating Time Routed Alias Parameters Loses Existing Collection List

2022-05-18 Thread Gus Heck (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gus Heck resolved SOLR-16194. - Resolution: Fixed > Updating Time Routed Alias Parameters Loses Existing Collection List > --

[jira] [Commented] (SOLR-16194) Updating Time Routed Alias Parameters Loses Existing Collection List

2022-05-18 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17538820#comment-17538820 ] ASF subversion and git services commented on SOLR-16194: Commit 3

[jira] [Updated] (SOLR-16190) Http2SolrClient should make sure to shutdown the executor

2022-05-18 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16190: Fix Version/s: 9.1 Resolution: Fixed Status: Resolved (was: Patch Available) > H

[jira] [Commented] (SOLR-16190) Http2SolrClient should make sure to shutdown the executor

2022-05-18 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17538814#comment-17538814 ] ASF subversion and git services commented on SOLR-16190: Commit c

[jira] [Commented] (SOLR-16190) Http2SolrClient should make sure to shutdown the executor

2022-05-18 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17538811#comment-17538811 ] ASF subversion and git services commented on SOLR-16190: Commit b

[GitHub] [solr] risdenk merged pull request #848: SOLR-16190: Http2SolrClient should make sure to shutdown the executor

2022-05-18 Thread GitBox
risdenk merged PR #848: URL: https://github.com/apache/solr/pull/848 -- 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

[jira] [Commented] (SOLR-15744) Rewrite v2 tasks APIs using annotation framework

2022-05-18 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17538809#comment-17538809 ] ASF subversion and git services commented on SOLR-15744: Commit d

[jira] [Commented] (SOLR-15744) Rewrite v2 tasks APIs using annotation framework

2022-05-18 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17538804#comment-17538804 ] ASF subversion and git services commented on SOLR-15744: Commit 7

[GitHub] [solr] gerlowskija merged pull request #863: SOLR-15744: Convert task-mgmt v2 APIs to annotations

2022-05-18 Thread GitBox
gerlowskija merged PR #863: URL: https://github.com/apache/solr/pull/863 -- 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.

[GitHub] [solr] gerlowskija commented on a diff in pull request #863: SOLR-15744: Convert task-mgmt v2 APIs to annotations

2022-05-18 Thread GitBox
gerlowskija commented on code in PR #863: URL: https://github.com/apache/solr/pull/863#discussion_r875840486 ## solr/core/src/java/org/apache/solr/handler/admin/api/CancelTaskAPI.java: ## @@ -0,0 +1,48 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more

[jira] [Commented] (SOLR-16195) Correct API paths in "Task Management" ref guide page

2022-05-18 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17538799#comment-17538799 ] ASF subversion and git services commented on SOLR-16195: Commit 2

[jira] [Updated] (SOLR-16194) Updating Time Routed Alias Parameters Loses Existing Collection List

2022-05-18 Thread Gus Heck (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gus Heck updated SOLR-16194: Fix Version/s: 8.11.2 (was: 8.11.1) > Updating Time Routed Alias Parameters Loses Ex

[jira] [Commented] (SOLR-16195) Correct API paths in "Task Management" ref guide page

2022-05-18 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17538783#comment-17538783 ] ASF subversion and git services commented on SOLR-16195: Commit c

[GitHub] [solr] gerlowskija merged pull request #862: SOLR-16195: Correct task-mgmt API paths in ref-guide

2022-05-18 Thread GitBox
gerlowskija merged PR #862: URL: https://github.com/apache/solr/pull/862 -- 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.

[jira] [Updated] (SOLR-16019) UTF-8 parsing errors for parameters should cause a HTTP 400 status code, not 500

2022-05-18 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-16019: --- Fix Version/s: 8.11.2 > UTF-8 parsing errors for parameters should cause a HTTP 400 status code, not

[jira] [Commented] (SOLR-16019) UTF-8 parsing errors for parameters should cause a HTTP 400 status code, not 500

2022-05-18 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17538756#comment-17538756 ] ASF subversion and git services commented on SOLR-16019: Commit f

[jira] [Commented] (SOLR-16019) UTF-8 parsing errors for parameters should cause a HTTP 400 status code, not 500

2022-05-18 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17538741#comment-17538741 ] Jan Høydahl commented on SOLR-16019: Thanks, I'll complete the backport > UTF-8 pars

[jira] [Commented] (SOLR-16194) Updating Time Routed Alias Parameters Loses Existing Collection List

2022-05-18 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17538732#comment-17538732 ] Jan Høydahl commented on SOLR-16194: fix-version should be 8.11.2, right? > Updating

[jira] [Commented] (SOLR-16196) Use the Solr KEYS file for the official Dockerfile

2022-05-18 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17538728#comment-17538728 ] Jan Høydahl commented on SOLR-16196: Thanks for this. As an aside, I had forgotten to

[jira] [Commented] (SOLR-15940) PackageManagerCLI fails off the distro tarball

2022-05-18 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17538723#comment-17538723 ] Jan Høydahl commented on SOLR-15940: [~ichattopadhyaya] , this was never tagged with

[GitHub] [solr-docker] janhoy commented on a diff in pull request #6: SOLR-15102: Add Solr Docker release docs

2022-05-18 Thread GitBox
janhoy commented on code in PR #6: URL: https://github.com/apache/solr-docker/pull/6#discussion_r875733631 ## dev-docs/README.md: ## @@ -0,0 +1,33 @@ +# Official Solr Dockerfile Management + +In general most interactions with this repository should be done via the Solr Release

[GitHub] [solr] janhoy closed pull request #854: ReleaseWizard: upload-maven.sh needs expanded directory to maven dir

2022-05-18 Thread GitBox
janhoy closed pull request #854: ReleaseWizard: upload-maven.sh needs expanded directory to maven dir URL: https://github.com/apache/solr/pull/854 -- 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

[GitHub] [solr] janhoy commented on pull request #854: ReleaseWizard: upload-maven.sh needs expanded directory to maven dir

2022-05-18 Thread GitBox
janhoy commented on PR #854: URL: https://github.com/apache/solr/pull/854#issuecomment-1129829767 Closing this, as the wizard likely already runs the command with full dir. It is only the terminal printout that displays the short variant, and there is a workaround to manually expand, should

[GitHub] [solr] janhoy merged pull request #858: Further polish for "Major changes in 9" page

2022-05-18 Thread GitBox
janhoy merged PR #858: URL: https://github.com/apache/solr/pull/858 -- 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