CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Tue, 26 Aug 2025 02:26:24 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20091218105101
location: https://web.archive.org/web/20091218105101/https://github.com/mongodb/mongo-java-driver/tree/r1.1
server-timing: captures_list;dur=0.718430, exclusion.robots;dur=0.027090, exclusion.robots.policy;dur=0.012659, esindex;dur=0.016414, cdx.remote;dur=7.607296, LoadShardBlock;dur=142.685536, PetaboxLoader3.datanode;dur=82.517510, PetaboxLoader3.resolve;dur=20.458296
x-app-server: wwwb-app222
x-ts: 302
x-tr: 184
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app222; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Tue, 26 Aug 2025 02:26:24 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Fri, 18 Dec 2009 10:51:01 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "877e9b14ca827d47f8311a4330aaae9f"
x-archive-orig-x-runtime: 126ms
x-archive-orig-content-length: 28757
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Fri, 18 Dec 2009 10:51:01 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 18 Dec 2009 10:51:01 GMT", ; rel="memento"; datetime="Fri, 18 Dec 2009 10:51:01 GMT", ; rel="last memento"; datetime="Fri, 18 Dec 2009 10:51:01 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_13_20091218084500_crawl101-c/52_13_20091218105033_crawl101.arc.gz
server-timing: captures_list;dur=0.472357, exclusion.robots;dur=0.017079, exclusion.robots.policy;dur=0.008862, esindex;dur=0.010785, cdx.remote;dur=6.083671, LoadShardBlock;dur=305.493984, PetaboxLoader3.datanode;dur=168.302530, PetaboxLoader3.resolve;dur=215.607706, load_resource;dur=196.539387
x-app-server: wwwb-app222
x-ts: 200
x-tr: 567
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
mongodb's mongo-java-driver at r1.1 - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Description: | java driver for mongo edit |
Homepage: | edit |
Public Clone URL: |
git://github.com/mongodb/mongo-java-driver.git
Give this clone URL to anyone.
git clone git://github.com/mongodb/mongo-java-driver.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:mongodb/mongo-java-driver.git
|
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Fri Sep 11 07:19:58 -0700 2009 | some new stuff to ignore [erh] |
![]() |
LICENSE.txt | Thu Feb 12 05:13:46 -0800 2009 | Relicense under the AL2.0 [Geir Magnusson Jr] |
![]() |
README.md | Wed Dec 09 10:40:43 -0800 2009 | connections are pooled per mongo MongoOptions c... [erh] |
![]() |
build.xml | Tue Dec 15 08:10:17 -0800 2009 | BUMP 1.1 [erh] |
![]() |
examples/ | Wed Dec 09 10:48:29 -0800 2009 | clean up examples [erh] |
![]() |
lib/ | Fri Feb 06 06:11:43 -0800 2009 | build.xml : move "include" to "lib" [Geir Magnusson Jr] |
![]() |
maven.xml | Wed Dec 09 11:05:23 -0800 2009 | better maven tools [erh] |
![]() |
mavenPush.py | Wed Dec 09 11:05:23 -0800 2009 | better maven tools [erh] |
![]() |
src/ | Thu Dec 10 11:54:52 -0800 2009 | fix init order [erh] |
![]() |
testng.xml | Fri Oct 16 22:22:54 -0700 2009 | slight fix to batchSize and fix unit tests [erh] |
![]() |
validate | Sat Jan 10 05:44:20 -0800 2009 | validate script for kristina's framework [geir] |
![]() |
validate.sh | Sun Jan 18 07:43:18 -0800 2009 | validate.sh : little script to help run against... [geir] |
README.md
MongoDB Java Driver
latest code: https://github.com/mongodb/mongo-java-driver
Change Log
for cases, see: https://jira.mongodb.org/browse/JAVA
v1.1 - 2009-12-10 MAJOR:
connections are pooled per Mongo
This feature is coming soon. Sit tight!