[jira] [Commented] (SOLR-15749) Create a v2 equivalent of v1 'RENAME'

2022-10-14 Thread Anakhe Ajayi (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17618025#comment-17618025 ] Anakhe Ajayi commented on SOLR-15749: - Thanks, can I send a PR for review while worki

[jira] [Commented] (SOLR-15749) Create a v2 equivalent of v1 'RENAME'

2022-10-14 Thread Joshua Ouma (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17618024#comment-17618024 ] Joshua Ouma commented on SOLR-15749: I thinking debugging why api is null will fix th

[GitHub] [solr] risdenk commented on pull request #947: SOLR-16300: migrate assert to non deprecated version

2022-10-14 Thread GitBox
risdenk commented on PR #947: URL: https://github.com/apache/solr/pull/947#issuecomment-1279651282 I added forbiddenapis and went down the rabbit hole w/ this. So we can't override assertThat in SolrTestCase since its static and comes from Assert which is what LuceneTestCase derives f

[GitHub] [solr] risdenk commented on a diff in pull request #947: SOLR-16300: migrate assert to non deprecated version

2022-10-14 Thread GitBox
risdenk commented on code in PR #947: URL: https://github.com/apache/solr/pull/947#discussion_r996247746 ## solr/test-framework/src/java/org/apache/solr/cloud/SolrCloudTestCase.java: ## @@ -72,6 +74,11 @@ */ public class SolrCloudTestCase extends SolrTestCaseJ4 { + + publi

[GitHub] [solr] risdenk commented on a diff in pull request #947: SOLR-16300: migrate assert to non deprecated version

2022-10-14 Thread GitBox
risdenk commented on code in PR #947: URL: https://github.com/apache/solr/pull/947#discussion_r996243783 ## solr/test-framework/src/java/org/apache/solr/cloud/SolrCloudTestCase.java: ## @@ -72,6 +74,11 @@ */ public class SolrCloudTestCase extends SolrTestCaseJ4 { + + publi

[GitHub] [solr] sonatype-lift[bot] commented on pull request #1078: SOLR-16160 UpdateXmlMessages duplicate data when data is removed and …

2022-10-14 Thread GitBox
sonatype-lift[bot] commented on PR #1078: URL: https://github.com/apache/solr/pull/1078#issuecomment-1279643336 :warning: **314 God Classes** were detected by Lift in this project. [Visit the Lift web console](https://lift.sonatype.com/results/github.com/apache/solr/01GFCPSH2ZW0PG1ST0ZM431S

[jira] [Commented] (SOLR-16160) UpdateXmlMessages duplicate data when data is removed and then added in the same message

2022-10-14 Thread Alex Deparvu (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17618003#comment-17618003 ] Alex Deparvu commented on SOLR-16160: - I put together a PR for this bug https://githu

[GitHub] [solr] stillalex opened a new pull request, #1078: SOLR-16160 UpdateXmlMessages duplicate data when data is removed and …

2022-10-14 Thread GitBox
stillalex opened a new pull request, #1078: URL: https://github.com/apache/solr/pull/1078 SOLR-16160 UpdateXmlMessages duplicate data when data is removed and then added in the same message https://issues.apache.org/jira/browse/SOLR-16160 # Description Invest

[jira] [Updated] (SOLR-16300) Migrate from deprecated assertThat() to org.hamcrest.MatcherAssert.assertThat()

2022-10-14 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16300: Status: Patch Available (was: Open) > Migrate from deprecated assertThat() to > org.hamcrest.Matc

[GitHub] [solr] sonatype-lift[bot] commented on pull request #515: SOLR-15910: Fork semver4j library to fix semver bugs.

2022-10-14 Thread GitBox
sonatype-lift[bot] commented on PR #515: URL: https://github.com/apache/solr/pull/515#issuecomment-1279625821 :warning: **314 God Classes** were detected by Lift in this project. [Visit the Lift web console](https://lift.sonatype.com/results/github.com/apache/solr/01GFCH25XPET7V71JW9D07ZE0C

[GitHub] [solr] sonatype-lift[bot] commented on pull request #1077: SOLR-15910

2022-10-14 Thread GitBox
sonatype-lift[bot] commented on PR #1077: URL: https://github.com/apache/solr/pull/1077#issuecomment-1279623764 :warning: **314 God Classes** were detected by Lift in this project. [Visit the Lift web console](https://lift.sonatype.com/results/github.com/apache/solr/01GFCGZBX2M42F3C73NS1J0F

[GitHub] [solr] risdenk commented on pull request #515: SOLR-15910: Fork semver4j library to fix semver bugs.

2022-10-14 Thread GitBox
risdenk commented on PR #515: URL: https://github.com/apache/solr/pull/515#issuecomment-1279613425 I updated this PR with my changes. I realized I didn't need a new PR since I was able to merge main and then use semver4j. I need to fix a few things still solr/CHANGES.txt and maybe som

[GitHub] [solr] risdenk closed pull request #1077: SOLR-15910

2022-10-14 Thread GitBox
risdenk closed pull request #1077: SOLR-15910 URL: https://github.com/apache/solr/pull/1077 -- 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-unsub

[GitHub] [solr] risdenk commented on pull request #515: SOLR-15910: Fork semver4j library to fix semver bugs.

2022-10-14 Thread GitBox
risdenk commented on PR #515: URL: https://github.com/apache/solr/pull/515#issuecomment-1279612997 I put up a new PR that builds on this original change: https://github.com/apache/solr/pull/1077 -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [solr] risdenk opened a new pull request, #1077: SOLR-15910

2022-10-14 Thread GitBox
risdenk opened a new pull request, #1077: URL: https://github.com/apache/solr/pull/1077 https://issues.apache.org/jira/browse/SOLR-15910 This should supersede https://github.com/apache/solr/pull/515 -- This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [solr] risdenk commented on pull request #1074: SOLR-16432: Upgrade the gradle wrapper to 7.5.1

2022-10-14 Thread GitBox
risdenk commented on PR #1074: URL: https://github.com/apache/solr/pull/1074#issuecomment-1279612434 The steps basically were: * Upgrade gradle wrapper - https://gradle.org/install/#with-the-gradle-wrapper * Ensure that gradlew and gradlew.bat still had Lucene fixes * https://gith

[GitHub] [solr] dsmiley commented on pull request #1074: SOLR-16432: Upgrade the gradle wrapper to 7.5.1

2022-10-14 Thread GitBox
dsmiley commented on PR #1074: URL: https://github.com/apache/solr/pull/1074#issuecomment-1279514934 Curious; is this a straight-copy or were there edits you had to do? I'd like to focus my attention on pertinent edits. -- This is an automated message from the Apache Git Service. To resp

[jira] [Updated] (SOLR-16462) Create v2 equivalent of v1 'CREATESNAPSHOT', 'LISTSNAPSHOT' and 'DELETESNAPSHOT' (core level)

2022-10-14 Thread Sanjay (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sanjay updated SOLR-16462: -- Labels: V2 newdev (was: ) > Create v2 equivalent of v1 'CREATESNAPSHOT', 'LISTSNAPSHOT' and > 'DELETESNAPSHOT

[jira] [Commented] (SOLR-16462) Create v2 equivalent of v1 'CREATESNAPSHOT', 'LISTSNAPSHOT' and 'DELETESNAPSHOT' (core level)

2022-10-14 Thread Sanjay (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617976#comment-17617976 ] Sanjay commented on SOLR-16462: --- This ticket only targets core level. I will create another

[jira] [Updated] (SOLR-16462) Create v2 equivalent of v1 'CREATESNAPSHOT', 'LISTSNAPSHOT' and 'DELETESNAPSHOT' (core level)

2022-10-14 Thread Sanjay (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sanjay updated SOLR-16462: -- Summary: Create v2 equivalent of v1 'CREATESNAPSHOT', 'LISTSNAPSHOT' and 'DELETESNAPSHOT' (core level) (was:

[GitHub] [solr] epugh commented on pull request #947: SOLR-16300: migrate assert to non deprecated version

2022-10-14 Thread GitBox
epugh commented on PR #947: URL: https://github.com/apache/solr/pull/947#issuecomment-1279494678 > I merged main to this. @epugh were you going to do the forbiddenapis stuff? This looks like it never got merged. The tests should be kicked off again shortly. I tried the forbiddenapis,

[GitHub] [solr] sonatype-lift[bot] commented on pull request #791: Refactor duplicate CLI options

2022-10-14 Thread GitBox
sonatype-lift[bot] commented on PR #791: URL: https://github.com/apache/solr/pull/791#issuecomment-1279485886 :warning: **314 God Classes** were detected by Lift in this project. [Visit the Lift web console](https://lift.sonatype.com/results/github.com/apache/solr/01GFC3E6S7EBZAV4PQS6SBEXJ9

[GitHub] [solr] sonatype-lift[bot] commented on pull request #947: SOLR-16300: migrate assert to non deprecated version

2022-10-14 Thread GitBox
sonatype-lift[bot] commented on PR #947: URL: https://github.com/apache/solr/pull/947#issuecomment-1279478772 :warning: **314 God Classes** were detected by Lift in this project. [Visit the Lift web console](https://lift.sonatype.com/results/github.com/apache/solr/01GFC2S65YK4FJF0H2HX0ESBWD

[GitHub] [solr] epugh commented on pull request #755: SOLR-16109: Updates SolrTestCaseJ4 ABC doc comparators to static

2022-10-14 Thread GitBox
epugh commented on PR #755: URL: https://github.com/apache/solr/pull/755#issuecomment-1279474283 @cpoerschke that makes sense to me... @paulkiernan thoughts on moving this forward? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [solr] sonatype-lift[bot] commented on pull request #1009: SOLR-16302: WARN when restoring backup if ConfigSet with same name already exists

2022-10-14 Thread GitBox
sonatype-lift[bot] commented on PR #1009: URL: https://github.com/apache/solr/pull/1009#issuecomment-1279469622 :warning: **314 God Classes** were detected by Lift in this project. [Visit the Lift web console](https://lift.sonatype.com/results/github.com/apache/solr/01GFC29463KZNQH387P47V04

[jira] [Commented] (SOLR-15910) Use a better Semver library to fix bugs in the package manager

2022-10-14 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617970#comment-17617970 ] Kevin Risden commented on SOLR-15910: - https://github.com/semver4j/semver4j fixes the

[GitHub] [solr] risdenk commented on pull request #515: SOLR-15910: Fork semver4j library to fix semver bugs.

2022-10-14 Thread GitBox
risdenk commented on PR #515: URL: https://github.com/apache/solr/pull/515#issuecomment-1279467826 Looks like this was fixed and forked - https://github.com/semver4j/semver4j potentially? -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [solr] sonatype-lift[bot] commented on pull request #1016: SOLR-16318: replace 'Collections.sort(List, Comparator)' use

2022-10-14 Thread GitBox
sonatype-lift[bot] commented on PR #1016: URL: https://github.com/apache/solr/pull/1016#issuecomment-1279462139 :warning: **314 God Classes** were detected by Lift in this project. [Visit the Lift web console](https://lift.sonatype.com/results/github.com/apache/solr/01GFC1KB8XJJX0YX5725A2YR

[GitHub] [solr] risdenk commented on pull request #1076: Disable lift god classes

2022-10-14 Thread GitBox
risdenk commented on PR #1076: URL: https://github.com/apache/solr/pull/1076#issuecomment-1279453602 um why did Lift do this? because it wasn't on main? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [solr] risdenk commented on pull request #791: Refactor duplicate CLI options

2022-10-14 Thread GitBox
risdenk commented on PR #791: URL: https://github.com/apache/solr/pull/791#issuecomment-1279440318 Merged main to this. should rerun tests. This is a good cleanup to get in. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [solr] sonatype-lift[bot] commented on pull request #1076: Disable lift god classes

2022-10-14 Thread GitBox
sonatype-lift[bot] commented on PR #1076: URL: https://github.com/apache/solr/pull/1076#issuecomment-1279437161 :warning: **314 God Classes** were detected by Lift in this project. [Visit the Lift web console](https://lift.sonatype.com/results/github.com/apache/solr/01GFC0EDFVD0N5TVBYPERVPB

[GitHub] [solr] risdenk commented on pull request #947: SOLR-16300: migrate assert to non deprecated version

2022-10-14 Thread GitBox
risdenk commented on PR #947: URL: https://github.com/apache/solr/pull/947#issuecomment-1279429732 I merged main to this. @epugh were you going to do the forbiddenapis stuff? This looks like it never got merged. The tests should be kicked off again shortly. -- This is an automated messa

[jira] [Updated] (SOLR-16302) Backup restore silently skips config restore if config with same name already exists (in cloud mode)

2022-10-14 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16302: Resolution: Fixed Status: Resolved (was: Patch Available) Thanks [~almoser] this will be i

[jira] [Commented] (SOLR-16302) Backup restore silently skips config restore if config with same name already exists (in cloud mode)

2022-10-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617962#comment-17617962 ] ASF subversion and git services commented on SOLR-16302: Commit 5

[jira] [Updated] (SOLR-16302) Backup restore silently skips config restore if config with same name already exists (in cloud mode)

2022-10-14 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16302: Fix Version/s: 9.2 > Backup restore silently skips config restore if config with same name already

[GitHub] [solr] risdenk commented on pull request #1009: SOLR-16302: WARN when restoring backup if ConfigSet with same name already exists

2022-10-14 Thread GitBox
risdenk commented on PR #1009: URL: https://github.com/apache/solr/pull/1009#issuecomment-1279426210 Thanks @AlbertMoser! this will be in Solr 9.2 -- 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

[jira] [Updated] (SOLR-16302) Backup restore silently skips config restore if config with same name already exists (in cloud mode)

2022-10-14 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16302: Fix Version/s: main (10.0) > Backup restore silently skips config restore if config with same name

[jira] [Updated] (SOLR-16302) Backup restore silently skips config restore if config with same name already exists (in cloud mode)

2022-10-14 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16302: Affects Version/s: 9.1 > Backup restore silently skips config restore if config with same name alre

[jira] [Commented] (SOLR-16302) Backup restore silently skips config restore if config with same name already exists (in cloud mode)

2022-10-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617960#comment-17617960 ] ASF subversion and git services commented on SOLR-16302: Commit 6

[GitHub] [solr] risdenk merged pull request #1009: SOLR-16302: WARN when restoring backup if ConfigSet with same name already exists

2022-10-14 Thread GitBox
risdenk merged PR #1009: URL: https://github.com/apache/solr/pull/1009 -- 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.or

[jira] [Updated] (SOLR-16289) [interleaving] transformer does not work in SolrCloud

2022-10-14 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16289: Status: Patch Available (was: Open) > [interleaving] transformer does not work in SolrCloud >

[GitHub] [solr] sonatype-lift[bot] commented on pull request #1075: SOLR-16464: Upgrade commons-text to 1.10.0

2022-10-14 Thread GitBox
sonatype-lift[bot] commented on PR #1075: URL: https://github.com/apache/solr/pull/1075#issuecomment-1279420286 :warning: **314 God Classes** were detected by Lift in this project. [Visit the Lift web console](https://lift.sonatype.com/results/github.com/apache/solr/01GFBZAH3RSX0TA824YJMDW7

[GitHub] [solr] risdenk commented on pull request #1009: SOLR-16302: WARN when restoring backup if ConfigSet with same name already exists

2022-10-14 Thread GitBox
risdenk commented on PR #1009: URL: https://github.com/apache/solr/pull/1009#issuecomment-1279419830 Updated to main and added CHANGES.txt entry -- 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 th

[jira] [Assigned] (SOLR-16302) Backup restore silently skips config restore if config with same name already exists (in cloud mode)

2022-10-14 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden reassigned SOLR-16302: --- Assignee: Kevin Risden > Backup restore silently skips config restore if config with same na

[jira] [Updated] (SOLR-16302) Backup restore silently skips config restore if config with same name already exists (in cloud mode)

2022-10-14 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16302: Status: Patch Available (was: Open) > Backup restore silently skips config restore if config with

[jira] [Commented] (SOLR-16318) Use up to JDK 11 features

2022-10-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617956#comment-17617956 ] ASF subversion and git services commented on SOLR-16318: Commit 6

[GitHub] [solr] risdenk commented on pull request #1054: Fix IndexOutOfBounds in RecursiveNumericEvaluator

2022-10-14 Thread GitBox
risdenk commented on PR #1054: URL: https://github.com/apache/solr/pull/1054#issuecomment-1279413345 @acsbendi can you add a test case for this? looks like its a streaming expression potentially? -- This is an automated message from the Apache Git Service. To respond to the message, plea

[jira] [Commented] (SOLR-16318) Use up to JDK 11 features

2022-10-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617954#comment-17617954 ] ASF subversion and git services commented on SOLR-16318: Commit 6

[GitHub] [solr] risdenk merged pull request #1016: SOLR-16318: replace 'Collections.sort(List, Comparator)' use

2022-10-14 Thread GitBox
risdenk merged PR #1016: URL: https://github.com/apache/solr/pull/1016 -- 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.or

[jira] [Commented] (SOLR-10712) UpdateRequest.setDocIterator() writes the payload in memory before sending to server

2022-10-14 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617952#comment-17617952 ] Eric Pugh commented on SOLR-10712: -- [~noble.paul] has this issue been overcome by events

[GitHub] [solr] risdenk commented on pull request #1016: SOLR-16318: replace 'Collections.sort(List, Comparator)' use

2022-10-14 Thread GitBox
risdenk commented on PR #1016: URL: https://github.com/apache/solr/pull/1016#issuecomment-1279409441 Updated this to main. -- 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. T

[jira] [Resolved] (SOLR-11657) Deprecate ContentStream out of SolrJ

2022-10-14 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-11657. -- Fix Version/s: main (10.0) 9.2 Resolution: Fixed > Deprecate ContentStream ou

[jira] [Assigned] (SOLR-11657) Deprecate ContentStream out of SolrJ

2022-10-14 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh reassigned SOLR-11657: Assignee: Eric Pugh > Deprecate ContentStream out of SolrJ >

[jira] [Commented] (SOLR-11657) Deprecate ContentStream out of SolrJ

2022-10-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617942#comment-17617942 ] ASF subversion and git services commented on SOLR-11657: Commit a

[jira] [Commented] (SOLR-11657) Deprecate ContentStream out of SolrJ

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

[GitHub] [solr] risdenk commented on pull request #912: SOLR-16318: WIP - Use up to JDK 11 features

2022-10-14 Thread GitBox
risdenk commented on PR #912: URL: https://github.com/apache/solr/pull/912#issuecomment-1279400882 This is being broken into pieces slowly. -- 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 spe

[GitHub] [solr] epugh merged pull request #1064: SOLR-11657: Added @Deprecated annotation

2022-10-14 Thread GitBox
epugh merged PR #1064: URL: https://github.com/apache/solr/pull/1064 -- 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] risdenk closed pull request #912: SOLR-16318: WIP - Use up to JDK 11 features

2022-10-14 Thread GitBox
risdenk closed pull request #912: SOLR-16318: WIP - Use up to JDK 11 features URL: https://github.com/apache/solr/pull/912 -- 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 un

[GitHub] [solr] sonatype-lift[bot] commented on pull request #1074: SOLR-16432: Upgrade the gradle wrapper to 7.5.1

2022-10-14 Thread GitBox
sonatype-lift[bot] commented on PR #1074: URL: https://github.com/apache/solr/pull/1074#issuecomment-1279400348 :warning: **314 God Classes** were detected by Lift in this project. [Visit the Lift web console](https://lift.sonatype.com/results/github.com/apache/solr/01GFBXVQ2XYBFEJREMDCSY10

[jira] [Commented] (SOLR-16461) Create v2 equivalent of v1 'BACKUP' (A backup API for user managed cluster or single node installation)

2022-10-14 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617937#comment-17617937 ] Jason Gerlowski commented on SOLR-16461: bq. deleteSnapshot method ... is marked

[GitHub] [solr] risdenk commented on pull request #1068: NO JIRA: start validateRefGuideFiles gradle task

2022-10-14 Thread GitBox
risdenk commented on PR #1068: URL: https://github.com/apache/solr/pull/1068#issuecomment-1279393272 PR to disable god classes analysis https://github.com/apache/solr/pull/1076 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[GitHub] [solr] risdenk opened a new pull request, #1076: Disable lift god classes

2022-10-14 Thread GitBox
risdenk opened a new pull request, #1076: URL: https://github.com/apache/solr/pull/1076 See https://github.com/apache/solr/pull/1068#issuecomment-1279338815 and other recent PRs where Lift is repeatedly saying: ``` 314 God Classes were detected by Lift in this project. [Visit the L

[GitHub] [solr] risdenk commented on pull request #1068: NO JIRA: start validateRefGuideFiles gradle task

2022-10-14 Thread GitBox
risdenk commented on PR #1068: URL: https://github.com/apache/solr/pull/1068#issuecomment-1279390399 We should be able to disable it: https://help.sonatype.com/lift/prioritizing-technical-debt using `.lift.toml` - will open a PR in a few min. -- This is an automated message from th

[jira] [Commented] (SOLR-15116) Wrong HTTP status for HEAD request

2022-10-14 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617932#comment-17617932 ] Kevin Risden commented on SOLR-15116: - looks like this might be related to SOLR-16274

[jira] [Commented] (SOLR-15749) Create a v2 equivalent of v1 'RENAME'

2022-10-14 Thread Anakhe Ajayi (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617933#comment-17617933 ] Anakhe Ajayi commented on SOLR-15749: - Trying to run a text method for RenameClusterA

[jira] [Updated] (SOLR-16274) HEAD request for managed resource → 500 Server Error

2022-10-14 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16274: Affects Version/s: 9.0 > HEAD request for managed resource → 500 Server Error > ---

[jira] [Comment Edited] (SOLR-16462) Create v2 equivalent of v1 'CREATESNAPSHOT', 'LISTSNAPSHOT' and 'DELETESNAPSHOT'

2022-10-14 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617928#comment-17617928 ] Jason Gerlowski edited comment on SOLR-16462 at 10/14/22 7:34 PM: -

[jira] [Commented] (SOLR-16462) Create v2 equivalent of v1 'CREATESNAPSHOT', 'LISTSNAPSHOT' and 'DELETESNAPSHOT'

2022-10-14 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617928#comment-17617928 ] Jason Gerlowski commented on SOLR-16462: Does this ticket target the collection-l

[GitHub] [solr] risdenk opened a new pull request, #1075: SOLR-16464: Upgrade commons-text to 1.10.0

2022-10-14 Thread GitBox
risdenk opened a new pull request, #1075: URL: https://github.com/apache/solr/pull/1075 https://issues.apache.org/jira/browse/SOLR-16464 -- 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 specif

[jira] [Updated] (SOLR-16464) Upgrade commons-text to 1.10.0

2022-10-14 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16464: Status: Patch Available (was: Open) > Upgrade commons-text to 1.10.0 > ---

[jira] [Created] (SOLR-16464) Upgrade commons-text to 1.10.0

2022-10-14 Thread Kevin Risden (Jira)
Kevin Risden created SOLR-16464: --- Summary: Upgrade commons-text to 1.10.0 Key: SOLR-16464 URL: https://issues.apache.org/jira/browse/SOLR-16464 Project: Solr Issue Type: Task Security Lev

[GitHub] [solr] epugh commented on pull request #1068: NO JIRA: start validateRefGuideFiles gradle task

2022-10-14 Thread GitBox
epugh commented on PR #1068: URL: https://github.com/apache/solr/pull/1068#issuecomment-1279374094 totally agree @cpoerschke thanks for being first to bring it up! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [solr] risdenk commented on pull request #1074: SOLR-16432: Upgrade the gradle wrapper to 7.5.1

2022-10-14 Thread GitBox
risdenk commented on PR #1074: URL: https://github.com/apache/solr/pull/1074#issuecomment-1279372761 Looks like we might have to wait for Gradle 7.6 to support JDK 19. See comments in https://issues.apache.org/jira/browse/SOLR-16432 -- This is an automated message from the Apache Git Serv

[jira] [Commented] (SOLR-16432) Upgrade the gradle wrapper to 7.5.1

2022-10-14 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617926#comment-17617926 ] Kevin Risden commented on SOLR-16432: - I checked JDK 19 and seems like need Gradle 7.

[jira] [Comment Edited] (SOLR-15737) Ensure all (desired) v1 APIs have v2 equivalent

2022-10-14 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617923#comment-17617923 ] Jason Gerlowski edited comment on SOLR-15737 at 10/14/22 7:07 PM: -

[jira] [Commented] (SOLR-15737) Ensure all (desired) v1 APIs have v2 equivalent

2022-10-14 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617923#comment-17617923 ] Jason Gerlowski commented on SOLR-15737: Better late than never, here's an update

[jira] [Updated] (SOLR-16432) Upgrade the gradle wrapper to 7.5.1

2022-10-14 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16432: Status: Patch Available (was: Open) > Upgrade the gradle wrapper to 7.5.1 > --

[jira] [Commented] (SOLR-16432) Upgrade the gradle wrapper to 7.5.1

2022-10-14 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617920#comment-17617920 ] Kevin Risden commented on SOLR-16432: - [~elyograg] I put up a PR building on my previ

[jira] [Assigned] (SOLR-16432) Upgrade the gradle wrapper to 7.5.1

2022-10-14 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden reassigned SOLR-16432: --- Assignee: Kevin Risden (was: Shawn Heisey) > Upgrade the gradle wrapper to 7.5.1 >

[GitHub] [solr] risdenk opened a new pull request, #1074: SOLR-16432: Upgrade the gradle wrapper to 7.5.1

2022-10-14 Thread GitBox
risdenk opened a new pull request, #1074: URL: https://github.com/apache/solr/pull/1074 https://issues.apache.org/jira/browse/SOLR-16432 -- 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 specif

[GitHub] [solr] risdenk closed pull request #709: WIP - Upgrade to Gradle 7.4

2022-10-14 Thread GitBox
risdenk closed pull request #709: WIP - Upgrade to Gradle 7.4 URL: https://github.com/apache/solr/pull/709 -- 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-mai

[GitHub] [solr] risdenk commented on pull request #709: WIP - Upgrade to Gradle 7.4

2022-10-14 Thread GitBox
risdenk commented on PR #709: URL: https://github.com/apache/solr/pull/709#issuecomment-1279352916 Going to open a new PR as part of https://issues.apache.org/jira/browse/SOLR-16432 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[jira] [Updated] (SOLR-16432) Upgrade the gradle wrapper to 7.5.1

2022-10-14 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16432: Summary: Upgrade the gradle wrapper to 7.5.1 (was: Upgrade the gradle wrapper in the build from 7.

[GitHub] [solr] cpoerschke commented on pull request #1068: NO JIRA: start validateRefGuideFiles gradle task

2022-10-14 Thread GitBox
cpoerschke commented on PR #1068: URL: https://github.com/apache/solr/pull/1068#issuecomment-1279338815 > ⚠️ **314 God Classes** were detected by Lift in this project. [Visit the Lift web console](https://lift.sonatype.com/results/github.com/apache/solr/01GF5VM3TQ2XTE65VJSF5B3J4S?tab=techni

[GitHub] [solr] risdenk commented on a diff in pull request #1073: [experimental] start BERT module

2022-10-14 Thread GitBox
risdenk commented on code in PR #1073: URL: https://github.com/apache/solr/pull/1073#discussion_r996015972 ## solr/modules/bert/build.gradle: ## @@ -0,0 +1,37 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See t

[GitHub] [solr] sonatype-lift[bot] commented on a diff in pull request #1073: [experimental] start BERT module

2022-10-14 Thread GitBox
sonatype-lift[bot] commented on code in PR #1073: URL: https://github.com/apache/solr/pull/1073#discussion_r996015957 ## solr/modules/bert/src/java/org/apache/solr/bert/search/BertKnnQParserPlugin.java: ## @@ -0,0 +1,106 @@ +/* + * Licensed to the Apache Software Foundation (ASF

[GitHub] [solr] sonatype-lift[bot] commented on pull request #1073: [experimental] start BERT module

2022-10-14 Thread GitBox
sonatype-lift[bot] commented on PR #1073: URL: https://github.com/apache/solr/pull/1073#issuecomment-1279317567 :warning: **314 God Classes** were detected by Lift in this project. [Visit the Lift web console](https://lift.sonatype.com/results/github.com/apache/solr/01GFBRDM8FGFSF2D4BCXMKG2

[GitHub] [solr] cpoerschke opened a new pull request, #1073: [experimental] start BERT module

2022-10-14 Thread GitBox
cpoerschke opened a new pull request, #1073: URL: https://github.com/apache/solr/pull/1073 Highly experimental and rather partial e.g. `Bert.load(modelFile)` has lots of issues finding the dependencies, the code is incomplete and there is no documentation as yet. Sharing as-is draft all the

[jira] (SOLR-15737) Ensure all (desired) v1 APIs have v2 equivalent

2022-10-14 Thread Joshua Ouma (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15737 ] Joshua Ouma deleted comment on SOLR-15737: was (Author: JIRAUSER296285): API inputs and outputs are specified differently in the JAX-RS framework. Where methods in the old v2 framework could

[jira] [Comment Edited] (SOLR-15737) Ensure all (desired) v1 APIs have v2 equivalent

2022-10-14 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617806#comment-17617806 ] Jason Gerlowski edited comment on SOLR-15737 at 10/14/22 4:26 PM: -

[jira] [Commented] (SOLR-15737) Ensure all (desired) v1 APIs have v2 equivalent

2022-10-14 Thread Joshua Ouma (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617846#comment-17617846 ] Joshua Ouma commented on SOLR-15737: API inputs and outputs are specified differently

[jira] [Commented] (SOLR-11028) Create a v2 API equivalent for REPLACENODE API

2022-10-14 Thread Joshua Ouma (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617807#comment-17617807 ] Joshua Ouma commented on SOLR-11028: {quote}Thoughts? If we like the latter form bett

[jira] [Commented] (SOLR-15737) Ensure all (desired) v1 APIs have v2 equivalent

2022-10-14 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617806#comment-17617806 ] Jason Gerlowski commented on SOLR-15737: The v2 API code has changed a good bit s

[jira] [Commented] (SOLR-11028) Create a v2 API equivalent for REPLACENODE API

2022-10-14 Thread Joshua Ouma (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617800#comment-17617800 ] Joshua Ouma commented on SOLR-11028: {quote}Does that help? {quote} I have done a qu

[jira] [Commented] (SOLR-15737) Ensure all (desired) v1 APIs have v2 equivalent

2022-10-14 Thread Joshua Ouma (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617791#comment-17617791 ] Joshua Ouma commented on SOLR-15737: (y) > Ensure all (desired) v1 APIs have v2 equi

[jira] [Commented] (SOLR-16368) Refactoring: Use SolrClient type instead of overly specific subclasses

2022-10-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617776#comment-17617776 ] ASF subversion and git services commented on SOLR-16368: Commit 9

[jira] [Commented] (SOLR-16450) Proper handling on watcher registration failure in `ZkStateReader#waitForState

2022-10-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617767#comment-17617767 ] ASF subversion and git services commented on SOLR-16450: Commit e

[GitHub] [solr] noblepaul merged pull request #1058: SOLR-16450: Proper handling on watcher registration failure in `ZkStateReader#waitForState

2022-10-14 Thread GitBox
noblepaul merged PR #1058: URL: https://github.com/apache/solr/pull/1058 -- 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] [Comment Edited] (SOLR-11028) Create a v2 API equivalent for REPLACENODE API

2022-10-14 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617749#comment-17617749 ] Jason Gerlowski edited comment on SOLR-11028 at 10/14/22 2:06 PM: -

[jira] [Commented] (SOLR-11028) Create a v2 API equivalent for REPLACENODE API

2022-10-14 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617749#comment-17617749 ] Jason Gerlowski commented on SOLR-11028: I was mulling over the syntax for this A

  1   2   >