neboskreb / red-and-blue

JUnit 5 extension for easy injection of Red and Blue objects
Apache License 2.0
1 stars 0 forks source link

Support for EqualsVeirfier 3.17 #66

Closed neboskreb closed 3 weeks ago

neboskreb commented 3 weeks ago

Support for EqualsVeirfier 3.17

The internal API has changed in 3.17: the PrefabValues mechanism was replaced with Objenesis (object genesis). As result, #63 is failing with compiler errors.

At least a quick update is required. A more desirable solution would be reworking the object generation to the new Objenesis mechanism.

neboskreb commented 3 weeks ago

FYI @nextincrement