Baqend / Orestes-Bloomfilter

Library of different Bloom filters in Java with optional Redis-backing, counting and many hashing options.
Other
843 stars 245 forks source link

incompatible with jdk 1.6 ! #15

Closed BlackRider97 closed 10 years ago

BlackRider97 commented 10 years ago

I am getting error "Unsupported major.minor version 51.0" while running with jdk 1.6 and I am also unable to build project from github repository. Am I missing something ?

DivineTraube commented 10 years ago

Hi, the current version of the filter makes use of new language features and is thus indeed only compatible with Java 8. The previous version (the current one at the time you posted) is compatible with Java 7 upwards.