A Java Concurrency Bug, and How We Solved It
Everyone agrees that good debugging is critical. But it is not entirely trivial when it comes to multi-threaded applications. Here's the story how I tracked down a nasty bug in the Java5 ReentrantReadWriteLock. Update 15/4: To be a bit clearer, the
How to Solve the “file already exists” Maven/SVN Problem
If you are using Subversion and Maven, you might have experienced a message that looks something like: svn: File '/folder/pom.xml' already exists, when executing the "mvn release:prepare" goal. This has surely caused some frustration for us. After looking around we understood