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

Revert 58 to fix spotbugs/spotbugs!819 #100

Merged
merged 9 commits into from
Feb 11, 2019
Merged

Revert 58 to fix spotbugs/spotbugs!819 #100

merged 9 commits into from
Feb 11, 2019

Commits on Jan 9, 2019

  1. Revert "Fix #57. Implement Worker API support."

    This reverts commit a0ceea6.
    It seems that this change introduced a multi-threading problem
    reported at spotbugs/spotbugs#819
    so I revert that commit to make gradle plugin stable.
    KengoTODA committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    112407e View commit details
    Browse the repository at this point in the history
  2. add SLF4J API and bridge into spotbugsClasspath

    this is necessary because worker process needs them to run SpotBugs
    which depends on SLF4J.
    KengoTODA committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    6e9bcd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    040d91f View commit details
    Browse the repository at this point in the history
  4. add entries into CHANGELOG

    KengoTODA committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    4d41992 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. Configuration menu
    Copy the full SHA
    9347e93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b99526b View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2019

  1. rename Executer to Executor

    KengoTODA committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    5be0e04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5f7360 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    067a55c View commit details
    Browse the repository at this point in the history