Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cleanup] Remove internally deprecated default class not used #707

Merged

Commits on Jan 4, 2024

  1. [cleanup] Remove internally deprecated default class not used

    All this does is waste memory on the license-maven-plugin-fs test that uses it.
    
    The adjustProperties fails to use what it created there so that just goes to GC.
    
    The deprecated method only returns Collections.emptyMap().
    
    Due to test in the license-maven-plugin-fs, keep these as default but have them do nothing as that is what they are actually doing.  The adjustProperties will remain to send back emptyMap()
    hazendaz committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    1c8b90f View commit details
    Browse the repository at this point in the history