[ANN] Salat 1.9.10 available

16 views
Skip to first unread message

Noah Zucker

unread,
Jul 13, 2016, 11:01:31 PM7/13/16
to scala-salat
Salat 1.9.10 is now available

    "com.github.salat" %% "salat" % "1.9.10"

This is a maintenance release that includes:
  • Change #142 Project coordiantes are now com.github.salat
  • Bugfix #137 "When suppressDefaultArgs = true, ObjectId fields without default value cause runtime error"
  • Bugfix for PR #161 "add test for '_id: Option[ObjectId] = None'
  • Various changes integrating waffle.io and TravisCI that were previously made in the 2.0.0-SNAPSHOT branch.
  • TravisCI tests now also test against JDK 8 as well as JDK 7


Additional Notes:


With 1.9.10, all changes targeting a 1.9.x version must be made against the branch 1.9.x-branch:


https://github.com/salat/salat/tree/1.9.x-branch

Noah Zucker

unread,
Jul 20, 2016, 2:03:21 PM7/20/16
to scala-salat
Additional note on this release (1.9.10)

Be sure to exclude old versions of Salat, which use the old com.novus project coordiantes. Otherwise, you risk pulling in old versions via transitive dependencies.

Sbt (well Ivy) resolver will see the com.novus and com.github.salat versions as two different versions, even though they have the same packages (com.novus.salat._) and will pull both into your project.

See: http://www.scala-sbt.org/release/docs/Library-Management.html
Reply all
Reply to author
Forward
0 new messages