Re: CHANGES.txt, process improvement solicitation

2025-01-12 Thread David Smiley
I followed up with a JIRA issue https://issues.apache.org/jira/browse/SOLR-17619 and also filed an issue on the logchange project to support Gradle: https://github.com/logchange/logchange/issues/397 at least for adding new change entries conveniently. That might be considered a blocker as we need/

Re: Unofficial Apache Solr Developer Survey

2025-01-12 Thread Ishan Chattopadhyaya
Sure, I'll share the results in full shortly. On Mon, 13 Jan 2025 at 01:01, Rahul Goswami wrote: > Interesting survey. I would like to see the results myself. Can’t see a > link which displays aggregated stats. Will they be shared anywhere, maybe > later? > > -Rahul > > On Sun, Jan 12, 2025 at 1

Re: Unofficial Apache Solr Developer Survey

2025-01-12 Thread Rahul Goswami
Interesting survey. I would like to see the results myself. Can’t see a link which displays aggregated stats. Will they be shared anywhere, maybe later? -Rahul On Sun, Jan 12, 2025 at 10:10 AM Ishan Chattopadhyaya < ichattopadhy...@gmail.com> wrote: > Hi all, > I want to gather some feedback fro

Re: Eclipse support

2025-01-12 Thread Christos Malliaridis
I'll try to download and troubleshoot Eclipse as well. I'll give my best to report back later today or tomorrow. I don't like that we have IDE specific gradle configurations, but it seems that it is inevitable. On Sun, 12 Jan 2025, 16:39 Ishan Chattopadhyaya, wrote: > I traced the omission of t

Re: Eclipse support

2025-01-12 Thread Ishan Chattopadhyaya
I traced the omission of the eclipse support down to that issue indeed: https://issues.apache.org/jira/browse/SOLR-17406?focusedCommentId=17912283&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17912283 > Could you check if reverting the "wrapping" (line 24 in > grad

Unofficial Apache Solr Developer Survey

2025-01-12 Thread Ishan Chattopadhyaya
Hi all, I want to gather some feedback from the community regarding development tools and environments. Please answer the questions here: https://docs.google.com/forms/d/1smqxdc95Hva5h2il0W3Aoxrfkq-gfKsjkvN4jXnTC0M/edit If there are any additional insights or feedback you'd like to share, please r

Re: Eclipse support

2025-01-12 Thread Ishan Chattopadhyaya
> Additionally, I believe missing java files for the API is normal, as we are > generating them during build. So if your project builds correctly, the > files should be properly generated, I believe inside > solrj/build/generated/src. Right, I found them after running the gradle build manually fro

Re: Eclipse support

2025-01-12 Thread Christos Malliaridis
Perhaps the latest "breaking" change introduced in v10 / main was related to the migration to version catalogs (#2706)? It may not have been tested properly and therefore may have broken the eclipse environment. Could you check if reverting the "wrapping" (line 24 in gradle/ide/eclipse.gradle) of

Re: Use MockDirectoryFactory not RAMDirectoryFactory in test configs

2025-01-12 Thread Ishan Chattopadhyaya
+1, ran into the same problem using Eclipse on branch_9x. Thanks for addressing this. Looking forward to seeing this on branch_9x. On Fri, 26 Jul 2024 at 22:14, Jason Gerlowski wrote: > +1 > > I took a crack at fixing this (on 'main' at least) here: > https://github.com/apache/solr/pull/2598 > >

Re: Eclipse support

2025-01-12 Thread Ishan Chattopadhyaya
Oh, and on branch_9x (which used to work before), there are tons of missing files because of recent Mustache based generated Java files that can't be found there. https://issues.apache.org/jira/browse/SOLR-16825?focusedCommentId=17912254&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acommen