Skip to content

Commit

Permalink
jqno#206 turns out to be a duplicate of jqno#215
Browse files Browse the repository at this point in the history
  • Loading branch information
jqno committed Dec 24, 2018
1 parent f828049 commit 87e5dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Various precondition checks now give slightly different error messages if they fail.

### Fixed
- `#withPrefabValues()` no longer throws InaccessibleObjectException when the prefab value is from a module that is not open for reflection and the `--illegal-access=deny` flag is activated. (It will still issue illegal reflective access warnings when `--illegal-access=warn`, though. This is the default setting.) ([Issue 215](https://github.com/jqno/equalsverifier/issues/215))
- `#withPrefabValues()` no longer throws InaccessibleObjectException when the prefab value is from a module that is not open for reflection and the `--illegal-access=deny` flag is activated. (It will still issue illegal reflective access warnings when `--illegal-access=warn`, though. This is the default setting.) ([Issue 206](https://github.com/jqno/equalsverifier/issues/206) and [Issue 215](https://github.com/jqno/equalsverifier/issues/215))
- EqualsVerifier's test suite now runs on Java 12 EA. ([Issue 209](https://github.com/jqno/equalsverifier/issues/209))


Expand Down

0 comments on commit 87e5dce

Please sign in to comment.