mongo-java-driver 3.6.3-2 source package in Ubuntu

Changelog

mongo-java-driver (3.6.3-2) unstable; urgency=medium

  * Team upload.
  * Removed the unused build dependency on mongodb-server (Closes: #919092)
  * Standards-Version updated to 4.3.0
  * Use salsa.debian.org Vcs-* URLs

 -- Emmanuel Bourg <email address hidden>  Sat, 12 Jan 2019 19:32:55 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
mongo-java-driver_3.6.3-2.dsc 2.2 KiB 64a051845cb417cdf3f18f4d5e867915b4436156c52d4e3156e923be30b9809a
mongo-java-driver_3.6.3.orig.tar.xz 994.5 KiB 54f6e3811b3eccd5c34cea31532871a24dbb4c35e99badbc0461323f80e463c0
mongo-java-driver_3.6.3-2.debian.tar.xz 16.0 KiB 2bc7c890f49c343a59211964c672b223dbf706497913e0027bfee291bc49e10b

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.