Deprecate/remove waitForFinalState param

2025-01-13 Thread David Smiley
Collection creation has an optional parameter waitForFinalState : If true, the request will complete only when all affected replicas become active. The default is false, which means that the API will re

Re: [DISCUSS] Solr Operator 0.9.0 release

2025-01-13 Thread Jason Gerlowski
Thanks Jan! I took a crack to try and wrap that up and made some (slight) progress! But Houston and I uncovered an edge case that's fixable but adds some complexity. (More detail in the GH PR: https://github.com/apache/solr-operator/pull/674). So a bit of a "two steps forward, one step back" sit

Re: Eclipse support

2025-01-13 Thread Christos Malliaridis
So from what I saw yesterday, the IDE specific Gradle configuration that is created with the eclipse plugin is not working on main. I tried to fix it, but I was getting some null-errors and I could not find a way to find the actual cause. Perhaps it is related to the Gradle version, because we made

Re: Eclipse support

2025-01-13 Thread Jason Gerlowski
Our gradle build tags the generated files as a 'sourceSet', so it's weird that Eclipse doesn't pick them up. https://github.com/apache/solr/blob/main/solr/solrj/build.gradle#L161-L167 Maybe Eclipse has its own logic for determining sourceSets that deviates from Gradle's? Or maybe it knows they _