Skip to content

DATAREDIS-425 - Add Support for basic CRUD and finder Operations backed by Hashes and Sets. #156

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 48 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
bbfa8eb
DATAREDIS-425 - Add Support for basic CRUD and finder Operations back…
christophstrobl Aug 31, 2015
9f324cf
DATAREDIS-425 - Add Support for basic CRUD and finder Operations back…
christophstrobl Aug 31, 2015
24f84c4
DATAREDIS-425 - Bump KV-Module version to DATAKV-112.
christophstrobl Sep 3, 2015
df2f178
DATAREDIS-425 - Add dedicated RedisRepositoryFactory.
christophstrobl Sep 3, 2015
d41a55a
DATAREDIS-425 - Make sure index clean up removes values from all pote…
christophstrobl Sep 3, 2015
363031d
DATAREDIS-425 - Provide config option to pick up redisTemplate from c…
christophstrobl Sep 3, 2015
37d6049
DATAREDIS-425 - Refactoring part I
christophstrobl Sep 28, 2015
35839b8
DATAREDIS-425 - Refactoring Part II.
christophstrobl Sep 30, 2015
d2f587a
DATAREDIS-425 - Refactoring Part III (Key Expirations).
christophstrobl Sep 30, 2015
6d58ed1
DATAREDIS-425 - Refactoring Part IV (Entity Model).
christophstrobl Oct 2, 2015
58b726e
DATAREDIS-425 - Refactoring Part V (Custom Conversions).
christophstrobl Oct 9, 2015
13ae111
DATAREDIS-425 - Refactoring Part VI (TTL Property).
christophstrobl Oct 13, 2015
0e15be4
DATAREDIS-425 - Resolve index when object has custom conversion.
christophstrobl Oct 13, 2015
a592e7a
DATAREDIS-425 - Added KeyspaceResolver and TimeToLiveAccessor tests.
christophstrobl Oct 16, 2015
8b07bb2
DATAREDIS-425 - Move default ReferenceResolver to RedisKeyValueAdapter.
christophstrobl Oct 19, 2015
f53a800
DATAREDIS-425 - Additional mapping options.
christophstrobl Oct 21, 2015
e5d887a
DATAREDIS-425 - Update JavaDoc.
christophstrobl Oct 22, 2015
7458e12
DATAREDIS-425 - Add Reference Documentation.
christophstrobl Oct 22, 2015
ea92de6
DATAREDIS-425 - Normalize index paths for maps and lists.
christophstrobl Oct 23, 2015
0d69a8a
DATAREDIS-425 - Simplify usage of RedisCallback for retrieving values.
christophstrobl Oct 28, 2015
8b3576d
DATAREDIS-425 - Update Reference Documentation.
christophstrobl Oct 28, 2015
af40bee
DATAREDIS-425 - Adapted to API changes in Spring Data Commons.
christophstrobl Dec 14, 2015
36210f5
DATAREDIS-425 - Allow reading timeout from method.
christophstrobl Dec 17, 2015
c6f5050
DATAREDIS-425 - Support distinct indexName
Dec 14, 2015
bc49974
DATAREDIS-425 - Fix index resolution single/multi mismatch.
christophstrobl Jan 7, 2016
0eb1157
DATAREDIS-425 - Add SpelIndexResolver
Dec 15, 2015
37316e7
DATAREDIS-425 - Add CompositeIndexResolver.
christophstrobl Jan 12, 2016
09f0bda
DATAREDIS-425 - Index definition and setup refactoring.
christophstrobl Jan 12, 2016
a615c5a
DATAREDIS-425 - Cleanup.
christophstrobl Feb 3, 2016
aef2bf4
DATAREDIS-425 - Throw DataAccessException for missing converters duri…
christophstrobl Feb 4, 2016
d2d01e5
DATAREDIS-425 - Fix pagination and or connected query parts.
christophstrobl Feb 8, 2016
cc06937
DATAREDIS-425 - Move reference documentation to location after rebase.
christophstrobl Feb 9, 2016
c35d5a6
DATAREDIS-425 - Use createRepositoryFactory introduced by DATAKV-123.
christophstrobl Feb 11, 2016
93b8280
DATAREDIS-425 - Update reference documentation, spelling fixes, minor…
mp911de Feb 19, 2016
173bf9a
DATAREDIS-425 - Allow alternative id lookup and fail fast when no id …
christophstrobl Feb 19, 2016
ab0c0b1
DATAREDIS-425 - Add converters for JSR-310 types.
mp911de Feb 19, 2016
51840ad
DATAREDIS-425 - Provide property information to Map/List index resolu…
christophstrobl Feb 22, 2016
69db5ad
DATAREDIS-425 - Add context configuration tests.
christophstrobl Feb 22, 2016
e0d817d
DATAREDIS-425 - Add repository identifying annotation to configuratio…
christophstrobl Feb 23, 2016
c9c1a05
DATAREDIS-425 - ReferenceResolver just returns raw hash.
christophstrobl Feb 23, 2016
69d42c8
DATAREDIS-425 - Rebase on master and move mergeArrays to ByteUtils.
christophstrobl Feb 26, 2016
a0b9006
DATAREDIS-425 - CDI extension to export Redis repositories.
mp911de Mar 2, 2016
a669540
DATAREDIS-425 - Adapted to changes in Spring Data KeyValue APIs.
odrotbohm Mar 7, 2016
69c47eb
DATAREDIS-425 - Adapted to changes in Spring Data KeyValue APIs.
christophstrobl Mar 7, 2016
155145b
DATAREDIS-425 - Unify case of keyspace.
christophstrobl Mar 9, 2016
e6a946f
DATAREDIS-425 - Remove ci and spring41-next profile from matrix build.
christophstrobl Mar 10, 2016
1a0e970
DATAREDIS-425 - Refactor redis hash to pick up changes from DATAKV-129.
christophstrobl Mar 10, 2016
8bbeb89
DATAREDIS-425 - Preserve item order in list.
christophstrobl Mar 11, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
language: java
jdk:
- oraclejdk7
- oraclejdk8
env:
matrix:
- PROFILE=ci
- PROFILE=spring41-next
- PROFILE=spring42
- PROFILE=spring42-next
- PROFILE=spring43-next
Expand Down
38 changes: 34 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
<version>1.7.0.BUILD-SNAPSHOT</version>
<version>1.7.0.DATAREDIS-425-SNAPSHOT</version>

<name>Spring Data Redis</name>

Expand All @@ -17,7 +17,7 @@

<properties>
<dist.key>DATAREDIS</dist.key>
<springdata.commons>1.12.0.BUILD-SNAPSHOT</springdata.commons>
<springdata.keyvalue>1.1.0.BUILD-SNAPSHOT</springdata.keyvalue>
<jta>1.1</jta>
<beanutils>1.9.2</beanutils>
<xstream>1.4.8</xstream>
Expand Down Expand Up @@ -53,8 +53,8 @@

<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
<version>${springdata.commons}</version>
<artifactId>spring-data-keyvalue</artifactId>
<version>${springdata.keyvalue}</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -152,6 +152,36 @@
<optional>true</optional>
</dependency>

<!-- CDI -->
<dependency>
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
<version>${cdi}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>

<dependency>
<groupId>javax.el</groupId>
<artifactId>el-api</artifactId>
<version>${cdi}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.openwebbeans.test</groupId>
<artifactId>cditest-owb</artifactId>
<version>${webbeans}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<scope>test</scope>
</dependency>

<!-- Test -->

<dependency>
Expand Down
1 change: 1 addition & 0 deletions src/main/asciidoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ include::introduction/getting-started.adoc[]
include::reference/introduction.adoc[]
include::reference/redis.adoc[]
include::reference/redis-cluster.adoc[]
include::reference/redis-repositories.adoc[]
:leveloffset: -1

[[appendixes]]
Expand Down
Loading