clj-commons / manifold

A compatibility layer for event-driven abstractions
1.02k stars 106 forks source link

Remove support for java 7 and below #213

Closed KingMob closed 2 years ago

KingMob commented 2 years ago

Removes the use of when-class on classes/interfaces introduced in Java 8. Also fixes a bug in BaseStream test, and adds some minor docs and POM info.