News

The following code sample works with OpenJDK 8 but does not compile with OpenJDK 11: public class SimpleTest { @Test public void test() { List<String> list = new ArrayList<>(); assertThat(list, any ...