JavaHamcrest icon indicating copy to clipboard operation
JavaHamcrest copied to clipboard

IsUnmodifiableCollection matcher feature #249

Open nhojpatrick opened this issue 4 years ago • 3 comments

(cherry picked from commit 0ba3f59b81ca6c886a2064b993b6025f84bf9c57)

@Andremoniy could you take a look at this and this error https://github.com/hamcrest/JavaHamcrest/runs/5176851243?check_suite_focus=true as it's breaking once we bump source to java 1.8 and run on java 17, 18-ea or 19-ea.

nhojpatrick avatar Feb 13 '22 23:02 nhojpatrick

(cherry picked from commit 0ba3f59)

@Andremoniy could you take a look at this and this error https://github.com/hamcrest/JavaHamcrest/runs/5176851243?check_suite_focus=true as it's breaking once we bump source to java 1.8 and run on java 17, 18-ea or 19-ea.

Yes, I already noticed it and I am checking what can be done

Andremoniy avatar Feb 13 '22 23:02 Andremoniy

(cherry picked from commit 0ba3f59)

@Andremoniy could you take a look at this and this error https://github.com/hamcrest/JavaHamcrest/runs/5176851243?check_suite_focus=true as it's breaking once we bump source to java 1.8 and run on java 17, 18-ea or 19-ea.

Dear @nhojpatrick, I have addressed the issues in a new PR: https://github.com/hamcrest/JavaHamcrest/pull/381 Could you check it please?

Andremoniy avatar Feb 17 '22 14:02 Andremoniy