RoadRunner 0.3
This release includes a number of small fixes and improvements to the previous release. Notable items:
- Java 1.7 is now required.
- Internal caches are cleared more frequently to avoid memory bloat.
- Rudimentary support for reflective field accesses.
- New ClassAccessed event that is generated when reading a static final field. Needed to properly track the happens-before edge between field initialization and reads.