commons
commons copied to clipboard
Common classes, mostly pertaining to concurrency.
Bumps [junit](https://github.com/junit-team/junit4) from 4.0 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
Have you considered pushing this package to a centralised repository like Maven Central for ease of integrating into other code?
Hi, As I observed that Parallel for implementation is designed for Java 8, I did changes to have it compiled and I have got it working using JSR166 and Java...
Re-write EATs to use http://docs.oracle.com/javase/6/docs/api/java/lang/instrument/ClassFileTransformer.html and possibly roll into this project.