Skip to content

cue.language now compiled into WordCram.jar

Compare
Choose a tag to compare
@monkstone monkstone released this 12 Mar 14:40
· 26 commits to master since this release

We now compile our own version of WordCram, which for this release is essentially the the same code as Dan Bernier (and Jonathan Feinberg cue.language), except we have dropped java-1.5 compatibility in favour of updating to JDK8. So where possible instead of using an anonymous class expression, we now use a lambda expression, and other jdk goodness. Future releases might actually include some jruby java code to compile. Update to use jsoup-1.10.2.jar