Today I’m happy to announce new versions of bson4jackson 2.6.0 and gradle-download-task 2.1.0. bson4jackson adds support for BSON, a binary representation of JSON, to the Jackson JSON processor. gradle-download-task is a Gradle plugin that provides a Download
task displaying progress information while downloading files—just like Gradle does when it fetches an artifact from a repository.
Grab the new releases while they’re still hot:
https://github.com/michel-kraemer/gradle-download-task
https://github.com/michel-kraemer/bson4jackson
The new versions are maintenance releases fixing a few minor bugs.
hashCode()
functions for custom typesMinKey
(see issue #51)--offline
command line parameter (see feature request #33)For a complete description of bson4jackson (including how to download it) have a look at my tutorial. If you want to learn more about gradle-download-task have a look at its README file or at my earlier post.