[GitHub] [lucene] dweiss commented on pull request #411: LUCENE-10202: spatial: feature-variants

2021-10-24 Thread GitBox
dweiss commented on pull request #411: URL: https://github.com/apache/lucene/pull/411#issuecomment-950587825 So, in other words - the POMs have to be right. If enabling metadata means we have odd entries in POMs, I'm -1 for adding metadata. The lucene-root dependency may be a result of how

[GitHub] [lucene] dweiss commented on pull request #411: LUCENE-10202: spatial: feature-variants

2021-10-24 Thread GitBox
dweiss commented on pull request #411: URL: https://github.com/apache/lucene/pull/411#issuecomment-950586805 > This weird lucene-root dependency is only here; it isn't in any of the other Lucene modules. I confirmed this only appears here because of the use of this Gradle feature. T

[GitHub] [lucene] dweiss commented on pull request #353: LUCENE-9488 Assemble source tar, with checksum and signing

2021-10-24 Thread GitBox
dweiss commented on pull request #353: URL: https://github.com/apache/lucene/pull/353#issuecomment-950585341 Because back in the day it didn't work for me and broke downstream maven builds. If you'd like to check whether things work without it, please remove it and file a pr. I don't care.

[jira] [Comment Edited] (LUCENE-10191) Optimize vector functions by precomputing magnitudes

2021-10-24 Thread Julie Tibshirani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17433565#comment-17433565 ] Julie Tibshirani edited comment on LUCENE-10191 at 10/25/21, 5:29 AM: ---

[jira] [Commented] (LUCENE-10191) Optimize vector functions by precomputing magnitudes

2021-10-24 Thread Julie Tibshirani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17433565#comment-17433565 ] Julie Tibshirani commented on LUCENE-10191: --- This is helpful feedback. I'm al

[jira] [Commented] (LUCENE-10197) UnifiedHighlighter should use builders for thread-safety

2021-10-24 Thread Animesh Pandey (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17433549#comment-17433549 ] Animesh Pandey commented on LUCENE-10197: - [~dsmiley] I've created a draft PR f

[GitHub] [lucene] apanimesh061 opened a new pull request #412: LUCENE-10197: UnifiedHighlighter should use builders for thread-safety

2021-10-24 Thread GitBox
apanimesh061 opened a new pull request #412: URL: https://github.com/apache/lucene/pull/412 # Description `UnifiedHighlighter` is not thread-safe due to the presence of setters. We can move the fields to builder so that the class becomes thread-safe. Objective is to made `UnifiedHig

[GitHub] [lucene] dsmiley commented on pull request #411: LUCENE-10202: spatial: feature-variants

2021-10-24 Thread GitBox
dsmiley commented on pull request #411: URL: https://github.com/apache/lucene/pull/411#issuecomment-950427225 I spot-checked the generated Maven POMs locally. As expected and according to the Gradle docs, these dependencies showed as optional. I see something weird though -- this de

[GitHub] [lucene] dsmiley opened a new pull request #411: LUCENE-10202: spatial: feature-variants

2021-10-24 Thread GitBox
dsmiley opened a new pull request #411: URL: https://github.com/apache/lucene/pull/411 https://issues.apache.org/jira/browse/LUCENE-10202 TODO on choice of naming RE spherical vs spatial3d Note: as of this writing, the build doesn't publish the nice Gradle metadata -- This i

[jira] [Updated] (LUCENE-10202) spatial: expose dependencies using Gradle Feature Variants

2021-10-24 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated LUCENE-10202: -- Summary: spatial: expose dependencies using Gradle Feature Variants (was: Expose dependencie

[jira] [Commented] (LUCENE-10202) Expose dependencies using Gradle Feature Variants

2021-10-24 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17433521#comment-17433521 ] David Smiley commented on LUCENE-10202: --- [~daddywri] when I was working on the PR

[jira] [Created] (LUCENE-10202) Expose dependencies using Gradle Feature Variants

2021-10-24 Thread David Smiley (Jira)
David Smiley created LUCENE-10202: - Summary: Expose dependencies using Gradle Feature Variants Key: LUCENE-10202 URL: https://issues.apache.org/jira/browse/LUCENE-10202 Project: Lucene - Core

[GitHub] [lucene] dsmiley commented on pull request #353: LUCENE-9488 Assemble source tar, with checksum and signing

2021-10-24 Thread GitBox
dsmiley commented on pull request #353: URL: https://github.com/apache/lucene/pull/353#issuecomment-950407268 I'm looking at this and seeing `gradle/maven/publications-maven.gradle` at the bottom has: ``` tasks.withType(GenerateModuleMetadata) { enabled = false } ```

[jira] [Commented] (LUCENE-10197) UnifiedHighlighter should use builders for thread-safety

2021-10-24 Thread Animesh Pandey (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17433506#comment-17433506 ] Animesh Pandey commented on LUCENE-10197: - Thanks for feedback on the patch. I

[jira] [Commented] (LUCENE-10192) Drop third-party JARs from the binary distribution

2021-10-24 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17433457#comment-17433457 ] Dawid Weiss commented on LUCENE-10192: -- Correction - the classpath element is not

[jira] [Reopened] (LUCENE-9660) gradle task cache should not cache --tests

2021-10-24 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss reopened LUCENE-9660: - Reopening to provide a workaround since there is a discussion about it. > gradle task cache should

[jira] [Commented] (LUCENE-9809) Adapt Release Wizard to only release Lucene

2021-10-24 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17433446#comment-17433446 ] Dawid Weiss commented on LUCENE-9809: - https://help.sonatype.com/repomanager2/stagin

[jira] [Commented] (LUCENE-9660) gradle task cache should not cache --tests

2021-10-24 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17433445#comment-17433445 ] Dawid Weiss commented on LUCENE-9660: - It's not broken - it's normal and consistent

[jira] [Commented] (LUCENE-9660) gradle task cache should not cache --tests

2021-10-24 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17433444#comment-17433444 ] Robert Muir commented on LUCENE-9660: - I still think my argument holds, what is the

[jira] [Commented] (LUCENE-9660) gradle task cache should not cache --tests

2021-10-24 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17433443#comment-17433443 ] Robert Muir commented on LUCENE-9660: - [~dweiss] It is pretty common when reproducin

[jira] [Commented] (LUCENE-9660) gradle task cache should not cache --tests

2021-10-24 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17433436#comment-17433436 ] Dawid Weiss commented on LUCENE-9660: - No, no. Normally tests will execute every tim

[jira] [Commented] (LUCENE-9660) gradle task cache should not cache --tests

2021-10-24 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17433428#comment-17433428 ] Robert Muir commented on LUCENE-9660: - So we should be using {{cleanTest}} always?

[jira] [Commented] (LUCENE-9809) Adapt Release Wizard to only release Lucene

2021-10-24 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17433426#comment-17433426 ] Dawid Weiss commented on LUCENE-9809: - The alternative is to create a "bundle" which

[jira] [Commented] (LUCENE-10192) Drop third-party JARs from the binary distribution

2021-10-24 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17433425#comment-17433425 ] Dawid Weiss commented on LUCENE-10192: -- ([~janhoy] - I didn't touch the smoke test

[jira] [Comment Edited] (LUCENE-9809) Adapt Release Wizard to only release Lucene

2021-10-24 Thread Jira
[ https://issues.apache.org/jira/browse/LUCENE-9809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17433424#comment-17433424 ] Jan Høydahl edited comment on LUCENE-9809 at 10/24/21, 11:16 AM: -

[jira] [Commented] (LUCENE-9809) Adapt Release Wizard to only release Lucene

2021-10-24 Thread Jira
[ https://issues.apache.org/jira/browse/LUCENE-9809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17433424#comment-17433424 ] Jan Høydahl commented on LUCENE-9809: - I'll try the env.var approach for pw. If folk

[jira] [Commented] (LUCENE-10192) Drop third-party JARs from the binary distribution

2021-10-24 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17433423#comment-17433423 ] Dawid Weiss commented on LUCENE-10192: -- I've pushed a commit that makes Luke a par

[jira] [Updated] (LUCENE-10200) Restructure and modernize the release artifacts

2021-10-24 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-10200: - Description: This is an umbrella issue for various sub-tasks as per my e-mail [1]. [1] https://

[jira] [Updated] (LUCENE-10200) Restructure and modernize the release artifacts

2021-10-24 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-10200: - Description: This is an umbrella issue for various sub-tasks as per my e-mail [1]. [1] https://

[jira] [Commented] (LUCENE-9809) Adapt Release Wizard to only release Lucene

2021-10-24 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17433409#comment-17433409 ] Dawid Weiss commented on LUCENE-9809: - > There does not seem to be any configuration