Re: New branch and feature freeze for Solr 9.0.0

2022-01-31 Thread Kevin Risden
> > SOLR-14660 Migrating HDFS into a module > krisden ichattopadhyaya This was just merged. Big shout out to Istvan Farkas for doing 99% of the heavy lifting here! Kevin Risden On Sat, Jan 29, 2022 at 5:11 PM Jan Høydahl wrote: > Hi, > > Nine days ago we had 24 blockers. Several blo

Re: [DISCUSS] Standardizing module naming

2022-01-31 Thread David Smiley
I don't think we should embrace the module system in 9x; too much pain for too little gain. Maybe the only exception would be the SolrJ side as it affects our users more directly. For changing package names without breaking back-compat; depending on the plugin, it may already be supported via the

Re: [DISCUSS] Standardizing module naming

2022-01-31 Thread Jan Høydahl
Could this work? : Say, in 9.1 that we move feature FOO out of core into a module. We introduce a new SOLR_DEFAULT_MODULES=foo variable that will append to SOLR_MODULES, so if a 9.0 user has SOLR_MODULES=extracting and upgrades to 9.1, tey will not need to change anything and will get both. But