Final methods and CGLib on JDK1.5MacOSX
I ran into a very interesting problem few days ago, where JDK5 on MacOSX threw an AbstractMethodError, while JDK6 on Windows and Linux didn´t. First obvious bet was some class that was compiled to JDK6 bytecode. Unfortunately it wasn´t that easy ... Other labels:
java, cglib, macosx
Pimp my m2proxy
Artifactory http://www.jfrog.org is a piece of software that aims to replace m2proxy as an intelligent proxy to maven repositories. It comes with a bundled Jetty instance and installscripts, those guys definately put some effort in. Everything works quite flawless right out ... Other labels:
maven, java