You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commit 639b99e changed the public constructors of StringContainsStringEndsWith and StringStartsWith so that they now required an ignoreCase flag. This unfortunately can break anyone that happens to be calling those constructors directly rather than using the static factory methods.
Could additional constructors please be provided alongside the new ones so that Hamcrest 2.x remains compatible with earlier versions?