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

Release 1.6.3 #861

Merged
merged 14 commits into from
Feb 16, 2021
Merged

Release 1.6.3 #861

merged 14 commits into from
Feb 16, 2021

Commits on Dec 31, 2020

  1. Update readme for 1.6.2

    Henry Coles committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    c0732d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Make check for available features case insensitive

    Henry Coles committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    d2254a5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #853 from hcoles/fix-case-insensitive-feature-check

    Make check for available features case insensitive
    hcoles authored Jan 4, 2021
    Configuration menu
    Copy the full SHA
    f0c054f View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. Make coverage data available to interceptors

    Henry Coles committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    d9efca6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #855 from hcoles/coverage-interceptors

    Make coverage data available to interceptors
    hcoles authored Jan 14, 2021
    Configuration menu
    Copy the full SHA
    9a749fc View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. Code inspection fixes

    Henry Coles committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    6bae7b3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #856 from hcoles/tidy_up

    Code inspection fixes
    hcoles authored Jan 15, 2021
    Configuration menu
    Copy the full SHA
    ee02ad2 View commit details
    Browse the repository at this point in the history
  3. Pass data from stdout and stderr of spawned processes line by line to…

    … the consumer - Fix for #596.
    
    This ensures, that the prefixes added by a consumer do not occur in the middle of the message, which happened in the old implementation if the message was longer than 256 bytes (often the case for stacktraces).
    Kathrin Geilmann committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    b684173 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. Merge pull request #857 from kgeilmann/fix_mess_on_stdout_stderr

    Pass data from stdout and stderr of spawned processes line by line to…
    hcoles authored Jan 18, 2021
    Configuration menu
    Copy the full SHA
    eee3165 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Configuration menu
    Copy the full SHA
    734a8f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Merge pull request #858 from alexkoltz/master

    Fixed tests not failing when maxSurviving=0
    hcoles authored Jan 25, 2021
    Configuration menu
    Copy the full SHA
    6410c68 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. Configuration menu
    Copy the full SHA
    141244e View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. improve try-with-resources-filtering #766

    Javac emits fewer null checks for try with resources in 11 than in 8.
    This trips up the junk mutation filtering.
    
    This change broadens the filtering to catch java 11 generated code and
    changes the implementation to use the bytecode matching system.
    Henry Coles committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    6abe32b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #860 from hcoles/java_11_try_with_resources

    Java 11 try with resources
    hcoles authored Feb 16, 2021
    Configuration menu
    Copy the full SHA
    6a4f021 View commit details
    Browse the repository at this point in the history