aggregateknowledge / java-hll

Java library for the HyperLogLog algorithm
http://research.neustar.biz/2013/12/24/open-source-release-java-hll/
Apache License 2.0
311 stars 70 forks source link

Lower JDK requrement to 1.6 #4

Closed yerenkow closed 10 years ago

yerenkow commented 10 years ago

Would be great to have java-hll working with Java 1.6 out-of-maven.

blinsay commented 10 years ago

We'll take a quick look this afternoon and see how easy that is. If it's just a pom.xml change, we'll try and push it sometime today or tomorrow. If code has to change, it might be closer to the end of the week.

yerenkow commented 10 years ago

pom.xml / maven-compiler-plugin

                    <source>1.6</source>
                    <target>1.6</target>

works for me instantly :)

ghost commented 10 years ago

@yerenkow This should appear in Maven Central in a bit under v1.4.0. Sorry about the delay!