One of my colleagues mentioned Java MicroBenchmarking Harness (jmh), curiosity got the best of me, and I started playing with it for my project. Per a recommendation, I ran this as a new project. I created a new project using: mvn archetype:generate \ -DinteractiveMode=false \ -DarchetypeGroupId=org.openjdk.jmh \ […]
Daily Archives: 2019/07/20
Lessons Learned in July 2019
There is a Mojo in My Dojo (How to write a Maven plugin) A handy website that outlines the creation of a maven plugin we used in a Java Healthcare project I was working on. The Mojo I wrote used lessons learned in unit testing from the site. Thank you to the author. JAXP Debug Log […]