Thomas Darimont
4d6152c65e
DATAMONGO-826 - Prepare release 1.4.0.RC1.
...
Updated project metadata (changelog, notice, readme) and bumped versions.
Fixed broken links in the documentation.
2014-01-29 14:42:52 +01:00
Thomas Darimont
5737f2d19d
DATAMONGO-801 - Prepare release 1.4.0 M1.
...
Updated project metadata and bumped versions.
2013-11-19 13:12:06 +01:00
Oliver Gierke
ceb561e3e4
DATAMONGO-792 - Polishing of JavaConfig support for auditing.
...
Original pull request: #94 .
2013-11-12 11:57:25 +01:00
Thomas Darimont
e2d0220cea
DATAMONGO-792 - Add support to configure auditing via JavaConfig.
...
Introduces the necessary infrastructure in form of MongoAuditingRegistrar to configure auditing with MongoDB via Annotation config. The MongoDB auditing feature can be enabled by annotating a configuration class with the EnableMongoAuditing annotation. Added section to reference documentation.
Original pull request: #94 .
2013-11-12 11:50:46 +01:00
Max Leuthäuser
39c9593b39
DATAMONGO-782 - Fixed typo in documentation.
...
Original pull request: #86 .
2013-10-21 17:33:49 +02:00
Oliver Gierke
6e5f3661a8
DATAMONGO-774 - Some polishing in the reference documentation.
2013-10-17 15:54:05 +02:00
Thomas Darimont
2bd78e0bf0
DATAMONGO-774 - Added usage examples for SpEL expressions in projections to the reference documentation.
...
Original pull request: #81 .
2013-10-17 15:54:05 +02:00
Thomas Darimont
78235b4799
DATAMONGO-768 - Improve documentation of how to use @PersistenceConstructor.
...
Added an additional section to chapter 7.3 that describes the parameter value binding when the @PersistenceConstructor annotation including a small usage example. Added a concrete example for the @Value annotation that uses SpEL.
Original pull request: #77 .
2013-10-01 14:04:34 +02:00
Thomas Darimont
61284228dd
DATAMONGO-740 - Prepare 1.3.0 RELEASE.
2013-09-09 15:50:04 -07:00
Thomas Darimont
c0b99740dc
DATAMONGO-742 - Document CDI integration in reference documentation.
...
Added chapter for CDI Integration under the new chapter Miscellaneous.
Original pull request: #63 .
2013-08-13 12:20:58 +02:00
Thomas Darimont
a9dc0fae69
DATAMONGO-725 - Improve configurability and documentation of TypeMapper on MappingMongoConverter.
...
Added new attribute type-mapper-ref to the mapping-converter element in spring-mongo-1.3.xsd in order to support the configuration of custom-type-mappers. Removed the unsupported attributes "mongo-ref" and "mongo-template-ref" from the mapping-converter element in spring-mongo-1.3.xsd because they are not considered anymore.
Updated MappingMongoConverterParser to be aware of the new attribute. Added examples for configuring a custom MongoTypeMapper the usage of @TypeAlias to the reference documentation.
Original pull request: #61 .
2013-08-09 13:44:53 +02:00
Oliver Gierke
def6079795
DATAMONGO-732 - Prepare 1.3.0.RC1.
...
Updated changelog, notice and readme. Upgraded to Spring Data Build parent 1.1.1.RELEASE. Upgraded to Spring Data Commons RC1. Switched to milestone repository. Updated links to the parts of the Spring Data Commons reference documentation.
2013-08-05 17:33:58 +02:00
Thomas Darimont
f3f537c1a6
DATAMONGO-586 - Adjusted examples in reference documentation.
...
Modified formatting and moved the detailed descriptions below the example code.
Added example for arithmetic operations in projection operations.
2013-08-05 17:20:37 +02:00
Thomas Darimont
ad44db386b
DATAMONGO-586 - Adjusted examples in reference documentation.
...
Changed examples in reference documentation to reflect the new DSL style.
2013-08-05 14:59:15 +02:00
Thomas Darimont
6dcaa31897
DATAMONGO-586 - Added chapter for Aggregation Framework support to the reference documentation.
...
Added chapter to mongodb.xml.
Added myself to the authors list in index.xml
2013-08-05 14:56:45 +02:00
Oliver Gierke
21a1ce985c
DATAMONGO-690 - Prepare 1.3 M1 release.
...
Upgraded to Spring Data Build 1.1.RELEASE, Spring Data Commons 1.6 M1. Switched to milestone repository. Updated changelog. Refer to latest docs from Spring Data Commons.
2013-06-04 20:07:43 +02:00
Oliver Gierke
bf81d95d21
DATAMONGO-613 - Readded JConsole image and upgrade to Spring Data Build 1.1.
2013-02-11 12:40:41 +01:00
Oliver Gierke
876b31bc52
DATAMONGO-609 - Updated changelog.
2013-02-08 13:00:20 +01:00
Oliver Gierke
a237999037
DATAMONGO-598 - Upgraded to new build infrastructure.
...
Fixed test ordering issue in Cross-Store module.
2013-01-18 14:45:48 +01:00
Oliver Gierke
3b0b7315e1
DATAMONGO-559 - Prepare 1.1.1.RELEASE release.
2012-10-17 17:53:39 -04:00
Oliver Gierke
cb5144de0f
DATAMONGO-541 - Updated reference docs and changelog.
2012-10-10 14:04:43 +02:00
Oliver Gierke
a8432e13a1
DATAMONGO-543 - Polished quick start section.
...
Updated dependency versions to Spring Data MongoDB and Spring. Removed explicit dependency listing. Removed section on how to migrate between 1.0 milestones. Removed obsolete paragraphs.
2012-09-20 10:38:46 +02:00
Oliver Gierke
05ac139554
DATAMONGO-528 - Documented GridFs support.
2012-09-17 15:04:19 +02:00
Oliver Gierke
69bd7acf74
DATAMONGO-457 - Fixed links in reference documentation.
2012-09-17 12:07:52 +02:00
Oliver Gierke
7ac1e7b6e1
DATAMONGO-513 - Prepare changelog for 1.1.0.RC1.
2012-08-24 11:16:54 +02: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
7646a64770
DATAMONGO-491 - Prepare 1.1.0.M2 release.
...
Updated changelog and links to reference documentation.
2012-07-24 16:50:53 +02:00
Oliver Gierke
c7bcb55bda
DATAMONGO-476 - JavaConfig support for repositories.
2012-07-17 11:58:49 +02:00
Oliver Gierke
90240a8da5
DATAMONGO-482 - Fixed typo in reference documentation.
2012-07-16 17:42:37 +02:00
Oliver Gierke
ba9abd1dd0
DATAMONGO-455 - Documentation mentions BasicQuery.
2012-06-20 12:24:59 +02: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
39492daa50
DATAMONGO-366 - Polished reference documentation.
...
Fixed link to bug tracker. Polished docbook files a bit.
2012-03-09 16:03:28 +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
9f940cd2b6
DATAMONGO-257 - Documented TypeMapper abstraction.
2011-12-22 16:23:15 +01:00
Oliver Gierke
0ad0dad124
DATAMONGO-330 - Updated reference documentation regarding custom converters.
...
Documented classpath scanning feature of custom converters (DATAMONGO-301). Documented converter disambiguation using @ReadingConverter, @WritingConverter (DATACMNS-113, DATAMONGO-342). Fixed some code formatting on the way.
2011-12-20 18:20:59 +01:00
Oliver Gierke
7af009cc7f
DATAMONGO-347 - Added documentation to mention query parameter binding does not work with DBRefs.
2011-12-19 15:12:25 +01:00
Oliver Gierke
8d18729898
DATAMONGO-340 - Prepare 1.0.0.RC1.
2011-12-07 01:09:58 +01:00
Oliver Gierke
b5e0b2bec2
DATAMONGO-340 - Polished reference documentation.
...
Added section ids to generate stable URLs for HTML documentation.
2011-12-07 01:09:58 +01:00
Oliver Gierke
f97ab25411
DATAMONGO-338 - Updated reference documentation regarding new keywords.
2011-12-07 01:09:57 +01:00
Mark Pollack
89de566893
Add findAndModify to docs, update test to include findAndModify with upsert
2011-12-06 13:04:24 -05:00
Mark Pollack
ea1f090b40
Add docs for index ops and clean up 'bare' references to Mongo, change to MongoDB
2011-12-06 11:09:23 -05:00
Oliver Gierke
d1b24d6cfb
DATAMONGO-332 - Updated reference documentation to list correct dependencies.
...
Fixed formatting of log output along the way.
2011-12-06 14:06:59 +01:00
Mark Pollack
ce6a64e4a9
DATAMONGO-308 - Add support for upsert methods
2011-11-16 16:25:58 -05:00
Mark Pollack
2fcc323bcd
DATAMONGO-213 - Add WriteConcern to arguments of MongoOperations.update*() methods
2011-11-16 14:55:35 -05:00
Mark Pollack
9fde4dff3e
DATAMONGO-195 - Add description of @Field mapping annotation to reference docs
2011-11-14 22:53:08 -05:00
Mark Pollack
3e15c21419
DATAMONGO-208 - Add suppoprt for group() operation on collection in MongoOperations
2011-11-14 22:08:29 -05:00
Thomas Risberg
8ccaf61d12
preparing for 1.0.0.M5 MongoDB release
2011-10-24 17:39:28 -04:00
Thomas Risberg
2c46cfd8fe
Updating documentation with project name changes
2011-10-24 17:32:41 -04:00