quarkusio / quarkus-platform-bom-generator

Quarkus platform BOM generating tools
Apache License 2.0
9 stars 18 forks source link

A list of non Red Hat version artifacts for redhat-version-rate option #341

Closed rsvoboda closed 2 months ago

rsvoboda commented 2 months ago

A list of non Red Hat version artifacts for redhat-version-rate option

Introduces --log-not-matched option that can be used in the future in combination with other options than just --redhat-version-rate.

Example command: domino quarkus --version 3.8.5.SP1-redhat-00001 --members=quarkus-bom --redhat-version-rate --extension-versions='*redhat*' --log-not-matched

rsvoboda commented 2 months ago

There is nothing redhat-specific

we have --redhat-version-rate ...

and log message like this:

Artifacts with Red Hat versions : 880 (81.6%)

Is the original comment about Non Red Hat version artifacts: string? Or anything else?

log-not-matched

I'm not sure, because the main option is --redhat-version-rate Calculate the rate of redhat versions among the inspected dependencies so there is no explicit search. But still --log-not-matched is probably better as it's more specific than --verbose I will change the option name.

rsvoboda commented 2 months ago

Update with "--log-not-matched" change

aloubyansky commented 2 months ago

Right, sorry, I confused it with a different option. Thanks, i'll have another look.