Commit graph

303 commits

Author SHA1 Message Date
Rob Hanlon
82ec258f6d
Add 1.9 profile to ensure back compat 2021-01-20 15:41:03 -08:00
Rob Hanlon
37c2d8433b
Bump all dependency versions 2021-01-20 15:38:20 -08:00
Michael Klishin
805383f1ec
Back to dev version 2018-12-10 15:28:35 +03:00
Michael Klishin
a3f6982a61
3.5.0 2018-12-10 15:23:54 +03:00
Michael Klishin
d6f5ac743d
Compile for JDK 8 2018-12-07 19:55:34 +03:00
Michael Klishin
4b591fc910
Back to dev version 2018-12-02 22:27:46 +03:00
Michael Klishin
79bd0aabca
3.5.0-rc1 2018-12-02 22:18:53 +03:00
Michael Klishin
6bf528ed5b
Bump version to 3.5.0
There are breaking changes that reflect breaking changes
in Monger's dependencies:

 * MongoDB server and Java client
 * core.cache
 * Ragtime

While not major, they can be breaking nonetheless so let's use a
greater minor version bump than usual to communicate the greater
than usual number of changes.
2018-12-02 21:45:44 +03:00
Michael Klishin
386f06da8c
Update dependencies, adapt to new core.cache and Ragtime APIs 2018-12-02 21:24:29 +03:00
Nico
216674cd3d
Upgrade mongo drivers to 3.8.0 GA version
I'm trying to upgrade with latest mongoDB drivers for Java. 
In case these drivers are breaking the tests I'll try with former `3.7.1` or `3.6.4` drivers version.
2018-07-23 14:34:48 +02:00
冯忠孝
5d31f9fc1a support java Bigdecimal in mongodb 3.4 or later 2017-11-18 11:31:45 +08:00
Nick
319872d5bc Update dependencies to support MongoDB 3.4.x
In order for Monger to work with MongoDB 3.4.x and higher, the Java driver must also be 3.4.x and higher.  Additionally, the 3.4.x driver series will generally work with Java version 6.x, it requires 7.x, and even 8.x for specific SSL functions that are needed by some "Platform As A Service" providers such as MongoDB Atlas.  Here are some relevant links that provide some additional details: 

- http://mongodb.github.io/mongo-java-driver/3.4/upgrading/
- https://docs.atlas.mongodb.com/driver-connection/#java-driver-example
- http://mongodb.github.io/mongo-java-driver/?_ga=2.85301265.905224850.1494354505-76319364.1488584191
2017-05-09 14:32:25 -07:00
Michael Klishin
d0fc0ed528 alpha13 is out 2016-10-10 00:17:01 +03:00
Michael Klishin
c374e7593b
Back to dev version 2016-09-17 03:28:45 +03:00
Michael Klishin
3e5f16d146
3.1.0 2016-09-17 03:27:10 +03:00
Michael Klishin
be95971e58
Bump MongoDB Java client to 3.3.0 2016-09-17 01:33:41 +03:00
Michael Klishin
2f19f62e3f Depend on Clojure 1.8, test against 1.9 previews 2016-08-20 09:35:09 +03:00
Michael Klishin
07b63150d1 Test against Clojure 1.8.0 2016-03-31 02:55:15 +03:00
Michael Klishin
189d347f50 Merge branch '3.0.x-stable' 2016-01-10 23:46:23 +03:00
Michael Klishin
114630f769 Back to dev version 2016-01-10 23:44:39 +03:00
Michael Klishin
6c25763748 3.0.2 2016-01-10 23:44:39 +03:00
Michael Klishin
45cb68115b Upgrade Java client to 3.2.0 2016-01-10 23:44:39 +03:00
Michael Klishin
57fb96a1b7 Upgrade to Codox 0.9.0 2015-12-20 02:11:15 +03:00
Michael Klishin
aec51c03f4 MongoDB Java driver 3.0.4 2015-09-25 01:50:27 +03:00
Michael Klishin
1f395c4e41 Back to dev version 2015-09-25 01:27:38 +03:00
Michael Klishin
bfac6bbe3a 3.0.1 2015-09-25 01:27:01 +03:00
Michael Klishin
504a358162 MongoDB Java driver 3.0.4 2015-09-25 01:25:48 +03:00
Michael Klishin
5898cfb3bc Back to dev version 2015-09-25 01:25:17 +03:00
Michael Klishin
e0c632f0d3 Test against Clojure 1.8.0-alpha4 2015-08-09 15:44:17 +03:00
Michael Klishin
f3cff7a52a Test against Clojure 1.8.0-alpha3 2015-08-01 02:51:15 +03:00
Michael Klishin
76cd30d79c Java driver 3.0.03 2015-08-01 02:46:15 +03:00
Michael Klishin
95d0145a0b Test against Clojure 1.8.0-alpha2 2015-07-18 03:39:39 +03:00
Michael Klishin
7e111a332e 3.0.0 2015-07-16 23:38:08 +03:00
Michael Klishin
19613b6e01 Bump Cheshire to 5.5.0 2015-07-16 23:38:08 +03:00
Michael Klishin
ec5590fd56 Back to dev version 2015-07-16 23:38:08 +03:00
Michael Klishin
478efa092d Bump clojure.data.json to 0.2.6 2015-07-16 23:38:08 +03:00
Michael Klishin
ac90956f92 Don't test against clojure.data.json 0.1.x 2015-07-16 23:38:08 +03:00
Michael Klishin
1da1dab013 Test against 1.6 via a profile, drop 1.5 support 2015-07-16 23:38:07 +03:00
Michael Klishin
80cadd54c4 Depend on Clojure 1.7 2015-07-16 23:37:34 +03:00
Michael Klishin
b4ea572293 Clojure master is now 1.8.0-master-SNAPSHOT 2015-07-12 01:16:03 +03:00
Michael Klishin
ae2ac84921 Test against Clojure 1.7.0 GA 2015-07-12 01:07:23 +03:00
Michael Klishin
7f74d16a36 Test against Clojure 1.7.0-RC2 2015-06-27 23:10:24 +03:00
Michael Klishin
2cd8c0c6a0 Back to dev version 2015-06-27 23:08:46 +03:00
Michael Klishin
ceed6f85c5 3.0.0-rc2 2015-06-27 23:06:48 +03:00
Michael Klishin
b762c1875f Bump Java driver to 3.0.2 2015-06-27 22:13:23 +03:00
Michael Klishin
d80a2766ee Back to dev version 2015-06-13 22:17:06 +03:00
Michael Klishin
2eb6f80ae8 3.0.0-rc1 2015-06-13 19:47:52 +03:00
Tom McMillen
602b6e3ce9 Add JSON serialization of BSONTimestamp 2015-05-17 13:27:40 -07:00
Michael Klishin
2be051289f Use GA version of the Java driver 2015-05-11 01:19:31 +03:00
Michael Klishin
07a9c5ee16 Silence MongoDB Java driver logger 2015-05-11 00:15:56 +03:00