preparing for 1.0.0.M1 MongoDB release
This commit is contained in:
@@ -1,5 +1,28 @@
|
||||
Spring Datastore Document 1.0.0 Milestone 1 (?, 2010)
|
||||
Spring Data Document Changelog
|
||||
=============================================
|
||||
|
||||
New Features
|
||||
* Lot's of good stuff
|
||||
Changes in version 1.0.0.M1 MongoDB (2011-02-14)
|
||||
------------------------------------------------
|
||||
|
||||
General
|
||||
* BeanFactory for basic configuration of Mongo environment
|
||||
* Namespace for basic configuration of Mongo environment
|
||||
|
||||
Core Data Access
|
||||
|
||||
* Introduce MongoTemplate implementation with methods defined in MongoOperations interface
|
||||
* MongoTemplate support for insert, find, save, update, remove
|
||||
* MongoTemplate support for basic POJO serialization based on bean properties
|
||||
* Allow MongoTemplate methods to use a default collection name
|
||||
* Exception translation in MongoTemplate to Spring's DAO exception hierarchy
|
||||
* Support for update modifiers to allow for partial document updates
|
||||
* Expose WriteConcern settings on MongoTemplate used for any write operations
|
||||
* Support in MongoTemplate for enabling either logging or throwing exceptions based on value of WriteResult return value.
|
||||
|
||||
Repository
|
||||
|
||||
* Introducing generic repository implementation for MongoDB
|
||||
* Automatic implementation of interface query method names on repositories.
|
||||
* Namespace support for Mongo repositories
|
||||
* Allow usage of pagination and sorting with repositories
|
||||
|
||||
|
||||
@@ -199,3 +199,18 @@
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
|
||||
=======================================================================
|
||||
|
||||
To the extent any open source subcomponents are licensed under the EPL and/or other
|
||||
similar licenses that require the source code and/or modifications to
|
||||
source code to be made available (as would be noted above), you may obtain a
|
||||
copy of the source code corresponding to the binaries for such open source
|
||||
components and modifications thereto, if any, (the "Source Files"), by
|
||||
downloading the Source Files from http://www.springsource.org/download,
|
||||
or by sending a request, with your name and address to: VMware, Inc., 3401 Hillview
|
||||
Avenue, Palo Alto, CA 94304, United States of America or email info@vmware.com. All
|
||||
such requests should clearly specify: OPEN SOURCE FILES REQUEST, Attention General
|
||||
Counsel. VMware shall mail a copy of the Source Files to you on a CD or equivalent
|
||||
physical medium. This offer to obtain a copy of the Source Files is valid for three
|
||||
years from the date you acquired this Software product.
|
||||
@@ -1,21 +1,10 @@
|
||||
========================================================================
|
||||
== NOTICE file corresponding to section 4 d of the Apache License, ==
|
||||
== Version 2.0, in this case for the Spring Integration distribution. ==
|
||||
========================================================================
|
||||
Spring Data Document 1.0
|
||||
Copyright (c) [2010-2011] SpringSource, a division of VMware, Inc.
|
||||
|
||||
This product includes software developed by
|
||||
the Apache Software Foundation (http://www.apache.org).
|
||||
This product is licensed to you under the Apache License, Version 2.0 (the "License").
|
||||
You may not use this product except in compliance with the License.
|
||||
|
||||
The end-user documentation included with a redistribution, if any,
|
||||
must include the following acknowledgement:
|
||||
|
||||
"This product includes software developed by the Spring Framework
|
||||
Project (http://www.springframework.org)."
|
||||
|
||||
Alternatively, this acknowledgement may appear in the software itself,
|
||||
if and wherever such third-party acknowledgements normally appear.
|
||||
|
||||
The names "Spring", "Spring Framework", and "Spring Data" must
|
||||
not be used to endorse or promote products derived from this software
|
||||
without prior written permission. For written permission, please contact
|
||||
enquiries@springsource.com.
|
||||
This product may include a number of subcomponents with
|
||||
separate copyright notices and license terms. Your use of the source
|
||||
code for the these subcomponents is subject to the terms and
|
||||
conditions of the subcomponent's license, as noted in the LICENSE file.
|
||||
@@ -1,5 +1,5 @@
|
||||
SPRING DATASTORE DOCUMENT 1.0.0 M1 (? ? 2010)
|
||||
-------------------------------------------------
|
||||
SPRING DATASTORE DOCUMENT 1.0.0.M1 MongoDB
|
||||
------------------------------------------
|
||||
|
||||
Spring Datastore Document is released under the terms of the Apache Software License Version 2.0 (see license.txt).
|
||||
|
||||
@@ -14,4 +14,4 @@ The reference manual and javadoc are located in the 'docs' directory.
|
||||
ADDITIONAL RESOURCES:
|
||||
|
||||
Spring Data Homepage: http://www.springsource.org/spring-data
|
||||
Spring Data Forum: http://forum.springsource.org/forumdisplay.php?f=??
|
||||
Spring Data Forum: http://forum.springsource.org/forumdisplay.php?f=80
|
||||
|
||||
Reference in New Issue
Block a user