Hamcrest v2.2-rc1
Pre-release
Pre-release
Improvements
- AllOf/AnyOf: Pass the matchers to constructor using varargs (Issue #245)
- Matchers.anyOf: Fix generic bounds compatibility for JDK 11 (Issue #256, Issue #257)
- AssertionError message is unhelpful when match fails for byte type (Issue #254, Issue #255)
- Use platform specific line breaks (PR #267)
- Build now checks for consistent use of spaces (PR #217)
Bugfixes
- Fix compatibility issue for development with Android D8 (Issue #246)
- Fix typo in license name (Issue #247)
- 1.3 compatible constructors for string matchers (Issue #259, Issue #260)
- Fix for split packages with Java 9 modules (Issue #269, PR #270)