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

Feature/337 slf4j logging #339

Closed
wants to merge 16 commits into from

Commits on Jun 20, 2019

  1. Use slf4j logging API everywhere.

    Aaron Digulla committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    3152ca5 View commit details
    Browse the repository at this point in the history
  2. Helper code to test logging

    Aaron Digulla committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    8760003 View commit details
    Browse the repository at this point in the history
  3. Use RedirectLogger to test log output

    Aaron Digulla committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    0fc4917 View commit details
    Browse the repository at this point in the history
  4. Formatting

    Aaron Digulla committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    e450dd8 View commit details
    Browse the repository at this point in the history
  5. Fixed for Java 7

    Aaron Digulla committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    6ef105a View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. Avoid String concatenation

    Aaron Digulla committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    b04c62e View commit details
    Browse the repository at this point in the history
  2. Typo plus the license is not related to JDOM in any way.

    Aaron Digulla committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    a0be013 View commit details
    Browse the repository at this point in the history
  3. Moved dependencies into dependencyManagement element to make sure the…

    … same version is used in the whole dependency tree.
    
    All versions should be here but I don't want to change too much.
    Aaron Digulla committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    78d5ad7 View commit details
    Browse the repository at this point in the history
  4. The verbose flag is set by getLog.isDebugEnabled(), so we can call LO…

    …G.debug() without the guard here.
    Aaron Digulla committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    921bd70 View commit details
    Browse the repository at this point in the history
  5. Avoid String concatenation

    Aaron Digulla committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    c85ec0b View commit details
    Browse the repository at this point in the history
  6. No longer necessary

    Aaron Digulla committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    31ab47a View commit details
    Browse the repository at this point in the history
  7. Use missingFile over "missing file" because it's confusing to read "L…

    …oaded missing file ...".
    Aaron Digulla committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    ed5881f View commit details
    Browse the repository at this point in the history
  8. Replaced Plexus Logger with slf4j.

    Use missingFile over "missing file" to avoid confusion.
    Got rid of verbose flag in getProjectsWithNoLicense()
    Aaron Digulla committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    ad1a676 View commit details
    Browse the repository at this point in the history
  9. Parent POM has this in dependencyManagement with version 3.4. To avoi…

    …d problems, moved to our dependencyManagement element so everyone will use our preferred version.
    Aaron Digulla committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    0ce4c19 View commit details
    Browse the repository at this point in the history
  10. Fixed deprecation warning.

    Aaron Digulla committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    e36d6ab View commit details
    Browse the repository at this point in the history
  11. Formatting

    Aaron Digulla committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    2a99356 View commit details
    Browse the repository at this point in the history