Re: Introducing Gradle Version Catalogs

2024-08-22 Thread David Smiley
On Thu, Aug 22, 2024 at 3:25 AM Dawid Weiss wrote: > > What would be the drawbacks / risks for allowing multiple versions of the > > same library in case of transitive dependencies and their resolution? > > > > The drawback is that you'd end up having multiple JARs on the classpath - > their order

Re: Solr does not load some cores occasionally on startup

2024-08-22 Thread Jerry Chung
Created https://issues.apache.org/jira/browse/SOLR-17420 Thanks, Jerry From: Jerry Chung Sent: Tuesday, August 20, 2024 3:47 PM To: dev@solr.apache.org Subject: Solr does not load some cores occasionally on startup Hi Solr Devs, We've noticed this issue quite a

Re: Introducing Gradle Version Catalogs

2024-08-22 Thread Dawid Weiss
> > I couldn't find a way to identify redundant constraints either for > cleaning up in the long run the constraints. Any ideas how this could be > tackled? > Exactly. It's a problem I keep struggling with elsewhere as well. The only workflow I managed to figure out was to keep the constraints cen