Changeset [ed57a77f6e5dd07738618b41c1cb17d56c2382a6] by Brendan W. McAdams

August 3rd, 2010 @ 12:14 PM

Release 1.0.7.4

Minor bugfix / tweak release.

  • Fixed some issues w/ GridFS libraries attempting to call toMap in iteration, which isn't implemented on the Java side; added custom toString methods on the GridFS files [BWM]
  • Cleaned up log spam [BWM / MA]
  • Added serialization hook for MongoDBObject to help catch any nested instances [MA]
  • Cleaned up some stray references to java.lang.Object, replaced with AnyRef for good Scala coding practices [BWM] http://github.com/novus/casbah/commit/ed57a77f6e5dd07738618b41c1cb1...

Committed by Brendan W. McAdams

  • A notes/1.0.7.4.markdown
  • M project/build.properties
  • M src/main/scala/mongodb/GridFS.scala
  • M src/main/scala/mongodb/MongoDBObject.scala
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Formerly known as "mongo-scala-wrappers". A series of wrappers and DSL-like functionality for utilizing MongoDB from within Scala. This currently utilises the very Java-oriented Mongo Java driver, and attempts to provide more scala-like functionality on top of it. The current (latest) version has been tested against MongoDB 1.4.x, with the 2.0 Java Driver (not all 2.0 driver features are wired in yet, as development began against 1.x). Your Mileage May Vary. See the docs and test classes for information on best practices and functionality. This work is open sourced by Novus Partners, Inc. <http://novus.com> under the Apache License v2.

Shared Ticket Bins