Skip to content

Too aggressive logging of Assuming allowMajorUpdates false because allowMinorUpdates is false #1131

Closed
@gmshake

Description

I have a project utilize the goal display-dependency-updates to check minor and incremental dependency updates. The config has explicitly set allowMajorUpdates to false, but on running
the goal the plugin still emit lots of Assuming allowMajorUpdates false because allowMinorUpdates is false.

[INFO] --- versions:2.17.1:display-dependency-updates (default) @ foo ---
[INFO] Assuming allowMajorUpdates false because allowMinorUpdates is false.
[INFO] Assuming allowMajorUpdates false because allowMinorUpdates is false.
[INFO] Assuming allowMajorUpdates false because allowMinorUpdates is false.
[INFO] Assuming allowMajorUpdates false because allowMinorUpdates is false.
[INFO] Assuming allowMajorUpdates false because allowMinorUpdates is false.
[INFO] Assuming allowMajorUpdates false because allowMinorUpdates is false.
[INFO] Assuming allowMajorUpdates false because allowMinorUpdates is false.
...

I think those logging can be omitted if user set allowMajorUpdates to false explicitly.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions