Oliver Gierke
a9b1b640c0
DATAMONGO-1754 - After release cleanups.
2017-09-11 17:40:21 +02:00
Oliver Gierke
b888864407
DATAMONGO-1754 - Prepare next development iteration.
2017-09-11 17:40:18 +02:00
Oliver Gierke
3e672e4563
DATAMONGO-1754 - Release version 2.0 RC3 (Kay).
2017-09-11 17:24:45 +02:00
Oliver Gierke
0fecd8bed9
DATAMONGO-1754 - Prepare 2.0 RC3 (Kay).
2017-09-11 17:23:51 +02:00
Christoph Strobl
995e5bf830
DATAMONGO-1770 - Upgrade to MongoDB Java driver 3.5 and reactive driver 1.6.
...
Fix test failures do to changed Json rendering.
2017-08-31 09:00:05 +02:00
Christoph Strobl
fc65bffc21
DATAMONGO-1758 - Remove spring-data-mongodb-log4j module from benchmarks profile.
2017-07-27 14:06:39 +02:00
Oliver Gierke
b72b8c5e09
DATAMONGO-1751 - After release cleanups.
2017-07-25 16:10:38 +02:00
Oliver Gierke
6652279189
DATAMONGO-1751 - Prepare next development iteration.
2017-07-25 16:10:34 +02:00
Oliver Gierke
0f5b9d5c4b
DATAMONGO-1751 - Release version 2.0 RC2 (Kay).
2017-07-25 15:34:23 +02:00
Oliver Gierke
197e0bbb66
DATAMONGO-1751 - Prepare 2.0 RC2 (Kay).
2017-07-25 15:33:33 +02:00
Oliver Gierke
489f3bb0ee
DATAMONGO-1717 - After release cleanups.
2017-07-25 10:00:08 +02:00
Oliver Gierke
5cc78fa16b
DATAMONGO-1717 - Prepare next development iteration.
2017-07-25 10:00:04 +02:00
Oliver Gierke
f4db26ffd1
DATAMONGO-1717 - Release version 2.0 RC1 (Kay).
2017-07-25 09:48:49 +02:00
Oliver Gierke
b14a3166e3
DATAMONGO-1717 - Prepare 2.0 RC1 (Kay).
2017-07-25 09:48:01 +02:00
Oliver Gierke
51d5a3b61a
DATAMONGO-1720 - Make sure benchmark module is not included by default.
...
The benchmarks module does not produce a JAR by default which let's our Maven Central deployment fail as a module has to produce one according to their rules. We're now only including the benchmark module when the benchmarks profile is active.
2017-07-24 18:39:56 +02:00
Christoph Strobl
747625b5c3
DATAMONGO-1720 - Add JMH based benchmarks for MappingMongoConverter.
...
Run the benchmark via the maven profile "benchmarks":
mvn -P benchmarks clean test
Or run them customized:
mvn -P benchmarks -DwarmupIterations=2 -DmeasurementIterations=5 -Dforks=1 clean test
Origin pull request: #483 .
2017-07-13 15:16:28 +02:00
Christoph Strobl
09f8dc6843
DATAMONGO-1715 - Remove spring-data-mongodb-log4j module.
...
We no longer support spring-data-mongodb-log4j hence removing the code entirely.
Original pull request: #471 .
2017-06-26 10:34:11 +02:00
Mark Paluch
fbf84fed0e
DATAMONGO-1688 - After release cleanups.
2017-06-14 17:14:08 +02:00
Mark Paluch
251a953957
DATAMONGO-1688 - Prepare next development iteration.
2017-06-14 17:14:07 +02:00
Mark Paluch
cdc78592ee
DATAMONGO-1688 - Release version 2.0 M4 (Kay).
2017-06-14 17:03:48 +02:00
Mark Paluch
ab97e58793
DATAMONGO-1688 - Prepare 2.0 M4 (Kay).
2017-06-14 17:03:00 +02:00
Mark Paluch
a90f238574
DATAMONGO-1716 - Upgrade to Reactive Streams driver 1.5.0.
2017-06-14 11:53:23 +02:00
Christoph Strobl
840bde65e8
DATAMONGO-1686 - Upgrade to mongodb-driver-reactivestreams 1.4.0.
2017-05-22 14:32:54 +02:00
Mark Paluch
96fbe49cdb
DATAMONGO-1664 - After release cleanups.
2017-05-09 11:34:42 +02:00
Mark Paluch
6b36c792b9
DATAMONGO-1664 - Prepare next development iteration.
2017-05-09 11:34:41 +02:00
Mark Paluch
006c8cfae2
DATAMONGO-1664 - Release version 2.0 M3 (Kay).
2017-05-09 11:23:00 +02:00
Mark Paluch
14aed4c348
DATAMONGO-1664 - Prepare 2.0 M3 (Kay).
2017-05-09 11:22:12 +02:00
Oliver Gierke
782bcd4d5f
DATAMONGO-1535 - After release cleanups.
2017-04-04 22:08:18 +02:00
Oliver Gierke
33fb40c872
DATAMONGO-1535 - Prepare next development iteration.
2017-04-04 22:08:15 +02:00
Oliver Gierke
bf61c5782e
DATAMONGO-1535 - Release version 2.0 M2 (Kay).
2017-04-04 21:12:35 +02:00
Oliver Gierke
431e71f4a0
DATAMONGO-1535 - Prepare 2.0 M2 (Kay).
2017-04-04 21:12:02 +02:00
Christoph Strobl
d7a6594933
DATAMONGO-1655 - Remove obsolete build profiles.
...
And add snapshot profile for 3.5.0.
2017-04-03 18:37:19 +02:00
Christoph Strobl
609d6d5a19
DATAMONGO-1656 - Upgrade to MongoDB Driver 3.4.2 and Reactive Streams Driver 1.3.0.
...
Prepare issue branch.
2017-04-03 18:37:06 +02:00
Oliver Gierke
5ba46dadb8
DATAMONGO-1609 - Switched to Mockito from parent POM.
...
Moved of deprecated runner declarations.
2017-03-24 08:54:29 +01:00
Oliver Gierke
826d00afa7
DATAMONGO-1609 - Hacking.
2017-03-24 08:54:29 +01:00
Christoph Strobl
5ebbf93cf9
DATAMONGO-1558 - Upgrade MongoDB server version to, and add build profile for MongoDB 3.4.
...
Added MongoDB 3.4 profile to pom.xml and upgraded to MongoDB 3.4 on travis-ci.
Delete assertion checking property that has been removed in MongoDB 3.4 (see: https://jira.mongodb.org/browse/SERVER-24928 )
2016-12-13 08:18:10 +01:00
Oliver Gierke
2c3cbb3613
DATAMONGO-1527 - After release cleanups.
2016-11-23 10:59:11 +01:00
Oliver Gierke
2b635fa151
DATAMONGO-1527 - Prepare next development iteration.
2016-11-23 10:59:08 +01:00
Oliver Gierke
909fda2076
DATAMONGO-1527 - Release version 2.0 M1 (Kay).
2016-11-23 10:35:48 +01:00
Oliver Gierke
3b5d231529
DATAMONGO-1527 - Prepare 2.0 M1 (Kay).
2016-11-23 10:35:08 +01:00
Mark Paluch
2145e212ca
DATAMONGO-1444 - Add support for RxJava wrapper types and slice queries.
...
Reactive MongoDB repository can now be composed from Project Reactor and RxJava types for method arguments and return types. Query methods and methods from the base/implementation classes can be invoked with a conversion of input/output types.
2016-11-14 18:13:25 +01:00
Mark Paluch
2d3efdc0b4
DATAMONGO-1176 - Polishing.
...
- Remove dropDups assertion as the MongoDB 3 driver does no longer provide dropDups even if running agains a MongoDB v2.6.7.
- Remove mongo-next build profile as we're based on the Mongo 3 driver now.
- Map update object and merge set operations.
2016-11-14 18:13:23 +01:00
Christoph Strobl
2461575c52
DATAMONGO-1176 - Switch to Document API.
...
We use the Document API when interacting with the MongoDB Java Driver. This allows us to make use of new features and enables us to use the Codec API and prepares the project for future enhancements concerning the drivers the reactive API.
2016-11-14 18:13:23 +01:00
Mark Paluch
da5289fc18
DATAMONGO-1448 - Prepare 2.0 development.
...
Upgraded to Spring Data Build parent 2.0 snapshots and Spring Data Commons 2.0 snapshots. Removed obsolete distribution key property. Removed obsolete template.mf.
2016-11-14 17:49:48 +01:00
Christoph Strobl
9c20da3e8f
DATAMONGO-1504 - Assert compatibility with MongoDB 3.4.
...
We now make sure to comply to the API requirements of mongo-java-driver 3.4 (in current beta1) by using empty DBObjects instead of null, ignoring non appropriate replication settings and cleaning up tests after execution.
Original pull request: #394 .
2016-11-03 09:32:56 +01:00
Oliver Gierke
b6e7683202
DATAMONGO-1409 - After release cleanups.
2016-07-27 14:32:37 +02:00
Oliver Gierke
286a977575
DATAMONGO-1409 - Prepare next development iteration.
2016-07-27 14:32:35 +02:00
Oliver Gierke
d7f70e219b
DATAMONGO-1409 - Release version 1.10 M1 (Ingalls).
2016-07-27 13:52:12 +02:00
Oliver Gierke
728cc390f6
DATAMONGO-1409 - Prepare 1.10 M1 (Ingalls).
2016-07-27 13:51:38 +02:00
Mark Paluch
9db2dde19b
DATAMONGO-1463 - Upgrade to mongo-java-driver 2.14.3.
...
Upgrade mongo-java-driver 2.14.3 and upgrade the mongo33 profile to use 3.3.0 (release).
2016-07-20 10:33:23 +02:00