-
Notifications
You must be signed in to change notification settings - Fork 677
Release Train Babbage
Oliver Gierke edited this page Jul 22, 2013
·
31 revisions
This page contains a list of the most significant features and bugfixes implemented in the Spring Data Babbage release train that will not be back-ported into Arora service releases.
- M1 - May 3rd, 2013
- RC1 - EDA, early August
- GA - EDA, SpringOne 2013
-
DATACMNS-117-HandlerMethodArgumentResolver
implementations forPageable
andSort
-
DATACMNS-286- ExtendedPageable
/Page
API -
DATACMNS-281- General support for ignoring case onOrder
-
DATACMNS-303- Basic support forcount…By(…)
in derived queries -
DATACMNS-319- More lenient lookup of repository beans fromRepositories
-
DATACMNS-310- Integrate best-effort transaction manager from Neo4j module -
DATACMNS-299,DATACMNS-322- Improved CDI features -
DATACMNS-295- Ability to setmodifyOnCreation
flag onAuditingHandler
-
DATACMNS-330- Simplified configuration of web integration -
DATACMNS-331- IntroducePagedResourcesAssembler
to turnPage
instances intoPagedResources
-
DATACMNS-333- Jackson 2 support for repository initializers
-
DATACMNS-344-Repositories
now also works with non-CrudRepository
implementations
-
DATAJPA-231- Support for Querydsl 3.0 -
DATAJPA-231- Support forcount…By(…)
in derived queries -
DATAJPA-296,DATAJPA-327- Case insensitive sorting
-
DATAJPA-170,DATAJPA-368- Support for SpEL expressions in manually defined queries
-
DATAMONGO-636- Support forcount…By(…)
in derived queries -
DATAMONGO-657- DBRefs asMap
values -
DATAMONGO-569- Background attributes for@Indexed
and@CompoundIndex
-
DATAMONGO-628- XML namespace elements forMongoTemplate
andGridFsTemplate
-
DATAMONGO-607- Strategy for abbreviating field names
- DATAMONGO-586 - Support for MongoDB aggregation framework
-
DATAMONGO-721- Improved storage of type information in update cases
-
DATAGRAPH-351-AnnotationBasedPersistentProperty
(to benefit from annotation caching introduced in Spring Data Commons).
-
DATAGRAPH-345- Support forcount…By(…)
in derived queries. -
DATAGRAPH-341 - Support for
@PersistenceConstructor
. - DATAGRAPH-340 - CDI integration
- Support for
count…By(…)
in derived queries (?) - CDI support (?)
-
DATASOLR-87- Extensible document mapping. -
DATASOLR-58- Boost query terms via@Boost
in derived queries. -
DATASOLR-43- Limit query execution time viatimeAllowed
in@Query
. -
DATASOLR-42- Support forjoin
. -
DATASOLR-60- Support highlighting of query results.
- TBD