Re: [JENKINS] Lucene » Lucene-Maven-Snapshots-main - Build # 2216 - Failure!

2025-05-13 Thread Dawid Weiss
Network glitches in snapshot publishing. I've filed this one: https://github.com/apache/lucene/issues/14663 D. On Wed, May 14, 2025 at 7:02 AM Apache Jenkins Server < jenk...@builds.apache.org> wrote: > Build: > https://ci-builds.apache.org/job/Lucene/job/Lucene-Maven-Sn

Re: [JENKINS] Lucene » Lucene-Maven-Snapshots-10.x - Build # 181 - Failure!

2025-04-30 Thread Dawid Weiss
Added a sticky tag to run on lucene-solr-1 for now. On Wed, Apr 30, 2025 at 12:09 PM Apache Jenkins Server < jenk...@builds.apache.org> wrote: > Build: > https://ci-builds.apache.org/job/Lucene/job/Lucene-Maven-Snapshots-10.x/181/ > > No tests ran. > > Build Log:

Re: [JENKINS] Lucene » Lucene-Maven-Snapshots-main - Build # 2161 - Failure!

2025-04-23 Thread Dawid Weiss
, 2025 at 4:41 AM Apache Jenkins Server wrote: > > Build: > https://ci-builds.apache.org/job/Lucene/job/Lucene-Maven-Snapshots-main/2161/ > > No tests ran. > > Build Log: > [...truncated 77 lines...] > BUILD FAILED in 59s > 22 actionable tasks: 22 executed > >

Re: [JENKINS] Lucene » Lucene-Maven-Snapshots-main - Build # 2098 - Failure!

2025-02-27 Thread Dawid Weiss
I've modified the configuration to use Java 23. D. On Thu, Feb 27, 2025 at 12:41 PM Apache Jenkins Server < jenk...@builds.apache.org> wrote: > Build: > https://ci-builds.apache.org/job/Lucene/job/Lucene-Maven-Snapshots-main/2098/ > > No tests ran. > > Build

Re: Maven artifacts and releases

2022-11-18 Thread Dawid Weiss
> I think, if smoke tester knows the version, it could just check the staging > repo, too. It is just another URL!? Yes, it's an URL. > If the staging repository on nexus has a hash inside (I think they have), > maybe the release wizard places some file with the URL of the actual staging > rep

Re: Maven artifacts and releases

2022-11-18 Thread Uwe Schindler
17.11.2022 um 14:37 schrieb Adrien Grand: I remember another proposal which consisted of using the Gradle build to rebuild Maven artifacts at the type of uploading to Nexus, which I liked less because it involved re-building, and who knows what may happen that could produce slightly different

Re: Maven artifacts and releases

2022-11-17 Thread Dawid Weiss
> I remember another proposal which consisted of using the Gradle build to > rebuild Maven artifacts at the type of uploading to Nexus, which I liked > less because it involved re-building, and who knows what may happen that > could produce slightly different binaries. I like your

Re: Maven artifacts and releases

2022-11-17 Thread Adrien Grand
I remember another proposal which consisted of using the Gradle build to rebuild Maven artifacts at the type of uploading to Nexus, which I liked less because it involved re-building, and who knows what may happen that could produce slightly different binaries. I like your new proposal better

Re: Maven artifacts and releases

2022-11-17 Thread Dawid Weiss
Yeah, I thought so. I'd love to help improve this as part of the next release - it should really be simple. I know the old way was to have maven artifacts separately (to agree/vote upon) but in my opinion it wouldn't change much if the release manager pointed to release artifacts + mave

Re: Maven artifacts and releases

2022-11-17 Thread Adrien Grand
I remember using a 8.x build to do that for the 9.0 release. On Thu, Nov 17, 2022 at 1:54 PM Dawid Weiss wrote: > > I looked at an old issue related to maven artifact publishing and I > noticed the release wizard still gives instructions to use the ant-based > script (which isn

Maven artifacts and releases

2022-11-17 Thread Dawid Weiss
I looked at an old issue related to maven artifact publishing and I noticed the release wizard still gives instructions to use the ant-based script (which isn't there anymore?): ant clean stage-maven-artifacts I'm sorry to ask but how did release managers stage maven artifacts so

Re: [JENKINS] Lucene » Lucene-Maven-Snapshots-main - Build # 1091 - Failure!

2022-05-14 Thread Uwe Schindler
I fixed this. Uwe Am 14. Mai 2022 19:47:25 UTC schrieb Apache Jenkins Server : >Build: >https://ci-builds.apache.org/job/Lucene/job/Lucene-Maven-Snapshots-main/1091/ > >No tests ran. > >Build Log: >[...truncated 66 lines...] >BUILD FAILED in 28s >8 actionable ta

Re: Maven publication with the Gradle build

2021-12-06 Thread Dawid Weiss
> I ended up cheating a bit and using the 8.11 Ant build to upload the > Maven artifacts to Nexus before I saw Dawid's message. If ant can do it then it surely can be ported to gradle though - perhaps worth exploring as well? If you create an issue I'll take a look, although I a

Re: Maven publication with the Gradle build

2021-12-06 Thread Adrien Grand
I ended up cheating a bit and using the 8.11 Ant build to upload the Maven artifacts to Nexus before I saw Dawid's message. The bundle idea looks like a promising path to use for upcoming releases. Since we require logging into Nexus anyway for promotion, it doesn't make things worse

Re: Maven publication with the Gradle build

2021-12-06 Thread Gus Heck
iss wrote: > > I believe maven/nexus natively allows publishing an RC to the staging > repo and then manually promoting to a release. Apache infra has this dual > set up for us already. > > Would gradle be able to hook into that process? > > If it's the same as other o

Re: Maven publication with the Gradle build

2021-12-06 Thread Dawid Weiss
> I believe maven/nexus natively allows publishing an RC to the staging repo > and then manually promoting to a release. Apache infra has this dual set up > for us already. > Would gradle be able to hook into that process? If it's the same as other open source Nexus insta

Re: Maven publication with the Gradle build

2021-12-06 Thread Mike Drob
I believe maven/nexus natively allows publishing an RC to the staging repo and then manually promoting to a release. Apache infra has this dual set up for us already. Would gradle be able to hook into that process? On Mon, Dec 6, 2021 at 9:15 AM Dawid Weiss wrote: > Hi Adrien, > >

Re: Maven publication with the Gradle build

2021-12-06 Thread Dawid Weiss
nd wrote: > > Hello, > > The release wizard still suggests using Ant for Maven publication: > > cd ~/.lucene-releases/9.0.0/lucene > ant clean stage-maven-artifacts \ > > -Dmaven.dist.dir=~/.lucene-releases/9.0.0/RC4/dist/lucene-9.0.0-RC4-rev-0b18b3b

Re: Maven publication with the Gradle build

2021-12-06 Thread Jan Høydahl
9488 So the wizard should probably run the gradle equivalent ./gradlew mavenToApacheReleases -Dversion.release= -PasfNexusUsername= -PasfNexusPassword= Jan > 6. des. 2021 kl. 14:19 skrev Adrien Grand : > > Hello, > > The release wizard still suggests using Ant for Maven pu

Maven publication with the Gradle build

2021-12-06 Thread Adrien Grand
Hello, The release wizard still suggests using Ant for Maven publication: cd ~/.lucene-releases/9.0.0/lucene ant clean stage-maven-artifacts \ -Dmaven.dist.dir=~/.lucene-releases/9.0.0/RC4/dist/lucene-9.0.0-RC4-rev-0b18b3b965cedaf5eb129aa41243a44c83ca826d/lucene/maven \ -Dm2

Re: [JENKINS] Lucene » Lucene-Maven-Snapshots-main - Build # 791 - Failure!

2021-10-31 Thread Dawid Weiss
for the network calls? > > On Sun, Oct 31, 2021 at 4:03 AM Dawid Weiss wrote: > > > > > > Some temporary glitch, it seems: > > > > Could not GET ' > https://repository.apache.org/content/repositories/snapshots/org/apache/lucene/lucene-analysi

Re: [JENKINS] Lucene » Lucene-Maven-Snapshots-main - Build # 791 - Failure!

2021-10-31 Thread Robert Muir
rg/apache/lucene/lucene-analysis-smartcn/maven-metadata.xml'. > > Read timed out > > > On Sun, Oct 31, 2021 at 4:34 AM Apache Jenkins Server > wrote: >> >> Build: >> https://ci-builds.apache.org/job/Lucene/job/Lucene-Maven-Snapshots-main/791/ >> >

Re: [JENKINS] Lucene » Lucene-Maven-Snapshots-main - Build # 791 - Failure!

2021-10-31 Thread Dawid Weiss
Some temporary glitch, it seems: Could not GET 'https://repository.apache.org/content/repositories/snapshots/org/apache/lucene/lucene-analysis-smartcn/maven-metadata.xml'. > Read timed out On Sun, Oct 31, 2021 at 4:34 AM Apache Jenkins Server < jenk...@builds.apache.org&

Re: [JENKINS-MAVEN] Lucene » Lucene-Solr-Maven-8.x #379: POMs out of sync

2021-08-24 Thread Houston Putman
t; >> Cheers, > >> -Greg > >> > >> > >> On Mon, Aug 23, 2021 at 9:37 AM Houston Putman > wrote: > >> > > >> > Thanks for calling this out Mike. > >> > > >> > It's related to SOLR-15089. I'll get it sorted

Re: [JENKINS-MAVEN] Lucene » Lucene-Solr-Maven-8.x #379: POMs out of sync

2021-08-23 Thread Greg Miller
> >> > It's related to SOLR-15089. I'll get it sorted out, as well as some test >> > flakiness that were introduced by that ticket. >> > >> > - Houston >> > >> > On Mon, Aug 23, 2021 at 6:56 AM Michael McCandless >> > wrote: &

Re: [JENKINS-MAVEN] Lucene » Lucene-Solr-Maven-8.x #379: POMs out of sync

2021-08-23 Thread Houston Putman
> > > It's related to SOLR-15089. I'll get it sorted out, as well as some test > flakiness that were introduced by that ticket. > > > > - Houston > > > > On Mon, Aug 23, 2021 at 6:56 AM Michael McCandless < > luc...@mikemccandless.com> wro

Re: [JENKINS-MAVEN] Lucene » Lucene-Solr-Maven-8.x #379: POMs out of sync

2021-08-23 Thread Greg Miller
ll as some test > flakiness that were introduced by that ticket. > > - Houston > > On Mon, Aug 23, 2021 at 6:56 AM Michael McCandless > wrote: >> >> This is the actual error -- ring any bells?: >> >> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-S

Re: [JENKINS-MAVEN] Lucene » Lucene-Solr-Maven-8.x #379: POMs out of sync

2021-08-23 Thread Houston Putman
@mikemccandless.com> wrote: > This is the actual error -- ring any bells?: > > /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Maven-8.x/lucene/common-build.xml:726: > Could not resolve artifacts: Could not find artifact > com.amazonaws:aws-java-sdk-bom:jar:1.12.42 i

Re: [JENKINS-MAVEN] Lucene » Lucene-Solr-Maven-8.x #379: POMs out of sync

2021-08-23 Thread Michael McCandless
This is the actual error -- ring any bells?: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Maven-8.x/lucene/common-build.xml:726: Could not resolve artifacts: Could not find artifact com.amazonaws:aws-java-sdk-bom:jar:1.12.42 in central (https://repo1.maven.org/maven2/) Mike

Re: Lucene-Solr Maven Builds Failing 3+ months

2020-06-18 Thread Robert Muir
ere is a work-around for this particular "import" scope scenario... or we >> migrate to the new Maven Artifact Resolver Ant Task. I'm not even certain >> that the new tasks don't have this problem but it's likely given the age of >> the old tasks and curr

Re: Lucene-Solr Maven Builds Failing 3+ months

2020-06-18 Thread Mike Drob
gt; there is a work-around for this particular "import" scope scenario... or we > migrate to the new Maven Artifact Resolver Ant Task. I'm not even certain > that the new tasks don't have this problem but it's likely given the age of > the old tasks and current-ness of

Re: Lucene-Solr Maven Builds Failing 3+ months

2020-06-17 Thread David Smiley
I'll leave it to you then; thanks. I don't really have anything. You could try to dig into the source of the old tasks we are using to see if there is a work-around for this particular "import" scope scenario... or we migrate to the new Maven Artifact Resolver Ant Task.

Re: Lucene-Solr Maven Builds Failing 3+ months

2020-06-17 Thread Mike Drob
Thanks David. I’ve disabled the 8.5, 8.x, and main branch maven builds for now, there’s no point in running into the same failure every day. Please re enable them if you get a chance to figure this out, otherwise I’ll have time to start looking next week as well. Do you have a JIRA or WIP

Re: Lucene-Solr Maven Builds Failing 3+ months

2020-06-15 Thread David Smiley
I don't know about what Gradle offers other than observing what Erick shares, but I like to think that we can get rid of not only the Ant build but the Maven build too. If there are obstacles, I'd prefer to figure them out rather than settle for the complexity (and thus maintenance co

Re: Lucene-Solr Maven Builds Failing 3+ months

2020-06-15 Thread Erick Erickson
https://docs.gradle.org/current/userguide/publishing_maven.html#publishing_maven I know absolutely _nothing_ about it, just that it exists…. > On Jun 15, 2020, at 4:07 PM, Mike Drob wrote: > > David - Does the Gradle build offer something easier to maintain than a very > o

Re: Lucene-Solr Maven Builds Failing 3+ months

2020-06-15 Thread Mike Drob
David - Does the Gradle build offer something easier to maintain than a very old Ant Maven plugin? On Mon, Jun 15, 2020 at 8:43 AM Ishan Chattopadhyaya < ichattopadhy...@gmail.com> wrote: > Hi David, > It may be unrelated, but I was similarly puzzled when all hardcoded Maven >

Re: Lucene-Solr Maven Builds Failing 3+ months

2020-06-15 Thread Ishan Chattopadhyaya
Hi David, It may be unrelated, but I was similarly puzzled when all hardcoded Maven URLs had https://, but it was still resolving against http:// and failing. Here's how I tackled it: https://issues.apache.org/jira/browse/LUCENE-9170 Regards, Ishan On Mon, Jun 15, 2020 at 11:59 AM David S

Re: Lucene-Solr Maven Builds Failing 3+ months

2020-06-14 Thread David Smiley
No; it's another option for people who would rather use Maven instead of Ant. Where I work I've found it useful because it allows you to fork Solr and push the artifacts (plus source & docs) to a company Maven repo. It wasn't apparent to me how to do that in the Ant

Re: Lucene-Solr Maven Builds Failing 3+ months

2020-06-14 Thread Michael Sokolov
I'm not sure what the purpose of these builds is? Is it to push artifacts to Maven central? On Sun, Jun 14, 2020, 10:09 PM Mike Drob wrote: > Devs, > > I was looking at the maven builds and they have been failing for a long > time. For example > https://builds.apache.org/vi

Lucene-Solr Maven Builds Failing 3+ months

2020-06-14 Thread Mike Drob
Devs, I was looking at the maven builds and they have been failing for a long time. For example https://builds.apache.org/view/L/view/Lucene/job/Lucene-Solr-Maven-master/ The question is, are these worth fixing, with the eventual move to Gradle? If not, can we disable the jobs? Mike

Re: maven issues with org.restlet.jee:org.restlet

2019-12-28 Thread Joel Bernstein
and to >> discuss the removal of this dependency. >> >> Thanks! >> >> >> >> >> >> Joel Bernstein >> http://joelsolr.blogspot.com/ >> >> >> On Fri, Dec 27, 2019 at 6:11 PM Uwe Schindler wrote: >> >>> Sorry, >

Re: maven issues with org.restlet.jee:org.restlet

2019-12-28 Thread Joel Bernstein
et project and to > discuss the removal of this dependency. > > Thanks! > > > > > > Joel Bernstein > http://joelsolr.blogspot.com/ > > > On Fri, Dec 27, 2019 at 6:11 PM Uwe Schindler wrote: > >> Sorry, >> >> >> >> the Ivy build

Re: maven issues with org.restlet.jee:org.restlet

2019-12-28 Thread Joel Bernstein
issues.apache.org/jira/browse/LUCENE-8807 (Lucene/Solr 8.2), the > Maven POMs were fixed: https://issues.apache.org/jira/browse/LUCENE-8993 > (Lucene/Solr > 8.3) > > > > Sorry both links pointed to same diff. The history is above. > > > > So in short: to build

RE: maven issues with org.restlet.jee:org.restlet

2019-12-27 Thread Uwe Schindler
Sorry, the Ivy build was fixed in <https://issues.apache.org/jira/browse/LUCENE-8807> https://issues.apache.org/jira/browse/LUCENE-8807 (Lucene/Solr 8.2), the Maven POMs were fixed: <https://issues.apache.org/jira/browse/LUCENE-8993> https://issues.apache.org/jira/browse

RE: maven issues with org.restlet.jee:org.restlet

2019-12-27 Thread Uwe Schindler
ses, they keep broken. I changed this here (possible since 8.3.0): <https://github.com/apache/lucene-solr/commit/4a015e224dcd4b1c5f3db92c01d8bf80be3c244a> https://github.com/apache/lucene-solr/commit/4a015e224dcd4b1c5f3db92c01d8bf80be3c244a. The Maven POMs were changed a bit later:

Re: maven issues with org.restlet.jee:org.restlet

2019-12-27 Thread Joel Bernstein
;https://maven.restlet.com/org/restlet/jee/org.restlet/2.3.0/org.restlet-2.3.0.jar> >>> >>> http://maven.restlet.com/org/restlet/jee/org.restlet/2.3.0/org.restlet-2.3.0.jar >>> <https://maven.restlet.com/org/restlet/jee/org.restlet/2.3.0/org.restlet-2.3.0.jar> >>>

Re: maven issues with org.restlet.jee:org.restlet

2019-12-27 Thread Joel Bernstein
t.com/org/restlet/jee/org.restlet/2.3.0/org.restlet-2.3.0.jar >> <https://maven.restlet.com/org/restlet/jee/org.restlet/2.3.0/org.restlet-2.3.0.jar> >> >> http://maven.restlet.org/org/restlet/jee/org.restlet/2.3.0/org.restlet-2.3.0.jar >> <https://maven.restlet.com

Re: maven issues with org.restlet.jee:org.restlet

2019-12-27 Thread Joel Bernstein
g/restlet/jee/org.restlet/2.3.0/org.restlet-2.3.0.jar> > > http://maven.restlet.org/org/restlet/jee/org.restlet/2.3.0/org.restlet-2.3.0.jar > <https://maven.restlet.com/org/restlet/jee/org.restlet/2.3.0/org.restlet-2.3.0.jar> > > The error I get is a handshake failure which is

Re: maven issues with org.restlet.jee:org.restlet

2019-12-27 Thread Joel Bernstein
n.restlet.org/org/restlet/jee/org.restlet/2.3.0/org.restlet-2.3.0.jar <https://maven.restlet.com/org/restlet/jee/org.restlet/2.3.0/org.restlet-2.3.0.jar> The error I get is a handshake failure which is a failure to connect through the Maven java libraries. So, something about how they're hos

Re: maven issues with org.restlet.jee:org.restlet

2019-12-27 Thread Ishan Chattopadhyaya
Let us find out and eliminate all uses of restlet from Solr. I don't think we should be relying on any dependency that is not published to Maven Central. On Sat, 28 Dec, 2019, 12:32 AM Joel Bernstein, wrote: > Ok, thanks. > > I'll dig around some more and see if I find a

Re: maven issues with org.restlet.jee:org.restlet

2019-12-27 Thread Joel Bernstein
should really post their stuff to Maven Central. No idea why they > don't do this. > > Uwe > > Am December 27, 2019 6:54:04 PM UTC schrieb Joel Bernstein < > joels...@gmail.com>: >> >> Yeah this a crazy way for them to manage dependencies. >> >

Re: maven issues with org.restlet.jee:org.restlet

2019-12-27 Thread Uwe Schindler
No idea. Complaint at them for breaking millions of builds. They should really post their stuff to Maven Central. No idea why they don't do this. Uwe Am December 27, 2019 6:54:04 PM UTC schrieb Joel Bernstein : >Yeah this a crazy way for them to manage dependencies. > >I see t

Re: maven issues with org.restlet.jee:org.restlet

2019-12-27 Thread Joel Bernstein
Yeah this a crazy way for them to manage dependencies. I see the old URL now redirects to https://maven.restlet.talend.com/. I tried adding the repo to my POM as follows: maven-restlet Restlet repository https://maven.restlet.talend.com And still get

Re: maven issues with org.restlet.jee:org.restlet

2019-12-27 Thread Uwe Schindler
I figured out they again changed urls. No to talend. This is a big issue and should reported that this horrible company, sorry! This is a no go for maven dependencies. The reason is that Java handles redirection in a bad way. So never ever change urls for branding purposes! Sorry Talked: bad

Re: maven issues with org.restlet.jee:org.restlet

2019-12-27 Thread Uwe Schindler
to read artifact descriptor for >org.restlet.jee:org.restlet:jar:2.3.0: Could not transfer artifact >org.restlet.jee:org.restlet:pom:2.3.0 from/to maven-restlet >(http://maven.restlet.org): Received fatal alert: handshake_failure > > >Has anyone ran into the restlet resolution is

maven issues with org.restlet.jee:org.restlet

2019-12-27 Thread Joel Bernstein
r artifact org.restlet.jee:org.restlet:pom:2.3.0 from/to maven-restlet (http://maven.restlet.org): Received fatal alert: handshake_failure Has anyone ran into the restlet resolution issues when resolving Solr dependencies before and found the fix? Joel Bernstein http://joelsolr.blogspot.com/

RV: Solr 8.2 with maven

2019-11-26 Thread Carmen Márquez Vázquez
Hi, I am running Solr 8.2 on a Maven project. When opening my project in the browser, it shows the following console error: java.lang.NoClassDefFoundError: Could not initialize class org.apache.solr.util.tracing.GlobalTracer I have seen that class must be found in the dependency

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-09-10 Thread ASF subversion and git services (Jira)
Buchnick) > Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle. > - > > Key: SOLR-13452 > URL: https://issues.apache.org/jira/browse/SOLR-13452 > Pro

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-09-10 Thread Anshum Gupta (Jira)
e *xercesImpl* dependency exists for everyone. Any idea about what might be going on here? > Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle. > - > > Key: SOLR-13452 >

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-09-07 Thread ASF subversion and git services (Jira)
> Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle. > - > > Key: SOLR-13452 > URL: https://issues.apache.org/jira/browse/SOLR-13452 > Project:

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-09-02 Thread ASF subversion and git services (Jira)
ild from Ivy+Ant+Maven (shadow build) to Gradle. > - > > Key: SOLR-13452 > URL: https://issues.apache.org/jira/browse/SOLR-13452 > Project: Solr >

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-09-02 Thread ASF subversion and git services (Jira)
e the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle. > - > > Key: SOLR-13452 > URL: https://issues.apache.org/jira/browse/SOLR-13452 > Project:

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-09-01 Thread ASF subversion and git services (Jira)
lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle. > - > > Key: SOLR-13452 > URL: https://issues.apache.org/jira/browse/SOLR-13452 > Project: Solr &g

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-09-01 Thread ASF subversion and git services (Jira)
well on Linux and OSX ideally. > Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle. > - > > Key: SOLR-13452 > URL: https://issues.apache.org/jira/browse/SOL

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-09-01 Thread ASF subversion and git services (Jira)
from Ivy+Ant+Maven (shadow build) to Gradle. > - > > Key: SOLR-13452 > URL: https://issues.apache.org/jira/browse/SOLR-13452 > Project: Solr > Issue Type: Imp

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-08-31 Thread ASF subversion and git services (Jira)
by Gradle IDEA plugin). > Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle. > - > > Key: SOLR-13452 > URL: https://issues.apache.org/jira/browse/SOLR-1345

[jira] [Comment Edited] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-08-31 Thread Mark Miller (Jira)
> Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle. > - > > Key: SOLR-13452 > URL: https://issues.apache.org/jira/browse/SOLR-13452 > Pro

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-08-31 Thread Mark Miller (Jira)
.com/apache/lucene-solr/tree/jira/SOLR-13452_gradle_6 which is up from a few days ago I believe. If anyone pushes something to the previous branch on an update, I'll cherry pick it to the latest branch for you if it helps. > Update the lucene-solr build from Ivy+Ant+Maven (shadow buil

[jira] [Updated] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-08-31 Thread Mark Miller (Jira)
/apache/lucene-solr/tree/jira/SOLR-13452_gradle_5 > Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle. > - > > Key: SOLR-13452 > URL: https://issues.apache.org/j

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-08-31 Thread ASF subversion and git services (Jira)
assing an ant builder classpath safely, a little cleanup. Will see if we need another adjustment for osx and buildTest. > Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle. > - > >

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-08-31 Thread ASF subversion and git services (Jira)
n gradle 6 and are potentially unsafe now. > Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle. > - > > Key: SOLR-13452 > URL: https://issues.apac

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-08-31 Thread ASF subversion and git services (Jira)
mmit f2ed8a025c6fa1f613b78e2c20d4b8ded4f64b81 in lucene-solr's branch refs/heads/jira/SOLR-13452_gradle_6 from markrmiller [ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=f2ed8a0 ] SOLR-13452: Fix ratSources perf issue. > Update the lucene-solr build from Ivy+Ant+Maven (shad

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-08-31 Thread ASF subversion and git services (Jira)
mmit 5f31c1f006d9c23aa18b7b2b28ef255e0cad65d1 in lucene-solr's branch refs/heads/jira/SOLR-13452_gradle_6 from markrmiller [ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=5f31c1f ] SOLR-13452: Finish this rename properly. > Update the lucene-solr build from Ivy+Ant+Maven (shad

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-08-31 Thread ASF subversion and git services (Jira)
that uses simple-xml (not released since 2013) that needs stax2-api < 4.x while other deps ask for 4.x. > Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle. > - > >

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-08-31 Thread ASF subversion and git services (Jira)
; Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle. > - > > Key: SOLR-13452 > URL: https://issues.apache.org/jira/browse/SOLR-13452 > Project:

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-08-31 Thread ASF subversion and git services (Jira)
mmit df362dc4445296ae50084d8e422f42f4de36115c in lucene-solr's branch refs/heads/jira/SOLR-13452_gradle_6 from Mark Robert Miller [ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=df362dc ] SOLR-13452: Improve some issues with eclipse support. > Update the lucene-solr build from I

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-08-31 Thread ASF subversion and git services (Jira)
mmit f40a93619f7f591e48ad765097c603539da71faa in lucene-solr's branch refs/heads/jira/SOLR-13452_gradle_6 from Mark Robert Miller [ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=f40a936 ] SOLR-13452: Match src dir rename. > Update the lucene-solr build from Ivy+Ant+Maven (shad

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-08-31 Thread ASF subversion and git services (Jira)
e-solr build from Ivy+Ant+Maven (shadow build) to Gradle. > - > > Key: SOLR-13452 > URL: https://issues.apache.org/jira/browse/SOLR-13452 > Project: Solr >

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-08-31 Thread ASF subversion and git services (Jira)
mmit 758500bc686d5549c3b989f3d3275d63e4dbad4f in lucene-solr's branch refs/heads/jira/SOLR-13452_gradle_6 from markrmiller [ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=758500b ] SOLR-13452: Fix OSX permission issue. > Update the lucene-solr build from Ivy+Ant+Maven (shad

[JENKINS-MAVEN] Lucene-Solr-Maven-master #2661: POMs out of sync

2019-08-31 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-master/2661/ No tests ran. Build Log: [...truncated 18338 lines...] BUILD FAILED /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-master/build.xml:673: The following error occurred while executing this line: /home/jenkins/jenkins

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-08-27 Thread ASF subversion and git services (Jira)
by Gradle IDEA plugin). > Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle. > - > > Key: SOLR-13452 > URL: https://issues.apache.org/jira/browse/SOLR-1345

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-08-26 Thread ASF subversion and git services (Jira)
; Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle. > - > > Key: SOLR-13452 > URL: https://issues.apache.org/jira/browse/SOLR-13452 > Project:

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-08-26 Thread ASF subversion and git services (Jira)
mmit b49af883d52491b532df7689f64a700668efd749 in lucene-solr's branch refs/heads/jira/SOLR-13452_gradle_5 from markrmiller [ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=b49af88 ] SOLR-13452: Fix OSX permission issue. > Update the lucene-solr build from Ivy+Ant+Maven (shad

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-08-26 Thread ASF subversion and git services (Jira)
mmit ff25fad1f3546aae129a3dc9614dfe9f0f080c8c in lucene-solr's branch refs/heads/jira/SOLR-13452_gradle_5 from markrmiller [ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=ff25fad ] SOLR-13452: Fix ratSources perf issue. > Update the lucene-solr build from Ivy+Ant+Maven (shad

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-08-26 Thread ASF subversion and git services (Jira)
mmit f74c67c5b6533929417d66a803fab0257457447f in lucene-solr's branch refs/heads/jira/SOLR-13452_gradle_5 from markrmiller [ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=f74c67c ] SOLR-13452: Finish this rename properly. > Update the lucene-solr build from Ivy+Ant+Maven (shad

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-08-25 Thread ASF subversion and git services (Jira)
that uses simple-xml (not released since 2013) that needs stax2-api < 4.x while other deps ask for 4.x. > Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle. > - > >

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-08-25 Thread ASF subversion and git services (Jira)
mmit cbd34d64857e489287ebf05a3430b1fecf3c1dda in lucene-solr's branch refs/heads/jira/SOLR-13452_gradle_5 from Mark Robert Miller [ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=cbd34d6 ] SOLR-13452: Match src dir rename. > Update the lucene-solr build from Ivy+Ant+Maven (shad

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-08-25 Thread ASF subversion and git services (Jira)
mmit 9c7699b97039da670f1ef1ae5a0c6e46f58a7767 in lucene-solr's branch refs/heads/jira/SOLR-13452_gradle_5 from Mark Robert Miller [ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=9c7699b ] SOLR-13452: Improve some issues with eclipse support. > Update the lucene-solr build from I

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-08-25 Thread ASF subversion and git services (Jira)
n gradle 6 and are potentially unsafe now. > Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle. > - > > Key: SOLR-13452 > URL: https://issues.apac

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-08-25 Thread ASF subversion and git services (Jira)
e-solr build from Ivy+Ant+Maven (shadow build) to Gradle. > - > > Key: SOLR-13452 > URL: https://issues.apache.org/jira/browse/SOLR-13452 > Project: Solr >

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-08-25 Thread ASF subversion and git services (Jira)
bit more, rename TestEnforcers to TestChecks. > Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle. > - > > Key: SOLR-13452 > URL: https://issues.apache.or

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-08-25 Thread ASF subversion and git services (Jira)
ke a move from api to implementation. > Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle. > - > > Key: SOLR-13452 > URL: https://issues.apache.or

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-08-25 Thread ASF subversion and git services (Jira)
mmit 112ec90d6815014ece960f7ac0d017eb3e15599e in lucene-solr's branch refs/heads/jira/SOLR-13452_gradle_5 from Mark Robert Miller [ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=112ec90 ] SOLR-13452: Improve max jvm default calculation. > Update the lucene-solr build from I

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-08-25 Thread ASF subversion and git services (Jira)
lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle. > - > > Key: SOLR-13452 > URL: https://issues.apache.org/jira/browse/SOLR-13452 > Project: Solr >

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-08-25 Thread ASF subversion and git services (Jira)
mmit b8d97e78e2a0f2b84722051c0ea9b3c50b7040b1 in lucene-solr's branch refs/heads/jira/SOLR-13452_gradle_5 from Mark Robert Miller [ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=b8d97e7 ] SOLR-13452: Clean up. > Update the lucene-solr build from Ivy+Ant+Maven (shadow buil

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-08-25 Thread ASF subversion and git services (Jira)
mmit f24c6fc1c53aa24d8dd6bba888fd5e24e88512f8 in lucene-solr's branch refs/heads/jira/SOLR-13452_gradle_5 from Mark Robert Miller [ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=f24c6fc ] SOLR-13452: Stub out lucene-luke and lucene-monitor. > Update the lucene-solr build from I

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-08-25 Thread ASF subversion and git services (Jira)
ild from Ivy+Ant+Maven (shadow build) to Gradle. > - > > Key: SOLR-13452 > URL: https://issues.apache.org/jira/browse/SOLR-13452 > Project: Solr >

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-08-25 Thread ASF subversion and git services (Jira)
mmit 2711df79883d09f1388590ab8678864102c222cc in lucene-solr's branch refs/heads/jira/SOLR-13452_gradle_5 from Mark Robert Miller [ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=2711df7 ] SOLR-13452: Clean up eclipse errors. > Update the lucene-solr build from Ivy+Ant+Maven (

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-08-25 Thread ASF subversion and git services (Jira)
mmit 63be7b8292f39bed7596f46a2bf9d1fe322bf09a in lucene-solr's branch refs/heads/jira/SOLR-13452_gradle_5 from Mark Robert Miller [ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=63be7b8 ] SOLR-13452: Fix spelling typo. > Update the lucene-solr build from Ivy+Ant+Maven (shad

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-08-25 Thread ASF subversion and git services (Jira)
mmit 01866d81933d3ff1fa2d675e463a2f7051bbed6f in lucene-solr's branch refs/heads/jira/SOLR-13452_gradle_5 from Mark Robert Miller [ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=01866d8 ] SOLR-13452: Fix warnings. > Update the lucene-solr build from Ivy+Ant+Maven (shadow buil

  1   2   3   4   5   6   7   8   9   10   >