7 Commits

Author SHA1 Message Date
Martin Sachs
5a691986a1 DATAES-94 - Bump to support ES 1.2.0 2014-07-05 10:16:20 +01:00
Mohsin Husen
1b18da2e21 DATAES-83 - Upgrade to elasticsearch 1.1.1 2014-04-21 17:45:01 +01:00
Oliver Gierke
004e758e0b DATAES-78 - Prepare 1.0 M2. 2014-03-31 17:39:48 +02:00
Artur Konczak
1352c9f45b DATAES-54 - upgraded to elasticsearch 1.0 2014-02-16 21:44:36 +00:00
Oliver Gierke
a33a48a882 DATAES-45 - Prepare 1.0 M1 release.
Upgraded to Spring Data Build 1.3.0 RC1 and Spring Data Commons 1.7.0.RC1. Cleaned up pom accordingly.

Adapted repository setup to accommodate for changed lifecycle behavior of repository factories. Marked repositories explicitly created to check for the detection of misconfiguration as @Lazy to prevent them from being instantiated and causing the tests to fail. Added assertion in ElasticsearchEntityInformationCreatorImpl to eagerly fail in case of misconfiguration.

Marked ElasticsearchCrudRepository as @NoRepositoryBean as it should never be considered to be a repository interface to be instantiated.

Tweaked CDI implementation to benefit from new feature in Spring Data Commons to eagerly instantiate CDI repository beans. Fixed capitalization in CDI integration test sample repositories to let the code compile on case-sensitive file systems.
2014-02-07 10:00:54 +01:00
Artur Konczak
47c82a8f96 DATAES-25 migrated to jackson v2.2.3 2013-11-10 19:58:57 +00:00
Oliver Gierke
a8aca3e21b DATAES-3 - Moved to Spring Data build system.
Updated pom to use Spring Data build parent file. Renamed Test files to …Tests for the Surefire plugin be able to find it. Added data folder to .gitignore. Added template.mf for Bundlor to create an OSGi MANIFEST.MF.
2013-04-30 12:42:00 +02:00