Oliver Gierke
6977fa87e6
DATAMONGO-573 - Moved to Logback for test logging.
2012-11-13 17:54:19 +01:00
Oliver Gierke
41dcebb010
DATAMONGO-559 - Upgraded to Spring Data Commons 1.5.0.BUILD-SNAPSHOT.
2012-11-13 17:54:19 +01:00
Oliver Gierke
ef077182f6
DATAMONGO-563 - Upgraded MongoDB Java driver to 2.9.2.
2012-11-13 17:54:19 +01:00
Spring Buildmaster
ecf15b93e0
DATAMONGO-559 - Prepare next development iteration.
2012-10-17 15:00:21 -07:00
Spring Buildmaster
6323a86560
DATAMONGO-559 - Release version 1.1.1.RELEASE.
2012-10-17 14:59:59 -07:00
Spring Buildmaster
5ff3064acd
DATAMONGO-541 - Prepare next development iteration.
2012-10-10 05:30:21 -07:00
Spring Buildmaster
3001e2941f
DATAMONGO-541 - Release 1.1.0.RELEASE.
2012-10-10 05:30:15 -07:00
Oliver Gierke
9cf72fbdd4
DATAMONGO-541 - Polished pom.xml for Maven central propagation.
2012-10-10 14:23:11 +02:00
Oliver Gierke
4be90e51ae
DATAMONGO-541 - Upgrade to Spring Data Commons 1.4.0.RELEASE.
2012-10-10 14:04:27 +02:00
Oliver Gierke
fdecec48b2
DATAMONGO-484 - Upgraded to MongoDB driver 2.9.1.
2012-09-12 11:54:20 +02:00
Oliver Gierke
aaa44b3369
DATAMONGO-529 - Update Querydsl setup to use 1.0.4.
...
Raised Maven compiler plugin version to 2.5.1.
2012-09-06 15:48:41 +02:00
Oliver Gierke
b078ea9ceb
DATAMONGO-513 - Update to Spring Data Commons 1.4.0.BUILD-SNAPSHOT.
2012-09-03 15:24:20 +02:00
Spring Buildmaster
737a42e07a
DATAMONGO-513 - Prepare next development iteration.
2012-08-24 02:24:09 -07:00
Spring Buildmaster
22d5d4c019
DATAMONGO-513 - Release 1.1.0.RC1.
2012-08-24 02:24:06 -07:00
Oliver Gierke
e86ab783f3
DATAMONGO-513 - Update to Spring Data Commons 1.4.0.RC1.
2012-08-23 20:12:41 +02:00
Oliver Gierke
3b78034c55
DATAMONGO-519 - Make Spring 3.1.2.RELEASE default Spring dependency version.
...
We move away from Maven version ranges as they complicate the build and dependency resolution process. They make the build in-reproducible. Users stuck with a 3.0.x version of Spring will now have to manually declare Spring dependencies in their needed 3.0.x version. Not that at least Spring 3.0.7 is required currently.
2012-08-20 17:19:37 +02:00
Oliver Gierke
35e8ae1224
DATAMONGO-500 - Index creation is only done for the correct MappingContext.
...
Index creation now double checks the MappingContext a MappingContextEvent originates from before actually creating indexes. This avoids invalid indexes being created in a multi-database scenario.
2012-07-31 15:34:50 +02:00
Spring Buildmaster
888e031452
DATAMONGO-491 - Prepare next development iteration.
2012-07-24 07:57:13 -07:00
Spring Buildmaster
91b818b8c1
DATAMONGO-491 - Release 1.1.0.M2.
2012-07-24 07:57:10 -07:00
Oliver Gierke
94c057e89c
DATAMONGO-491 - Upgrade to Spring Data Commons 1.4.0.M1.
2012-07-24 15:27:55 +02:00
Oliver Gierke
c7bcb55bda
DATAMONGO-476 - JavaConfig support for repositories.
2012-07-17 11:58:49 +02:00
Oliver Gierke
e2e5fd8b31
DATACMNS-186, DATACMNS-185 - Upgrade to Spring Data Commons 1.3.2.BUILD-SNAPSHOT.
...
Use the new initialize() method in test cases for MappingContext. Benefit from rejection of multiple id properties.
2012-06-22 14:43:23 +02:00
Oliver Gierke
54e105d19d
General dependency and plugin version upgrades.
...
Upgraded to JUnit 4.10. Move to junit-dep dependency to allow cleaning up hamcrest dependencies. Use hamcrest-library ins tread of hamcrest-all. Upgrade to Mockito 1.9.0, use mockito-core instead of mockito-all. Upgrade to Spring Data Core 1.3.1.BUILD-SNAPSHOT. Upgraded to Querydsl 2.6.0. Upgraded compiler and Surefire plugin.
2012-05-29 14:20:53 +02:00
Oliver Gierke
4cfb62a413
DATAMONGO-451 - Tweaked pom.xml to allow build run without Bundlor.
...
Expose the failOnWarnings property to be able to override it through a command line argument. Necessary as the Sonar build uses Clover which instruments source code and thus creates type dependencies, Bundlor complains about not being declared in template.mf.
2012-05-15 13:43:59 +02:00
Spring Buildmaster
fd198c172b
DATAMONGO-396 - Released 1.1.0.M1.
2012-05-07 06:11:26 -07:00
Spring Buildmaster
4be229312c
DATAMONGO-396 - Release 1.1.0.M1.
2012-05-07 06:11:25 -07:00
Oliver Gierke
54ec7af462
DATAMONGO-396 - Updated changelog before 1.1.0.M1 release.
...
Fixed dependency to Spring Data Commons to 1.3.0.RC2.
2012-05-07 14:54:20 +02:00
Oliver Gierke
71e639402c
DATAMONGO-439 - Created performance tests.
...
Added a performance tests that tests two things. Write performance in a variety of WriteConcern configurations as well as write-read performance against WriteConcern.SAFE. The tests can be executed by running the Maven build with the performance-test profile. Fixed some performance hotspots discovered in the course of profiling the test case.
2012-05-03 17:57:26 +02:00
Oliver Gierke
d317bcfa71
DATAMONGO-396 - Upgrade to current Spring Data Commons snapshot version.
2012-04-26 19:23:34 +02:00
Oliver Gierke
7502ac137c
DATAMONGO-432 - Upgraded to Spring Data Commons 1.3.0.RC1.
2012-04-16 15:19:59 +02:00
Oliver Gierke
16904ba1a7
DATAMONGO-402 - Adapt new entity instantiation API.
...
Adapt to the entity instantiation API refactored to be able to cope with non-static member classes.
2012-03-09 15:22:24 +01:00
Oliver Gierke
25e6d6e025
DATAMONGO-396 - Update Spring Data Commons dependency to 1.3.0.M1.
2012-02-08 21:15:03 +01:00
Oliver Gierke
83d18b5ce6
Readded Spring Test dependency to cross-store module.
2012-02-08 20:39:08 +01:00
Oliver Gierke
065a50bc8c
DATAMONGO-391 - Move to SLF4J for logging.
...
Polished pom.xml files. Upgraded to Log4J 1.2.16 as it excludes unnecessary dependencies. Consolidated test dependencies into parent pom. Remove dependency-management sections. Exclude commons-logging in favor of SLF4J.
2012-02-06 15:00:34 +01:00
Oliver Gierke
275f4fe6b8
Consolidate Maven repository usage to use repo.springsource.org/libs-snapshot.
2012-01-31 18:46:36 +01:00
Oliver Gierke
4c40ef7e3d
DATAMONGO-383 - Adapt new EntityInstantiator API of Spring Data Commons.
2012-01-24 10:49:53 +01:00
Oliver Gierke
4a6fa5cade
DATAMONGO-357 - Prepare 1.1.0 development branch.
2011-12-22 21:16:53 +01:00
Oliver Gierke
9cd33763b6
DATAMONGO-357 - Prepare 1.0.0 release.
...
Updated changelog, changed reference documentation inclusion links to point to SD Commons 1.0.0.RELEASE documentation. Updated dependency information in reference documentation.
2011-12-22 21:04:43 +01:00
Oliver Gierke
de8d2a1c74
DATAMONGO-355 - Upgraded to Spring 3.0.7.
2011-12-22 20:40:26 +01:00
Oliver Gierke
f3979c3676
DATAMONGO-340 - Prepare 1.0.0.BUILD-SNAPSHOT.
2011-12-07 01:10:16 +01:00
Oliver Gierke
8d18729898
DATAMONGO-340 - Prepare 1.0.0.RC1.
2011-12-07 01:09:58 +01:00
Oliver Gierke
4325d6c9fa
Reactivated accidentally disabled unit tests.
2011-12-02 13:02:57 +01:00
Oliver Gierke
58f200f15e
DATAMONGO-335 - Set up hybrid Spring 3.1/3.0.6 build.
...
Also see DATACMNS-103.
2011-12-01 16:06:38 +01:00
Oliver Gierke
8718700249
DATAMONGO-334 - Switched to use http://repo.springsource.org as repository.
...
Fixed versions of build plugins along the way.
2011-12-01 16:05:08 +01:00
Thomas Risberg
80aa057acb
Preparing for snapshot builds
2011-11-04 09:24:45 -04:00
Thomas Risberg
613b183b70
Preparing for 1.0.0.M5 MongoDB release
...
* Fixing spring-data-commons dependency
2011-11-04 09:20:18 -04:00
Thomas Risberg
5d1320a82a
preparing for snapshot builds
2011-10-24 17:46:12 -04:00
Thomas Risberg
8ccaf61d12
preparing for 1.0.0.M5 MongoDB release
2011-10-24 17:39:28 -04:00
Oliver Gierke
cfcf839232
DATADOC-297 - Pruned irrelevant sub modules.
...
Removed CouchDB module as well as the generic document one. Renamed document-parent into mongodb-parent. Adapted poms accordingly.
2011-10-13 20:27:03 +02:00