Hi,
Sorry bout that, was on holiday this week and there were some merging left to
do. Should be ok now.
Jan
> 13. juli 2024 kl. 14:55 skrev Christos Malliaridis :
>
> Apparently the file is available at
> https://solr.staged.apache.org/solr.vex.json, but not the production /
> official site. L
There was also an update to the infrastructure-actions/pelican@main action that
required a small config change in our repo. Did that and merged main into prod.
Hope it is fine now and that your PRs will contain only your own stuff..
Jan
> 12. juli 2024 kl. 17:52 skrev Houston Putman :
>
> It l
Hi,
Please do not use the dev mailing list for user questions. This list is for
discussions regarindg the development of Solr itself. When re-posting your
question to the users@ mailing list, please include some more details about
your setup such as the contents of zookeeper config files and a
Hey Ishan, I'm sorry to hear that. The test uses a generated class to
verify the bug fix, since the issue occurs in a template fro class
generation.
The error you sent points to one of generated classes that I used
(CollectionsApi) and that is also in SolrJ module. Since it is a generated
class, i
I removed the ApiMustacheTemplateTests.java temporarily, and all errors
went away.
However, tried running tests, and ran into this:
BasicFunctionalityTest.java:
java.lang.RuntimeException:
org.apache.solr.core.SolrCoreInitializationException: SolrCore
'collection1' is not available due to init fai
Hi all,
I pulled latest commits, but ./gradlew main is resulting in a project that
doesn't load without errors:
ApiMustacheTemplateTests.java: Cannot resolve symbol CollectionsApi,
ListCollectionsResponse.
Any ideas, please?
If I rollback to the commit before the following one, it works fine:
co