puniverse / comsat

Fibers and actors for web development
docs.paralleluniverse.co/comsat
Other
598 stars 103 forks source link

remove AcceptingListener branch #55

Closed chonton-elementum closed 8 years ago

chonton-elementum commented 8 years ago

Branch of AcceptingListener class is no longer needed since jersey now uses asm 5.

The project with which I wish to use Comsat has very strict rules about no duplicate classes. We've had too many intermittent production issues ultimately traced back to older version jars in the classpath. Requiring no duplicate classes allows us to detect multiple jar version.

circlespainter commented 8 years ago

Thanks!

circlespainter commented 8 years ago

You should now find Comsat 0.7.1-SNAPSHOT on SonaType.