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

Changelog

mongo-java-driver (3.6.3-2~18.04) bionic; urgency=medium

  * Backport for OpenJDK 11. LP: #1814133.

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

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

  * Team upload.
  * New upstream version 3.6.3.
  * Declare compliance with Debian Policy 4.1.4.
  * Fix FTBFS with Java 10 because com.sun.tools.doclet does not exist anymore.
    (Closes: #897458)

 -- Matthias Klose <email address hidden>  Mon, 11 Mar 2019 12:46:32 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Bionic
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates universe misc
Bionic security universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
mongo-java-driver_3.6.3.orig.tar.xz 994.5 KiB 54f6e3811b3eccd5c34cea31532871a24dbb4c35e99badbc0461323f80e463c0
mongo-java-driver_3.6.3-2~18.04.debian.tar.xz 16.1 KiB 0e08100fbb46b9c521fc4fba0dc94ddffd9fc56fec68e3749d530270900e9c4a
mongo-java-driver_3.6.3-2~18.04.dsc 2.2 KiB cc76de2e3a9b33dca0af9ddd72a6ac98270856866fb3f356072c44e1984bcbef

View changes file

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.