JavaHamcrest icon indicating copy to clipboard operation
JavaHamcrest copied to clipboard

Make IsBlank matcher consistent with String.isBlank

Open Thorn1089 opened this issue 3 years ago • 3 comments

Fixes https://github.com/hamcrest/JavaHamcrest/issues/325

Thorn1089 avatar Feb 05 '21 04:02 Thorn1089

Well...from Travis I learned that Hamcrest still supports Java7, hence why isBlank is not being used. Need to consider a different approach.

Thorn1089 avatar Feb 05 '21 21:02 Thorn1089

@peterdemaeyer looks like the builds have passed again, and the whitespace changes have been made :)

Thorn1089 avatar Feb 25 '21 15:02 Thorn1089

Going to try and kick start hamcrest, so if you want to get it merged, please rebase from the branch v2.3-candidates. Still trying to understand how has permissions to perform a release.

nhojpatrick avatar Feb 13 '22 12:02 nhojpatrick