Release 0.6.2 (2013/02/03)
New Features
Support for offline instrumentation (GitHub #4, #64).
JaCoCo agent exposes runtime API for direct integration with application under test (GitHub #61).
Support for parallel test execution: Different agents can now safely write to the same *.exec file (GitHub #52).
New output mode 'none' can be used when agent is only controlled via JMX or its new runtime API (GitHub #63).
Better error message in case of invalid stackmap frames (GitHub #73).
jacoco-maven-plugin: default phase for goal "report" - "verify" (GitHub #72).
Non-functional Changes
For every build the corresponding Git commit hash is included as Eclipse-SourceReferences manifest headers (GitHub #7, #59).
API Changes
The output mode mbean of the agent has been dropped in favor of the new boolean option jmx. This allows to combine JMX access with any other output mode (GitHub #62).