Version 3.0.0 released

26/10/2011 23:11

Two weeks ago (October 11th, 2011) we released next major version of our beloved Java Simon. It was a lot of work (mostly with Maven, honestly :-)) but the result is well worth it. While most of the API is unchanged and migration should be smooth if you don't rely on JDK 5, you should be informed about the most important changes:

  • Java Simon 3.0 is pure JDK 6 and requires Java 6 at least. After so many years, I hope it is understandable.
  • JMX 1.4 stays and is merged to core, JDBC 3 is gone, JDBC 4 is here to stay.
  • There are many fixes as well.

We thank all those who contributed with their feedback or issues. Current Javadoc and download are available on our project page - as is wiki documenting dependencies for Maven users. Enjoy!

Back