I think it came in as part of https://github.com/apache/solr/pull/1319

It has been this way for a while if you don't do a clean/full build.

At first I thought we could remove the licenses, but they are still needed
just because they aren't referenced with whatever steps were run.

Kevin Risden


On Tue, Dec 5, 2023 at 6:54 PM David Smiley <dsmi...@apache.org> wrote:

> I often find that after running "gradle check", I get the following warning
> at the very end, right after the slow tests are printed:
>
> WARNING: there were unreferenced files under license folder:
>   -
> /Users/dsmiley/SFDCDev/solr_9x/solr/licenses/HdrHistogram-LICENSE-PD.txt
>   - /Users/dsmiley/SFDCDev/solr_9x/solr/licenses/HdrHistogram-NOTICE.txt
>   -
> /Users/dsmiley/SFDCDev/solr_9x/solr/licenses/LatencyUtils-LICENSE-PD.txt
>   - /Users/dsmiley/SFDCDev/solr_9x/solr/licenses/LatencyUtils-NOTICE.txt
>   -
> /Users/dsmiley/SFDCDev/solr_9x/solr/licenses/SparseBitSet-LICENSE-ASL.txt
>   - /Users/dsmiley/SFDCDev/solr_9x/solr/licenses/SparseBitSet-NOTICE.txt
> etc.
>
> Basically every *.txt file that exists in this folder, which is ~567 of
> them.  Each is dumped to the console.  Is this happening for others?  Has
> anyone dug into why this is occurring?
>
> ~ David Smiley
> Apache Lucene/Solr Search Developer
> http://www.linkedin.com/in/davidwsmiley
>

Reply via email to