mongo-java-driver 3.6.2-1 source package in Ubuntu

Changelog

mongo-java-driver (3.6.2-1) unstable; urgency=medium

  * Team upload.
  [ Christopher Hoskin ]
  * Update patches

  [ Markus Koschany ]
  * New upstream version 3.6.2.
  * Use compat level 11.
  * Declare compliance with Debian Policy 4.1.3.
  * Add gradle.patch and fix various build issues.
  * New build-dependency libsnappy-java.
  * Do not run any tests to avoid a FTBFS. They can possibly be re-enabled when
    Debian's Gradle version is >= 4. (Closes: #880318)

 -- Markus Koschany <email address hidden>  Mon, 05 Feb 2018 21:20:02 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
mongo-java-driver_3.6.2-1.dsc 2.3 KiB 2c44d5c12ece66284b93cf087e5935df070c45722da91430f6dc1cacd6052a2c
mongo-java-driver_3.6.2.orig.tar.xz 993.6 KiB 9b63b3adbd52e39b32a098a6b6b52fcecff75a6149796d4f93d92732e0ccb705
mongo-java-driver_3.6.2-1.debian.tar.xz 14.8 KiB 228965516327c8c74bbcfe0bfb08dc601bfbf7826e865e326845de029cae1430

Available diffs

No changes file available.

Binary packages built by this source

libmongodb-java: MongoDB Java Driver

 Debian package for the official MongoDB Java Driver providing both synchronous
 and asynchronous interaction with MongoDB. Powering the drivers is a new driver
 core and BSON library.
 .
 Features
 .
 BSON Library
 A standalone BSON library, with a new Codec infrastructure that you can use to
 build high-performance encoders and decoders without requiring an intermediate
 Map instance.
 .
 MongoDB Driver
 An updated Java driver that includes the legacy API as well as a new generic
 MongoCollection interface that complies with a new cross-driver CRUD
 specification.
 .
 MongoDB Async Driver
 A new asynchronous API that can leverage either Netty or Java 7's
 AsynchronousSocketChannel for fast and non-blocking IO.
 .
 Core driver
 The MongoDB Driver and Async Driver are both built on top of a new core
 library, which anyone can use to build alternative or experimental high-level
 APIs.