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

fixes unclosed scanner #7

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Commits on Jan 22, 2019

  1. fixes unclosed scanner

    Peter Schuller committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    5c653cb View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. pins to last known docker working image

    As tests were running properly on my machine I did some research.
    https://discuss.circleci.com/t/the-forked-vm-terminated-without-properly-saying-goodbye-while-running-tests/26246
    indicated that changes to the image might be the reason for the failing
    build. To verify this I selected the last known working configuration in
    this commit.
    Peter Schuller committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    0867187 View commit details
    Browse the repository at this point in the history
  2. Revert "pins to last known docker working image"

    Older docker image is not available anymore.
    Peter Schuller committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    5247f51 View commit details
    Browse the repository at this point in the history
  3. should fix surefire now

    The issue is also being discussed at the debian mailing list
    https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911925
    They either suggest a downgrade of java or a not to use the
    system class loader. I've added configuration for the latter.
    Peter Schuller committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    dcec25c View commit details
    Browse the repository at this point in the history