Skip to content

Caliko v1.3.6

Compare
Choose a tag to compare
@alansley alansley released this 27 Jun 07:19
· 9 commits to master since this release
  • Updated Java version from 8 to 11 (we could use 12, but 11 is LTS so let's go with that).
  • Updated LWJGL3 version from 3.0.0b to 3.2.2 and made necessary changes to maven POMs & Caliko demo.
  • Updated maven plugin versions used & JUnit plugin, hence...
  • ...much maven pom rework.
  • Changed marshalling/unmarshalling to not rely on @XmlAttributes (deprecated in Java 9), using serialization now.
  • Many, many updates to the JavaDoc to comply with Java 8+ stricter syntax.
  • Updates / fixes / clarifications to user documentation.