4179 Commits (issue/fix-repo-link)
 

Author SHA1 Message Date
Oliver Gierke bfd79377ca Made MongoPersistentEntityIndexCreator an ApplicationListener again. 15 years ago
Oliver Gierke 18b0f45985 Adapt latest changes in Spring Data Commons. 15 years ago
Oliver Gierke 1183789bb3 DATADOC-69 - Repository namespace now allows referenceing a MappingContext and picks up the default one if available. 15 years ago
Oliver Gierke 4dd1d0198f Removed some compiler warnings. 15 years ago
Oliver Gierke ec7d2deca1 Made MongoPersistentEntityIndexCreator an ApplicationListener again. 15 years ago
Oliver Gierke 27b6f0cb21 Adapt latest changes in Spring Data Commons. 15 years ago
J. Brisbin efa6d0d8b8 Added applicationId and write concern settings. Documented them in the README. 15 years ago
Jon Brisbin 39a323099f Added README to document the Log4J appender. 15 years ago
Jon Brisbin b22412fa98 Fixed a bug introduced in the last commit with importing a morphia exception class, added a Log4J appender module for MongoDB. 15 years ago
Oliver Gierke 67b5a1c99b Tweaks to index creation handling. 15 years ago
Jon Brisbin 027a67dd1b Reorganized how index creation and initial entity registration are handled. It now happens when the context is refreshed and any time entities are registered with addPersistentEntity via synchronous ApplicationEvent dispatching. 15 years ago
Jon Brisbin 84aba45895 Put addPersistentEntity calls into a dedicated ApplicationEvent listener bean that gets populated by the classpath scanning done in the namespace parser. 15 years ago
Jon Brisbin 537e2e71c4 Fix for bug in handling arrays, deleted extraneous test class. 15 years ago
Jon Brisbin a1ef9abef2 Fixes for handling Arrays, had to change index creation from event-based to synchronous for simplicity's sake. 15 years ago
Oliver Gierke d01867b072 Fixed broken test. 15 years ago
Jon Brisbin 07188d2a27 Fixed namespace handler support, added a MappingContextEvent listener for (asynchronously) creating indexes whenever entities are registered with the mapper. Removed that part of the code from the MongoMappingConfigurationBuilder, which means it no longer has that dependency on MongoTemplate. Also tweaked some afterPropertiesSet methods to try and reduce the problem of chicken-and-egg dependencies within mapping components. 15 years ago
Oliver Gierke 5df34cec70 @SuppressedWarning cleanups. 15 years ago
Oliver Gierke bea1ed9cbe Ignore MappingTests in the meantime to get the build working. 15 years ago
Oliver Gierke f41e60a264 Prefer considering the value type over the property type at the decision whether to recursively map an object or simply write it as plain value. 15 years ago
Oliver Gierke d69b890a70 DATADOC-40 - Repositories now pick up collection name from mapping metadata if available. 15 years ago
Jon Brisbin d215004f92 Added a namespacehandler and broke all the tests. :) 15 years ago
Mark Pollack c4fdc54ffe Merge remote branch 'origin/master' 15 years ago
Mark Pollack cb2cd48ca1 Ignore Thumbs.db 15 years ago
Jon Brisbin f0c4f3e75f Drop back to using LinkedBlockingQueue because the Deque version is Java 6.0 15 years ago
Jon Brisbin 6540c23413 Added event handling capabilities based on Spring 2.0 ApplicationEvent abstractions. Publishes events into the current ApplicationContext to expose internal mapping events to listeners declared in the current ApplicationContext. 15 years ago
Oliver Gierke 49e3f2b8c7 Improved handling of custom converters. 15 years ago
Oliver Gierke 30e4c4330b Tweaks after merging Jon's latest changes. 15 years ago
Oliver Gierke c4701d18f6 Tweaked unit test to use mock ApplicationContext. 15 years ago
Oliver Gierke 4629ebdcfe Tweaked MappingMongoConverter to prefer custom Converters. 15 years ago
Oliver Gierke 611793d5c7 Improved handling of custom converters in SimpleMongoConverter. 15 years ago
Jon Brisbin 74df4349ed Use DBRefs instead of DBObjects so that save() will work. Now requires that a Mongo instance be set on the MappingMongoConverter, which is done from afterPropertiesSet() on the template. 15 years ago
Oliver Gierke b6c3760e78 Fixed ConversionService handling in SimpleMongoConverter. 15 years ago
Oliver Gierke f747f3df60 Only consider properties that are backed by a field actually. 15 years ago
Thomas Risberg 4b7d96347c ignore the eclipse project files 15 years ago
Thomas Risberg d223a9817a added test scope 15 years ago
Mark Pollack fed97a3134 Add setter for WriteResutlChecking and MongoConverter 15 years ago
Oliver Gierke 0492b189af Added some @SuppressWarnings where necessary. 15 years ago
Oliver Gierke 8b16502b2a Re-added dependency to Mongo driver. 15 years ago
Oliver Gierke 673c70b7de DATADOC-41 - Initial version of QueryDsl integration for Mongo DB. 15 years ago
Thomas Risberg e3bee8ab0e restored missing dependencies 15 years ago
J. Brisbin 032de81478 Format, organize imports, remove eclipse artifacts 15 years ago
Oliver Gierke d4f358abd0 Adapted introduction of TypeInformation in Spring Data Commons Core. 15 years ago
J. Brisbin 408294c93f Merging into master 15 years ago
Jon Brisbin 65d7a7feaf Preparing to merge into branch master 15 years ago
J. Brisbin 784ee634b6 Merge branch 'master' of github.com:SpringSource/spring-data-document into spring-data-mapping 15 years ago
Oliver Gierke f2119ed235 Added Spring Milestone plugin repository to find AspectJ. 15 years ago
Mark Pollack e9957ea718 remove reference to src/main/resoures as eclipse was complianing 15 years ago
Jon Brisbin 21048f211d Tweaks to tests, BasePerson class, common inheritance to test classes, tweaks to complex/simple type detection. 15 years ago
J. Brisbin 255fbb3379 Merge branches 'master' and 'spring-data-mapping' of github.com:SpringSource/spring-data-document into spring-data-mapping 15 years ago
Oliver Gierke 47b8523cb3 Removed Mongo specific id handling from ConfigurationBuilder. 15 years ago