Baqend / Orestes-Bloomfilter

Library of different Bloom filters in Java with optional Redis-backing, counting and many hashing options.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

incompatible with jdk 1.6 !

BlackRider97 opened this issue · comments

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 ?

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.