Java Weekly, Issue 198 1. Spring and Java ===== >> JUnit 5 Tutorial: Writing Nested Tests [petrikainulainen.net] Hierarchical tests were sometimes entirely missing in the old JUnit. >> Benchmarking JDK String.replace() vs Apache Commons StringUtils.replace() [blog.jooq.org] It turns out that String.replace() uses the Pattern class internally – which results in… Continue Reading java-weekly-198

Java Web Weekly, Issue 147 A forward looking week a focus on reactive programming. Here we go… 1. Spring and Java ===== >> Project Valhalla: Goals [mail.openjdk.java.net] A very interesting read about the Java language itself and the direction it’s potentially heading into. >> Testing RxJava [infoq.com] Another very interesting… Continue Reading java-web-weekly-147