fix: improve configuration consistency (casing) by jeremylong · Pull Request #8355 · dependency-check/DependencyCheck (original) (raw)
suggestion(non-blocking): it may be scope creep and fitting more into an additional PR, this comment is more to raise the discussion. In order to assist the migration from the deprecated parameters to the new ones before the removal of the old parameters, could we consider adding warning logs in the form of:
[WARN] 'retirejsFilter' is deprecated and may be removed in the next major release, please migrate to 'retireJsFilter'
?
This may incentivize our users to switch prior the major version and ease their migration.
I am considering doing something similar for the ossIndex url, so it could fit in an additional change. If we prefer to add this change in a following PR, I can create a task.