solr icon indicating copy to clipboard operation
solr copied to clipboard

SOLR-15951: Local packages

Open chatman opened this issue 3 years ago • 5 comments

https://issues.apache.org/jira/browse/SOLR-15951

Ability to load packages from the filesystem, useful for first party packages.

TODO: Generate the local_packages.json on the fly (based on the Solr's version that is being built).

chatman avatar Jan 24 '22 13:01 chatman

I had some issues rebasing to latest main around the gradle part (due to the "contrib" vs "modules" switch). I'll give it a try again shortly. FYI @noblepaul.

chatman avatar Jan 31 '22 03:01 chatman

@HoustonPutman Gradle changes look and work great :-)

chatman avatar Jan 31 '22 03:01 chatman

@HoustonPutman I tried to merge main into this branch, rebase on main, as well as apply these changes on a fresh branch forked from main.

On every occasion, the doLast task in solr/modules/build.gradle is not executing at all, and hence the local_packages.json isn't getting generated. Here's a branch based on fresh main. https://github.com/apache/solr/tree/jira/solr-15951. Any idea, please?

chatman avatar Feb 02 '22 11:02 chatman

Ok I merged main in and got stuff working. Haven't really tested everything, but I did test that the packaging works, and the the local_packages.json and the manifest.json files get created.

HoustonPutman avatar Feb 02 '22 16:02 HoustonPutman

This PR had no visible activity in the past 60 days, labeling it as stale. Any new activity will remove the stale label. To attract more reviewers, please tag someone or notify the [email protected] mailing list. Thank you for your contribution!

github-actions[bot] avatar Feb 22 '24 00:02 github-actions[bot]