cowtowncoder / java-merge-sort

Basic stand-alone disk-based N-way merge sort component for Java
Apache License 2.0
83 stars 31 forks source link

Increase JDK baseline from Java 6 to Java 8 #22

Closed cowtowncoder closed 1 year ago

cowtowncoder commented 1 year ago

Due to fix #21 we need to increase JDK baseline from Java 6 to at least Java 7. But at this point in time, Java 8 is the oldest supported version so let's just move to it.

Change needs to result in at least minor version bump so let's also move from 1.0.x to 1.1.0 for this project.