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.2 #851

Merged
merged 27 commits into from
Dec 31, 2020
Merged

Release 1.6.2 #851

merged 27 commits into from
Dec 31, 2020

Conversation

hcoles
Copy link
Owner

@hcoles hcoles commented Dec 31, 2020

#770 and #746 Fix NPE during coverage stage (thanks @LaurentTho3)
#849 Make feature names case insensitive
#844 Extend feature system to work with listeners
#842 Make report options available to listeners

Henry Coles and others added 27 commits December 8, 2020 12:54
make report options object available to listeners
Unfortunately travis has become unusably slow. This commit removes
travis and puts basic ci in place via github actions.

Testing against J9 is lost, as is testing against different maven
versions.
Java 8 on linux is already covered by github actions, re-running on
azure providse no additional benefit.
Failing test to describe general issue behind coverage bugs - child
classes are initialized after their parents, so coverage probe is not
initialized when parent refers to child in a static initializer block.
Adds a null check when accessing the probe field, initialising it if
null.

Under most circumstances the probe array will have been assigned in the
static initializer, but in the special case of a child class where the
parent class constructs the child in a static initializer the child
initializer will not have been called.
@hcoles hcoles merged commit 40c8526 into release Dec 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants